hanchenye-llvm-project/clang/lib/Lex
Erick Tryzelaar b90731117c Update lexer to work with the new APFloat string parsing.
llvm-svn: 79211
2009-08-16 23:36:28 +00:00
..
CMakeLists.txt Lexically order files in CMakeLists.txt files. 2009-07-15 21:08:41 +00:00
HeaderMap.cpp
HeaderSearch.cpp use the new Path::isAbsolute function, fixing a fixme. Patch by Gregory Curfman! 2009-06-15 04:25:18 +00:00
Lexer.cpp Convert the CharInfo table to be statically initialized, instead of dynamically initialized. Patch by Ryan Flynn! 2009-07-07 17:09:54 +00:00
LiteralSupport.cpp Update lexer to work with the new APFloat string parsing. 2009-08-16 23:36:28 +00:00
MacroArgs.cpp When we expect two arguments but have zero, make sure to add 2009-05-13 00:55:26 +00:00
MacroArgs.h
MacroInfo.cpp
Makefile
PPCaching.cpp fix segfault (because of erasing after the vector boundaries) when the cached token position is at the end 2009-07-26 16:36:45 +00:00
PPDirectives.cpp There is no need to value initialize this array. 2009-07-13 21:48:50 +00:00
PPExpressions.cpp Basic support for C++0x unicode types. Support for literals will follow in an incremental patch 2009-07-14 06:30:34 +00:00
PPLexerChange.cpp Add PCH support for #import. 2009-04-24 20:03:17 +00:00
PPMacroExpansion.cpp implement and document a new __has_feature and __has_builtin magic 2009-06-13 07:13:28 +00:00
PTHLexer.cpp Move the on-disk hash table code into its own header. No functionality change. 2009-04-20 07:08:21 +00:00
Pragma.cpp add push/pop semantics for diagnostics. Patch by Louis Gerbarg! 2009-07-12 21:18:45 +00:00
Preprocessor.cpp Add support for retrieving the Doxygen comment associated with a given 2009-07-02 17:08:52 +00:00
PreprocessorLexer.cpp
ScratchBuffer.cpp
TokenConcatenation.cpp PR4395: Don't detect token concatenation in C mode for 2009-06-15 19:48:50 +00:00
TokenLexer.cpp fix the "pasting formed 'a]', an invalid preprocessing token" 2009-05-28 05:39:39 +00:00