.. |
CMakeLists.txt
|
clang/lib: [CMake] Update tblgen'd dependencies.
|
2012-07-27 06:18:33 +00:00 |
HeaderMap.cpp
|
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
|
2012-09-06 15:59:27 +00:00 |
HeaderSearch.cpp
|
Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes.
|
2012-09-18 05:21:59 +00:00 |
Lexer.cpp
|
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
|
2012-09-06 15:59:27 +00:00 |
LiteralSupport.cpp
|
Small cleanup of literal semantic analysis: hiding 'char *' pointers behind
|
2012-09-24 09:53:54 +00:00 |
MacroArgs.cpp
|
Correct handling of _Pragma macro inside a macro argument.
|
2012-04-03 16:47:40 +00:00 |
MacroArgs.h
|
Fixed exapnsion range for # and ##.
|
2011-10-03 18:39:03 +00:00 |
MacroInfo.cpp
|
Keep history of macro definitions and #undefs
|
2012-08-29 00:20:03 +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
|
Make ModuleMapParser own its TargetInfo, so it doesn't get leaked.
|
2012-03-29 14:07:03 +00:00 |
PPCaching.cpp
|
[preprocessor] In Preprocessor::CachingLex() check whether there were more tokens
|
2012-04-04 02:57:01 +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
|
[libclang] Fix getting a cursor inside an angled #include directive.
|
2012-09-11 02:17:21 +00:00 |
PPExpressions.cpp
|
Change the wording of the extension warning from
|
2012-09-24 18:19:21 +00:00 |
PPLexerChange.cpp
|
Make preprocessor act in a GCC-compatible fashion when a macro is redefined
|
2012-08-30 13:38:46 +00:00 |
PPMacroExpansion.cpp
|
Replace raw call to snprintf() by llvm streams.
|
2012-09-24 20:56:28 +00:00 |
PTHLexer.cpp
|
Fix dead store found by static analyzer.
|
2012-09-16 06:18:45 +00:00 |
Pragma.cpp
|
Fixed a problem with #pragma push_macro/pop_macro implementation.
|
2012-08-29 16:56:24 +00:00 |
PreprocessingRecord.cpp
|
Documentation cleanup:
|
2012-06-22 05:37:13 +00:00 |
Preprocessor.cpp
|
Added some preprocessor memory usage stats to -cc1 -print-stats
|
2012-08-13 10:46:42 +00:00 |
PreprocessorLexer.cpp
|
Documentation cleanup: Use \brief for summaries, and escape # characters.
|
2012-06-17 03:41:54 +00:00 |
ScratchBuffer.cpp
|
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
|
2011-09-19 20:40:19 +00:00 |
TokenConcatenation.cpp
|
Add missing cctype includes.
|
2012-08-10 10:58:18 +00:00 |
TokenLexer.cpp
|
Emulate MSVC's preprocessor macro argument separator behavior by not considering commas from nested macro expansions as argument separators. Fixes parsing of VS 2012 headers.
|
2012-08-31 21:10:54 +00:00 |