summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/newline-eof-c++98-compat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Respect -Wnewline-eof even in C++11 mode.Jordan Rose2013-08-231-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_cc1Seth Cantrell2012-04-151-1/+1
| | | | llvm-svn: 154757
* Support -Wc++98-compat-pedantic as requested:Seth Cantrell2012-04-131-0/+4
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120409/056126.html llvm-svn: 154655
OpenPOWER on IntegriCloud