.. |
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
|
add a new Lexer::SkipEscapedNewLines method.
|
2009-04-18 22:27:02 +00:00 |
LiteralSupport.cpp
|
Use an APInt of target int size to detect overflow while parsing multichars.
|
2009-04-21 02:21:29 +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
|
improve MacroInfo to track the source range of the macro definition,
|
2009-04-21 04:46:33 +00:00 |
PPExpressions.cpp
|
move library-specific diagnostic headers into library private dirs. Reduce
|
2009-01-29 05:15:15 +00:00 |
PPLexerChange.cpp
|
when preprocessing a .S file, unknown directives should just be passed through,
|
2009-03-18 21:00:25 +00:00 |
PPMacroExpansion.cpp
|
fix the second half of PR4006 and rdar://6807000 by treating
|
2009-04-20 21:08:10 +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
|
implement "#pragma GCC diagnostic". Besides being a nice feature, this
|
2009-04-19 23:16:58 +00:00 |
Preprocessor.cpp
|
Change Preprocessor::AdvanceToTokenCharacter to stop at
|
2009-04-18 22:28:58 +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
|
move token paste poisoning diagnostics to after the instantiation loc
|
2009-04-19 20:29:42 +00:00 |