llvm-project/clang/Lex
Chris Lattner 40931927af Speed up directive matching by not using getSpelling(), and not copying std::strings
around.

llvm-svn: 38563
2006-06-22 06:14:04 +00:00
..
IdentifierTable.cpp Initial checkin of c-language parser 2006-06-18 05:43:12 +00:00
Lexer.cpp Simplify some code 2006-06-18 16:41:01 +00:00
MacroExpander.cpp Implement a new type of FileID: FileIDInfo::MacroExpansion. For tokens that 2006-06-21 03:01:55 +00:00
MacroInfo.cpp Make a fundamental change to the way we represent the location of LexerToken's. 2006-06-18 16:22:51 +00:00
Makefile Initial checkin of c-language parser 2006-06-18 05:43:12 +00:00
PPExpressions.cpp Make a fundamental change to the way we represent the location of LexerToken's. 2006-06-18 16:22:51 +00:00
Preprocessor.cpp Speed up directive matching by not using getSpelling(), and not copying std::strings 2006-06-22 06:14:04 +00:00