llvm-project/clang/Lex
Chris Lattner 479b0af31d Improve placemarker handling, implementing Preprocessor/macro_fn_placemarker.c
llvm-svn: 38778
2006-07-29 04:16:20 +00:00
..
IdentifierTable.cpp Eliminate the IdentifierInfo::IsMacroArg flag. 2006-07-15 06:55:18 +00:00
Lexer.cpp disable malformed string/character errors when in raw mode. This fixes 2006-07-20 06:08:47 +00:00
MacroExpander.cpp Improve placemarker handling, implementing Preprocessor/macro_fn_placemarker.c 2006-07-29 04:16:20 +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 a bug in previous commit 2006-07-29 03:52:46 +00:00
ScratchBuffer.cpp Use a new helper to do this much more simply. 2006-06-30 06:14:45 +00:00