.. |
CMakeLists.txt
|
CMake: Update to use standard CMake dependency tracking facilities instead
|
2010-09-10 21:13:16 +00:00 |
HeaderMap.cpp
|
Simplify code. No functionality change.
|
2010-01-10 09:51:00 +00:00 |
HeaderSearch.cpp
|
Revert r110440, the fix for PR4897. Chris claims to have a better way.
|
2010-08-08 07:49:23 +00:00 |
Lexer.cpp
|
improve isHexaLiteral to work with escaped newlines and trigraphs,
|
2010-08-31 16:42:00 +00:00 |
LiteralSupport.cpp
|
Prevent warning when built with assert off.
|
2010-08-31 23:54:38 +00:00 |
MacroArgs.cpp
|
Audit all Preprocessor::getSpelling() callers, improving failure
|
2010-03-16 22:30:13 +00:00 |
MacroArgs.h
|
The PreExpArgTokens array is indexed with an argument #,
|
2009-12-28 06:17:16 +00:00 |
MacroInfo.cpp
|
More PCH -> AST renaming.
|
2010-08-18 23:57:06 +00:00 |
Makefile
|
BUILD_ARCHIVE is the default for libraries, no need to set it.
|
2010-07-18 00:14:47 +00:00 |
PPCaching.cpp
|
Remove the check for repeated tok::eofs, we are not supposed to go past eof so this code is
|
2010-07-12 21:41:41 +00:00 |
PPDirectives.cpp
|
When we parse a pragma, keep track of how that pragma was originally
|
2010-09-09 22:45:38 +00:00 |
PPExpressions.cpp
|
Implement code completion for preprocessor expressions and in macro
|
2010-08-24 22:20:20 +00:00 |
PPLexerChange.cpp
|
push some source location information down through the compiler,
|
2010-04-20 20:35:58 +00:00 |
PPMacroExpansion.cpp
|
Implement __has_feature(cxx_inline_namespaces)
|
2010-08-31 23:28:47 +00:00 |
PTHLexer.cpp
|
Don't emit end-of-file diagnostics like "unterminated conditional" or
|
2010-08-12 17:04:55 +00:00 |
Pragma.cpp
|
When we parse a pragma, keep track of how that pragma was originally
|
2010-09-09 22:45:38 +00:00 |
PreprocessingRecord.cpp
|
Push location through the MacroUndefined PPCallback and use it to print #undefs in -dD mode. (PR7818)
|
2010-08-07 22:27:00 +00:00 |
Preprocessor.cpp
|
Use getSpelling to get original text of the
|
2010-09-03 17:33:04 +00:00 |
PreprocessorLexer.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
ScratchBuffer.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
TokenConcatenation.cpp
|
make the token paste avoidance logic turn "..." into ".. ." instead of ". . ."
|
2010-04-14 03:57:19 +00:00 |
TokenLexer.cpp
|
fix PR7943, a corner case with the GNU __VA_ARGS__ comma
|
2010-08-21 00:27:00 +00:00 |