llvm-project/clang/lib
Nick Lewycky 097f47ce02 Fix build under -Wswitch by adding support for FK_ListConstructorOverloadFailed
to initialization sequence dumping.

llvm-svn: 147171
2011-12-22 20:21:32 +00:00
..
ARCMigrate Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
AST Add support for bitcasts to vector type in Evaluate. 2011-12-22 03:51:45 +00:00
Analysis Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObjExprs. It turns out 2011-12-22 01:30:46 +00:00
Basic Add support for bitcasts to vector type in Evaluate. 2011-12-22 03:51:45 +00:00
CodeGen Fix a failure (which led to a crash) in constant emission code with vector compound literals. 2011-12-22 00:04:00 +00:00
Driver Last part of support for generating dwarf for assembly source files. This gets 2011-12-22 19:31:58 +00:00
Frontend Update the CMake build for r146959's new files. 2011-12-20 08:42:15 +00:00
FrontendTool Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. 2011-12-14 00:29:23 +00:00
Headers Add AVX2 intrinsics for max, min, sign extend, and zero extend. 2011-12-22 09:18:58 +00:00
Index Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
Lex In Lexer::getCharAndSizeSlow[NoWarn] if we come up against 2011-12-22 04:38:07 +00:00
Parse Fix a parser bug that prevented it from correctly parsing explicit construct expressoins of the form T{args}. 2011-12-22 18:58:29 +00:00
Rewrite objc, objc rewriter. Fixes couple of bugs one 2011-12-21 19:48:07 +00:00
Sema Fix build under -Wswitch by adding support for FK_ListConstructorOverloadFailed 2011-12-22 20:21:32 +00:00
Serialization If we end up merging an Objective-C class with an existing Objective-C 2011-12-22 19:44:59 +00:00
StaticAnalyzer Fix typos in analyzer diagnostics pointed out by Matt Beaumont-Gay and Robert Purves. 2011-12-22 06:35:52 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00