llvm-project/clang/lib
Douglas Gregor 40c92bbe4f When creating a call to a base subobject's operator= in an
implicitly-defined copy assignment operator, suppress the protected
access check. This eliminates the remaining failure in the
Boost.SmartPtr library (that was a product of the copy-assignment
generation rewrite) and, presumably, the Boost.TR1 library as well.

llvm-svn: 103010
2010-05-04 15:20:55 +00:00
..
AST Let StmtDumper.cpp handle using declarations. 2010-05-04 10:20:17 +00:00
Analysis Add null check in CFGBuilder::VisitStmt() to make CFG construction 2010-04-30 22:25:53 +00:00
Basic david conrad points out that {|} in inline assembly on arm are not asm 2010-04-23 16:29:58 +00:00
Checker Completely reimplement __builtin_offsetof, based on a patch by Roberto 2010-04-28 22:16:22 +00:00
CodeGen When inheriting a default argument expression, inherit the full expression, 2010-05-04 01:53:42 +00:00
Driver Do not enable '-analyze-check-security-syntactic' by default when using '--analyze'. There 2010-04-29 22:50:22 +00:00
Frontend Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since they don't go in 2010-05-03 20:16:35 +00:00
Headers logical ops, unary ops, pairwise ops 2010-04-30 00:46:57 +00:00
Index Overhaul the AST representation of Objective-C message send 2010-04-21 00:45:42 +00:00
Lex Add '__has_feature' support for weak ObjC classes. 2010-04-29 02:06:46 +00:00
Parse It's okay to reference an enum in a template definition, even though 2010-05-03 17:48:54 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime build: Add CLANG_NO_RUNTIME build variable, which disables building clang 2010-04-28 23:36:26 +00:00
Sema When creating a call to a base subobject's operator= in an 2010-05-04 15:20:55 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00