Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise -Wnewline-eof test per feedback from Dmitri. | Jordan Rose | 2013-08-23 | 1 | -6/+6 |
| | | | | llvm-svn: 189113 | ||||
* | Respect -Wnewline-eof even in C++11 mode. | Jordan Rose | 2013-08-23 | 1 | -3/+9 |
| | | | | | | | | | | | If the user has requested this warning, we should emit it, even if it's not an extension in the current language mode. However, being an extension is more important, so prefer the pedantic warning or the pedantic-compatibility warning if those are enabled. <rdar://problem/12922063> llvm-svn: 189110 | ||||
* | Fix the location of the fixit for -Wnewline-eof. | Jordan Rose | 2012-06-19 | 1 | -0/+4 |
| | | | | | | | It turns out SourceManager treating the "one-past-the-end" location as invalid, but then failing to set the invalid flag properly. llvm-svn: 158699 | ||||
* | %clang -cc1 -> %clang_cc1 | Seth Cantrell | 2012-04-15 | 1 | -1/+1 |
| | | | | llvm-svn: 154757 | ||||
* | C++11 no longer requires files to end with a newline | Seth Cantrell | 2012-04-13 | 1 | -2/+2 |
| | | | | llvm-svn: 154643 | ||||
* | Expose no newline at end of file warning under Wnewline-eof flag. | Anna Zaks | 2011-07-22 | 1 | -0/+5 |
llvm-svn: 135822 |