llvm-project/clang/Lex
Chris Lattner c653246bfb Eliminate the IdentifierInfo::IsMacroArg flag.
llvm-svn: 38715
2006-07-15 06:55:18 +00:00
..
IdentifierTable.cpp Eliminate the IdentifierInfo::IsMacroArg flag. 2006-07-15 06:55:18 +00:00
Lexer.cpp Lex the microsoft 'charize' extension. 2006-07-15 05:41:09 +00:00
MacroExpander.cpp The leading space flag of a stringized string matches that of the # operator. 2006-07-15 06:48:02 +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 Change Preprocessor::SkippingContents into Lexer::LexingRawMode. Raw mode 2006-07-11 05:39:23 +00:00
Preprocessor.cpp Eliminate the IdentifierInfo::IsMacroArg flag. 2006-07-15 06:55:18 +00:00
ScratchBuffer.cpp Use a new helper to do this much more simply. 2006-06-30 06:14:45 +00:00