llvm-project/clang/lib/Lex
Richard Smith acd4d3d52a -Wc++98-compat warnings for the lexer.
This also adds a -Wc++98-compat-pedantic for warning on constructs which would
be diagnosed by -std=c++98 -pedantic (that is, it warns even on C++11 features
which we enable by default, with no warning, in C++98 mode).

llvm-svn: 142034
2011-10-15 01:18:56 +00:00
..
CMakeLists.txt Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. 2011-02-11 23:46:38 +00:00
HeaderMap.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
HeaderSearch.cpp When we load header file information from the external source (i.e., 2011-09-17 05:35:18 +00:00
Lexer.cpp -Wc++98-compat warnings for the lexer. 2011-10-15 01:18:56 +00:00
LiteralSupport.cpp We do parse hexfloats in C++11; make it actually work. 2011-10-12 18:51:02 +00:00
MacroArgs.cpp Fixed exapnsion range for # and ##. 2011-10-03 18:39:03 +00:00
MacroArgs.h Fixed exapnsion range for # and ##. 2011-10-03 18:39:03 +00:00
MacroInfo.cpp Modules hide macro definitions by default, so that silly things like 2011-09-01 17:04:32 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
PPCaching.cpp Optimize the preprocessor's handling of the __import_module__ 2011-09-07 23:11:54 +00:00
PPDirectives.cpp -Wc++98-compat warnings for the lexer. 2011-10-15 01:18:56 +00:00
PPExpressions.cpp -Wc++98-compat warnings for the lexer. 2011-10-15 01:18:56 +00:00
PPLexerChange.cpp For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. 2011-10-11 17:29:44 +00:00
PPMacroExpansion.cpp -Wc++98-compat warnings for the lexer. 2011-10-15 01:18:56 +00:00
PTHLexer.cpp Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00
Pragma.cpp Add explicit attributes to mark functions as having had their 2011-09-30 05:12:12 +00:00
PreprocessingRecord.cpp Handle the case where preprocessor entities are not received in order, 2011-10-12 17:36:33 +00:00
Preprocessor.cpp Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in 2011-10-11 19:57:52 +00:00
PreprocessorLexer.cpp Boost the efficiency of SourceManager::getMacroArgExpandedLocation. 2011-08-21 23:33:04 +00:00
ScratchBuffer.cpp Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
TokenConcatenation.cpp Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
TokenLexer.cpp Fixed exapnsion range for # and ##. 2011-10-03 18:39:03 +00:00