llvm-project/clang/lib
Richard Smith f368fb40df constexpr: Disable checking of constructor member initializer lists for
constexpr constructor templates. Such checking is optional, and currently hard
to get right since clang doesn't generate implicit member initializers until
instantiation (even for non-dependent members).

This is needed for clang to accept libstdc++ from g++4.6 in c++0x mode.

llvm-svn: 141547
2011-10-10 16:38:04 +00:00
..
ARCMigrate Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
AST Another case of HadMultipleCandidates being used uninitialized. 2011-10-10 12:54:05 +00:00
Analysis Remove AnalysisContext::getLiveVariables(), and introduce a templatized mechanism to lazily create analyses that are attached to AnalysisContext objects. 2011-10-07 22:21:02 +00:00
Basic Add address spaces for TCE target. Patch by Pekka Jääskeläinen. 2011-10-07 19:51:42 +00:00
CodeGen Apparently getPtrToInt() takes an explicit type parameter to allow you to generate invalid bitcode, not so that it can actually produce a value of this type. This should fix PR11085. 2011-10-08 08:54:36 +00:00
Driver OpenCL: add driver/frontend support for precompiled headers 2011-10-09 22:03:19 +00:00
Frontend OpenCL: add driver/frontend support for precompiled headers 2011-10-09 22:03:19 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Add _mm_comige_sd to emmintrin.h, since I apparently forgot to do this in r138769. 2011-10-06 20:31:50 +00:00
Index Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Lex Fixed exapnsion range for # and ##. 2011-10-03 18:39:03 +00:00
Parse Parse the initializer for a class member after handling its 2011-10-10 14:49:18 +00:00
Rewrite objc rewriter. Fix declaration of objc_msgSend_stret/objc_msgSendSuper_stret. 2011-10-07 17:17:45 +00:00
Sema constexpr: Disable checking of constructor member initializer lists for 2011-10-10 16:38:04 +00:00
Serialization Rename TagDecl::isDefinition -> isCompleteDefinition 2011-10-07 06:10:15 +00:00
StaticAnalyzer Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by Jim Goodnow II. 2011-10-07 22:48:13 +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