]> granicus.if.org Git - clang/commit
Support -Wc++98-compat-pedantic as requested:
authorSeth Cantrell <seth.cantrell@gmail.com>
Fri, 13 Apr 2012 03:43:23 +0000 (03:43 +0000)
committerSeth Cantrell <seth.cantrell@gmail.com>
Fri, 13 Apr 2012 03:43:23 +0000 (03:43 +0000)
commit5e6c3f0397254e2a1a9ef85cf13232f89e653640
tree26a8c3947b3c03ad9fbd94c14dba2779c0dfcec8
parentb3440f5898f39b8f0a86edfa38538716ba4f06cd
Support -Wc++98-compat-pedantic as requested:

http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120409/056126.html

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154655 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/Lexer.cpp
test/Lexer/newline-eof-c++98-compat.cpp [new file with mode: 0644]