.. |
CMakeLists.txt
|
CMake: Added some source files.
|
2008-11-19 18:46:39 +00:00 |
HeaderMap.cpp
|
Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uninitialized value warning from gcc.
|
2008-10-28 00:18:42 +00:00 |
HeaderSearch.cpp
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
Lexer.cpp
|
Rename SourceLocation::getFileID to getChunkID, because it returns
|
2009-01-17 08:45:21 +00:00 |
LiteralSupport.cpp
|
minor cleanups to StringLiteralParser: no need to pass target info
|
2009-01-16 18:51:42 +00:00 |
MacroArgs.cpp
|
Optimize stringification a bit to avoid std::string thrashing and
|
2009-01-05 23:04:18 +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
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
Makefile
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
PPCaching.cpp
|
Remove Preprocessor::CacheTokens boolean data member. The same functionality can be provided by using Preprocessor::isBacktrackEnabled().
|
2008-11-19 14:23:14 +00:00 |
PPDirectives.cpp
|
this massive patch introduces a simple new abstraction: it makes
|
2009-01-17 06:22:33 +00:00 |
PPExpressions.cpp
|
make the 'to match this' diagnostic a note.
|
2008-11-23 23:17:07 +00:00 |
PPLexerChange.cpp
|
simplify PTHManager::CreateLexer
|
2009-01-17 08:06:50 +00:00 |
PPMacroExpansion.cpp
|
more SourceLocation lexicon change: instead of referring to the
|
2009-01-16 07:36:28 +00:00 |
PTHLexer.cpp
|
switch PTH lexer from using "const char*"s to "const unsigned char*"s
|
2009-01-18 01:57:14 +00:00 |
Pragma.cpp
|
Change the Lexer ctor used to lex _Pragma directives into a static factory
|
2009-01-17 08:27:52 +00:00 |
Preprocessor.cpp
|
in Preprocessor::AdvanceToTokenCharacter, don't actually bother
|
2009-01-17 07:57:25 +00:00 |
PreprocessorLexer.cpp
|
this massive patch introduces a simple new abstraction: it makes
|
2009-01-17 06:22:33 +00:00 |
ScratchBuffer.cpp
|
this massive patch introduces a simple new abstraction: it makes
|
2009-01-17 06:22:33 +00:00 |
TokenLexer.cpp
|
make the verbose raw-lexer ctor fully explicit instead of having
|
2009-01-17 07:42:27 +00:00 |