hanchenye-llvm-project/clang/lib/Lex
Chris Lattner da248f4f30 fix PR3768, Clang does -D__STDC_HOSTED__=1, even if -ffreestanding is passed.
llvm-svn: 66474
2009-03-09 21:50:12 +00:00
..
CMakeLists.txt Fix cmake builds. 2009-02-13 15:42:50 +00:00
HeaderMap.cpp improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) 2009-03-02 22:20:04 +00:00
HeaderSearch.cpp improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) 2009-03-02 22:20:04 +00:00
Lexer.cpp simplify some logic by making ScratchBuffer handle the application of trailing 2009-03-08 08:08:45 +00:00
LiteralSupport.cpp fix some sema problems with wide strings and hook up basic codegen for them. 2009-02-26 23:01:51 +00:00
MacroArgs.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +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 fix PR3764 - A redefinition of a pre-processor macro fails 2009-03-09 20:33:32 +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 This change refactors some of the low-level lexer interfaces a bit. 2009-01-26 19:29:26 +00:00
PPDirectives.cpp #import is not considered an extension for ObjC. 2009-03-06 04:28:03 +00:00
PPExpressions.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
PPLexerChange.cpp track "just a little more" location information for macro instantiations. 2009-02-15 20:52:18 +00:00
PPMacroExpansion.cpp simplify some logic by making ScratchBuffer handle the application of trailing 2009-03-08 08:08:45 +00:00
PTHLexer.cpp Move PTHStatCache within the anonymous namespace. 2009-02-23 23:27:54 +00:00
Pragma.cpp simplify some logic by making ScratchBuffer handle the application of trailing 2009-03-08 08:08:45 +00:00
Preprocessor.cpp fix PR3768, Clang does -D__STDC_HOSTED__=1, even if -ffreestanding is passed. 2009-03-09 21:50:12 +00:00
PreprocessorLexer.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
ScratchBuffer.cpp add \n characters to the scratch buffer *before* returned tokens. 2009-03-08 08:16:41 +00:00
TokenConcatenation.cpp factor token concatenation avoidance logic out of 2009-02-13 00:46:04 +00:00
TokenLexer.cpp simplify some logic by making ScratchBuffer handle the application of trailing 2009-03-08 08:08:45 +00:00