hanchenye-llvm-project/clang/lib
David Blaikie 2b93c54c4a Debug Info: correct comment
Eric's code review feedback to r181644

llvm-svn: 181650
2013-05-10 23:36:06 +00:00
..
ARCMigrate Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
AST Allocate memory for the new number of subexpressions. Fixup for r181572 2013-05-10 17:30:13 +00:00
ASTMatchers Implements memoization for ancestor matching. 2013-03-14 16:33:21 +00:00
Analysis Add support for __wchar_t in -fms-extensions mode. 2013-05-10 10:08:40 +00:00
Basic Add SystemZ support 2013-05-06 16:26:41 +00:00
CodeGen Debug Info: correct comment 2013-05-10 23:36:06 +00:00
Driver C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. 2013-05-08 02:12:03 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format When breaking at function calls, indent from function name. 2013-05-10 13:37:16 +00:00
Frontend [Modules] Extend Darwin hack to include the modification time of SystemVersion.plist. 2013-05-10 21:54:08 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Fix the return type of the complex creal functions. Patch by YunZhong Gao, modified to use _Static_assert and to check __STDC_HOSTED__ by me. 2013-05-09 17:41:19 +00:00
Lex [Modules] Make r180934 more efficient by only loading top-level module maps in system header directories. 2013-05-10 22:52:27 +00:00
Parse ArrayRef'ize Sema::ActOnMemInitializer 2013-05-09 23:51:52 +00:00
Rewrite Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. 2013-05-07 04:29:22 +00:00
Sema Avoid patching storage class for block scope thread_local variables. 2013-05-10 20:34:44 +00:00
Serialization [Modules] When things go horribly wrong when reading a module, point at the module cache. 2013-05-10 22:15:13 +00:00
StaticAnalyzer [analyzer] Assume [NSNull null] does not return nil. 2013-05-10 18:04:46 +00:00
Tooling ClangTool output cleanup 2013-03-15 20:14:01 +00:00
CMakeLists.txt
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00