llvm-project/clang/lib
David Blaikie 4e7ef80e68 DebugInfo: Revert change to the return type of createRecordFwdDecl
It still does only return DICompositeType, but I've no need to make that
change right now.

llvm-svn: 188482
2013-08-15 20:17:25 +00:00
..
ARCMigrate Fixes a gross conditional in my last patch. 2013-08-15 18:58:00 +00:00
AST [Mips][msa] Add support for half 2013-08-15 15:16:57 +00:00
ASTMatchers Add ctorInitializer to the dynamic AST Matcher registry. 2013-08-15 00:33:08 +00:00
Analysis Thread safety analysis: move warnings within lock/unlock functions out of beta. 2013-08-15 15:31:25 +00:00
Basic Add XCore target 2013-08-13 09:43:10 +00:00
CodeGen DebugInfo: Revert change to the return type of createRecordFwdDecl 2013-08-15 20:17:25 +00:00
Driver Build unwind tables by default on NetBSD. 2013-08-15 15:08:33 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format clang-format: Add option for the offset of constructor initializers. 2013-08-13 10:58:30 +00:00
Frontend SourceManager intialization tweaks. 2013-08-12 13:46:52 +00:00
FrontendTool Indicate success for simple options when clang called with -cc1. 2013-08-07 12:54:47 +00:00
Headers Use a shuffle with undef elements instead of inserting 0s in the 128-bit to 256-bit casting intrinsics to improve performance. Thanks to Katya Romanova for identifying this issue. 2013-08-05 06:17:21 +00:00
Lex Use isCharInSet from llvm/Support/UnicodeCharRanges.h, added a test for double-width characters in FixIt-hints. 2013-08-09 06:35:06 +00:00
Parse Fix Altivec vector literal parser hack for C++11. 2013-08-13 23:38:34 +00:00
Rewrite [frontend] '-frewrite-includes' should not ignore headers included from command-line. 2013-07-26 15:32:04 +00:00
Sema ObjectiveC [Sema]. This patch makes sure that all inherited 2013-08-14 23:58:55 +00:00
Serialization Bug fix: disallow a variable template to be redeclared as a non-templated variable 2013-08-14 03:09:19 +00:00
StaticAnalyzer [analyzer] If realloc fails on an escaped region, that region doesn't leak. 2013-08-15 17:22:06 +00:00
Tooling Adding a vector version of tooling::applyAllReplacements 2013-08-13 17:38:19 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00