mitaki28 / vscode-clang

Completion and Diagnostic for C/C++/Objective-C using Clang
MIT License
128 stars 24 forks source link

Fix 'no newline at end of file' warning/error #54

Closed ruurdadema closed 5 years ago

ruurdadema commented 7 years ago

With specific compiler settings (error on no newline at end of file) the ConfigurationTester would produce an error.

Please the attached a pull request for (a simple) fix.

screen shot 2017-05-19 at 16 29 09

ruurdadema commented 6 years ago

Is this already fixed? Edit: no, it's not. Why not merge this one?