.. |
CMakeLists.txt
|
Lexically order files in CMakeLists.txt files.
|
2009-07-15 21:08:41 +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
|
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
|
Fix the build
|
2009-07-14 08:10:06 +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
|
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
|
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 |