llvm-project/clang/lib
Douglas Gregor 56636589ff The effective context of a friend function is its lexical
context. Fixes PR9103.

llvm-svn: 141520
2011-10-09 22:38:36 +00:00
..
ARCMigrate Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
AST In DeclContext::LoadLexicalDeclsFromExternalStorage don't clear out 2011-10-07 21:55:43 +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 Eliminate the unused -create-module cc1-level option 2011-09-15 19:45:56 +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 Fix "Uninitialized" warnings. 2011-10-08 11:31:53 +00:00
Rewrite objc rewriter. Fix declaration of objc_msgSend_stret/objc_msgSendSuper_stret. 2011-10-07 17:17:45 +00:00
Sema The effective context of a friend function is its lexical 2011-10-09 22:38:36 +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