llvm-project/clang/lib
Douglas Gregor 0f5c1c0127 Allow a conversion from the empty initializer list {} to an
std::initializer_list<T> so long as <T> is known. This conversion has
identity rank.

llvm-svn: 154065
2012-04-04 23:09:20 +00:00
..
ARCMigrate [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
AST Move the computation of the lambda mangling information (mangling 2012-04-04 17:40:10 +00:00
Analysis clang/lib/Analysis/CFG.cpp: Get rid of early insertion of placeholder to the map. 2012-03-25 06:30:37 +00:00
Basic [driver] Create a new -mfpmath= option, which is used to control whether clang 2012-04-04 20:39:32 +00:00
CodeGen Fix an oversight: don't run ARC optimization cleanup at -O0. 2012-04-04 21:04:56 +00:00
Driver Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. 2012-04-04 23:00:14 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend [analyzer] Enable retry exhausted without inlining by default. 2012-03-28 19:59:16 +00:00
FrontendTool Introduce a -cc1-level option -pubnames-dump, which simply dumps the 2012-03-27 18:06:49 +00:00
Headers Correctly check argument types for some vector macros in smmintrin.h. Put parentheses around uses of vector macro arguments. 2012-03-30 07:01:17 +00:00
Index Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Lex [preprocessor] In Preprocessor::CachingLex() check whether there were more tokens 2012-04-04 02:57:01 +00:00
Parse For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is 2012-04-04 06:24:32 +00:00
Rewrite objective-c modern translation. Remove commenting out 2012-04-04 17:16:15 +00:00
Sema Allow a conversion from the empty initializer list {} to an 2012-04-04 23:09:20 +00:00
Serialization Remove dead assignment to local variable. 2012-04-04 00:55:21 +00:00
StaticAnalyzer Look through chains of 'x = y = z' when employing silencing heuristics in the DeadStoresChecker. 2012-04-04 19:58:03 +00:00
Tooling Tooling.cpp: Reorder inclusions according to the conding standards. 2012-04-04 13:59:41 +00:00
CMakeLists.txt Adds a tooling library. 2012-04-04 12:07:46 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00