hanchenye-llvm-project/clang/lib
Douglas Gregor 0de5720737 Don't suggest 'noreturn' for function template instantiations, because
it might be wrong for other instantiations of the same function
template. Fixes PR10801.

llvm-svn: 141559
2011-10-10 18:15:57 +00:00
..
ARCMigrate Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
AST Per C++ [class.bit]p2, unnamed bit-fields are not members. Fixes PR10289. 2011-10-10 17:22:13 +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 Don't suggest 'noreturn' for function template instantiations, because 2011-10-10 18:15:57 +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