.. |
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
|
Check in the long promised SourceLocation rewrite. This lays the
|
2009-01-26 00:43:02 +00:00 |
LiteralSupport.cpp
|
minor cleanups to StringLiteralParser: no need to pass target info
|
2009-01-16 18:51:42 +00:00 |
MacroArgs.cpp
|
eagerly resolve the spelling locations of macro argument preexpansions.
|
2009-01-26 04:33:10 +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
|
add parsing and constraint enforcement for GNU line marker directives.
|
2009-01-26 06:19:46 +00:00 |
PPExpressions.cpp
|
fix rdar://6505352 - Bogus warning with -WUndef, a case
|
2009-01-18 21:18:58 +00:00 |
PPLexerChange.cpp
|
do not use SourceManager::getFileCharacteristic(FileID), it is not
|
2009-01-19 08:01:53 +00:00 |
PPMacroExpansion.cpp
|
eagerly resolve the spelling locations of macro argument preexpansions.
|
2009-01-26 04:33:10 +00:00 |
PTHLexer.cpp
|
Check in the long promised SourceLocation rewrite. This lays the
|
2009-01-26 00:43:02 +00:00 |
Pragma.cpp
|
Make SourceLocation::getFileLoc private to reduce the API exposure of
|
2009-01-19 06:46:35 +00:00 |
Preprocessor.cpp
|
This is a follow-up to r62675:
|
2009-01-23 18:35:48 +00:00 |
PreprocessorLexer.cpp
|
this massive patch introduces a simple new abstraction: it makes
|
2009-01-17 06:22:33 +00:00 |
ScratchBuffer.cpp
|
Check in the long promised SourceLocation rewrite. This lays the
|
2009-01-26 00:43:02 +00:00 |
TokenLexer.cpp
|
Only resolve a macro's instantiation loc once per macro, instead of once
|
2009-01-26 03:46:22 +00:00 |