..
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
use the new Path::isAbsolute function, fixing a fixme. Patch by Gregory Curfman!
2009-06-15 04:25:18 +00:00
Lexer.cpp
Fix our check for "random whitespace between a \ and newline" to work
2009-06-23 05:15:06 +00:00
LiteralSupport.cpp
PR4353: Add support for \E as a character escape.
2009-06-10 01:32:39 +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
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
Fix a couple of bugs:
2009-05-25 17:16:10 +00:00
PPExpressions.cpp
Move CharIsSigned from TargetInfo to LangOptions.
2009-06-05 07:05:05 +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
Fix a crash that can occur when a #pragma handler eats to the end of the
2009-06-18 05:55:53 +00:00
Preprocessor.cpp
my refactoring of builtins changed target-specific builtins to only be
2009-06-16 16:18:48 +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
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