llvm-project/clang/Lex
Chris Lattner a7fa1b247c 'true' in a CPP expression evaluates to 1 when in C++ mode. This implements
test/Preprocessor/cxx_true.cpp

llvm-svn: 39399
2007-04-10 06:16:30 +00:00
..
HeaderSearch.cpp Specify an initial size for StringMap. 2007-04-03 22:14:25 +00:00
IdentifierTable.cpp switch to using iterators instead of stringmap visitors. 2007-02-11 08:19:57 +00:00
Lexer.cpp Change KeepComments/KeepMacroComments modes to be facets of the preprocessor 2006-11-21 06:17:10 +00:00
LiteralSupport.cpp Implement support for performing semantic analysis of character literals. 2007-04-05 06:57:15 +00:00
MacroExpander.cpp implement FIXME: replace use of alloca with use of SmallVector. 2006-11-03 07:45:04 +00:00
MacroInfo.cpp Implement the #define_target preprocessor directive. 2006-10-14 19:03:49 +00:00
Makefile Add altivec version of block comment skipping code. 2006-10-30 20:01:22 +00:00
PPExpressions.cpp 'true' in a CPP expression evaluates to 1 when in C++ mode. This implements 2007-04-10 06:16:30 +00:00
Pragma.cpp Include the filename being looked up in an error message. This gives us stuff 2007-04-10 06:02:46 +00:00
Preprocessor.cpp Include the filename being looked up in an error message. This gives us stuff 2007-04-10 06:02:46 +00:00
ScratchBuffer.cpp Use a new helper to do this much more simply. 2006-06-30 06:14:45 +00:00