llvm-project/clang/lib/Lex
Ted Kremenek a7c279ba40 Revert 59574 (caused tests to fail).
llvm-svn: 59579
2008-11-19 01:54:47 +00:00
..
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
HeaderMap.cpp Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uninitialized value warning from gcc. 2008-10-28 00:18:42 +00:00
HeaderSearch.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Lexer.cpp Convert the lexer and start converting the PP over to using canonical Diag methods. 2008-11-18 07:59:24 +00:00
LiteralSupport.cpp Remove the last of the old-style Preprocessor::Diag methods. 2008-11-18 21:48:13 +00:00
MacroArgs.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MacroArgs.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MacroInfo.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
PPCaching.cpp Use PushIncludeMacroStack() instead of manually manipulating the include stack. 2008-11-12 22:21:57 +00:00
PPDirectives.cpp Revert 59574 (caused tests to fail). 2008-11-19 01:54:47 +00:00
PPExpressions.cpp Remove the last of the old-style Preprocessor::Diag methods. 2008-11-18 21:48:13 +00:00
PPLexerChange.cpp Revert 59574 (caused tests to fail). 2008-11-19 01:54:47 +00:00
PPMacroExpansion.cpp Replace more uses of 'CurLexer->' with 'CurPPLexer->'. No performance change. 2008-11-18 01:12:54 +00:00
PTHLexer.cpp Trivial tidying 2008-11-16 20:22:05 +00:00
Pragma.cpp remove one more Preprocessor::Diag method. 2008-11-18 08:02:48 +00:00
Preprocessor.cpp Initialize CurPPLexer in Preprocessor's constructor. 2008-11-19 00:44:06 +00:00
PreprocessorLexer.cpp Remove the last of the old-style Preprocessor::Diag methods. 2008-11-18 21:48:13 +00:00
ScratchBuffer.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
TokenLexer.cpp Remove the last of the old-style Preprocessor::Diag methods. 2008-11-18 21:48:13 +00:00