llvm-project/clang/lib
Sebastian Redl 867f228a55 Fix a parser bug that prevented it from correctly parsing explicit construct expressoins of the form T{args}.
llvm-svn: 147155
2011-12-22 18:58:29 +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 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +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 List-initialization via constructor part 1. Still needs: pretty-printing, overloading, initializer_list. 2011-12-22 14:44:04 +00:00
Serialization When deserializing an Objective-C class, check whether we have another 2011-12-22 01:48:48 +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