llvm-project/clang/lib/Lex
Daniel Dunbar dc78bd9f79 Fix -E mismatch; an identifier followed by a numeric constant does not
require a space (to avoid concatenation) if the numeric constant had a
leading period.
 - PR3819.

llvm-svn: 67163
2009-03-18 03:32:24 +00:00
..
CMakeLists.txt Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
HeaderMap.cpp improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) 2009-03-02 22:20:04 +00:00
HeaderSearch.cpp improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) 2009-03-02 22:20:04 +00:00
Lexer.cpp simplify some logic by making ScratchBuffer handle the application of trailing 2009-03-08 08:08:45 +00:00
LiteralSupport.cpp fix some sema problems with wide strings and hook up basic codegen for them. 2009-02-26 23:01:51 +00:00
MacroArgs.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
MacroArgs.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MacroInfo.cpp fix PR3764 - A redefinition of a pre-processor macro fails 2009-03-09 20:33:32 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
PPCaching.cpp This change refactors some of the low-level lexer interfaces a bit. 2009-01-26 19:29:26 +00:00
PPDirectives.cpp use accessor instead of poking ivar directly 2009-03-13 21:17:23 +00:00
PPExpressions.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
PPLexerChange.cpp use accessor instead of poking ivar directly 2009-03-13 21:17:23 +00:00
PPMacroExpansion.cpp add a callback for macro expansion, based on a patch by Paolo Bolzoni! 2009-03-12 17:31:43 +00:00
PTHLexer.cpp Move PTHStatCache within the anonymous namespace. 2009-02-23 23:27:54 +00:00
Pragma.cpp typo 2009-03-17 11:39:38 +00:00
Preprocessor.cpp (Hopefully) instantiate dependent array types correctly. 2009-03-15 20:12:13 +00:00
PreprocessorLexer.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
ScratchBuffer.cpp add \n characters to the scratch buffer *before* returned tokens. 2009-03-08 08:16:41 +00:00
TokenConcatenation.cpp Fix -E mismatch; an identifier followed by a numeric constant does not 2009-03-18 03:32:24 +00:00
TokenLexer.cpp simplify some logic by making ScratchBuffer handle the application of trailing 2009-03-08 08:08:45 +00:00