Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respect -Wnewline-eof even in C++11 mode. | Jordan Rose | 2013-08-23 | 1 | -0/+1 |
| | | | | | | | | | | | 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 | ||||
* | %clang -cc1 -> %clang_cc1 | Seth Cantrell | 2012-04-15 | 1 | -1/+1 |
| | | | | llvm-svn: 154757 | ||||
* | Support -Wc++98-compat-pedantic as requested: | Seth Cantrell | 2012-04-13 | 1 | -0/+4 |
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120409/056126.html llvm-svn: 154655 |