llvm-project/clang/Lex
Chris Lattner 6d998556de Fix precedence problem
llvm-svn: 38809
2006-08-04 06:11:48 +00:00
..
IdentifierTable.cpp Eliminate the IdentifierInfo::IsMacroArg flag. 2006-07-15 06:55:18 +00:00
Lexer.cpp Implement comment saving mode: the -C and -CC options. 2006-07-29 06:30:25 +00:00
MacroExpander.cpp Simplify implementation of varargs macros by adding the __VA_ARGS__ token 2006-07-30 08:40:43 +00:00
MacroInfo.cpp Eliminate the IdentifierInfo::IsMacroArg flag. 2006-07-15 06:55:18 +00:00
Makefile Compile without rtti or exceptions. 2006-07-03 05:01:42 +00:00
PPExpressions.cpp Detect expressions semantically equivalent to !defined(X) for the multiple-include 2006-07-04 18:32:03 +00:00
Pragma.cpp Simplify "raw lexing mode" even further. Now the preprocessor is only called 2006-07-20 04:31:52 +00:00
Preprocessor.cpp Fix precedence problem 2006-08-04 06:11:48 +00:00
ScratchBuffer.cpp Use a new helper to do this much more simply. 2006-06-30 06:14:45 +00:00