.. |
CMakeLists.txt
|
Update the CMake build for r146959's new files.
|
2011-12-20 08:42:15 +00:00 |
HeaderMap.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
HeaderSearch.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
Lexer.cpp
|
Change Lexer::makeFileCharRange() to have it accept a CharSourceRange
|
2012-02-03 05:58:29 +00:00 |
LiteralSupport.cpp
|
Implement warning for non-wide string literals with an unexpected encoding. Downgrade error for non-wide character literals with an unexpected encoding to a warning for compatibility with gcc and older versions of clang. <rdar://problem/10837678>.
|
2012-02-11 05:08:10 +00:00 |
MacroArgs.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
MacroArgs.h
|
Fixed exapnsion range for # and ##.
|
2011-10-03 18:39:03 +00:00 |
MacroInfo.cpp
|
For modules, all macros that aren't include guards are implicitly
|
2011-10-17 15:32:29 +00:00 |
Makefile
|
BUILD_ARCHIVE is the default for libraries, no need to set it.
|
2010-07-18 00:14:47 +00:00 |
ModuleMap.cpp
|
Basic: import IntrusiveRefCntPtr<> into clang namespace
|
2012-02-20 14:00:23 +00:00 |
PPCaching.cpp
|
Don't treat 'import' as a contextual keyword when we're in a caching lexer, or when modules are disabled.
|
2012-01-04 06:20:15 +00:00 |
PPCallbacks.cpp
|
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
|
2011-12-20 02:48:34 +00:00 |
PPDirectives.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
PPExpressions.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
PPLexerChange.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
PPMacroExpansion.cpp
|
Initializer lists are now supported.
|
2012-02-25 20:51:27 +00:00 |
PTHLexer.cpp
|
Basic: import OwningPtr<> into clang namespace
|
2012-02-05 02:12:40 +00:00 |
Pragma.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
PreprocessingRecord.cpp
|
Don't record nested macro expansions in the preprocessing record,
|
2012-02-25 02:41:16 +00:00 |
Preprocessor.cpp
|
Don't record nested macro expansions in the preprocessing record,
|
2012-02-25 02:41:16 +00:00 |
PreprocessorLexer.cpp
|
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
|
2011-12-20 02:48:34 +00:00 |
ScratchBuffer.cpp
|
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
|
2011-09-19 20:40:19 +00:00 |
TokenConcatenation.cpp
|
Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it)
|
2012-01-17 06:56:22 +00:00 |
TokenLexer.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |