..
CMakeLists.txt
Add a __has_attribute macro that works much like __has_feature and __has_builtin.
2010-10-20 02:31:43 +00:00
HeaderMap.cpp
now the FileManager has a FileSystemOpts ivar, stop threading
2010-11-23 08:35:12 +00:00
HeaderSearch.cpp
now the FileManager has a FileSystemOpts ivar, stop threading
2010-11-23 08:35:12 +00:00
Lexer.cpp
move getSpelling from Preprocessor to Lexer, which it is more conceptually related to.
2010-11-17 07:26:20 +00:00
LiteralSupport.cpp
move getSpelling from Preprocessor to Lexer, which it is more conceptually related to.
2010-11-17 07:26:20 +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
Several PPCallbacks take an SourceLocation + IdentifierInfo, rather
2010-11-19 21:33:15 +00:00
PPExpressions.cpp
move logic for computing signed integer overflow when constant folding
2010-10-13 23:46:56 +00:00
PPLexerChange.cpp
push some source location information down through the compiler,
2010-04-20 20:35:58 +00:00
PPMacroExpansion.cpp
Revert r119838 "Don't warn for empty 'if' body if there is a macro that expands to nothing"
2010-11-20 02:04:01 +00:00
PTHLexer.cpp
change the 'is directory' indicator to be a null-or-not
2010-11-23 21:17:56 +00:00
Pragma.cpp
Make sure to always check the result of
2010-11-12 07:15:47 +00:00
PreprocessingRecord.cpp
Several PPCallbacks take an SourceLocation + IdentifierInfo, rather
2010-11-19 21:33:15 +00:00
Preprocessor.cpp
now the FileManager has a FileSystemOpts ivar, stop threading
2010-11-23 08:35:12 +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
Rename alignof -> alignOf to avoid irritating C++'0x compilers,
2010-10-30 05:14:06 +00:00