llvm-project/clang/lib
Richard Smith eae99680e3 PR11956: C++11's special exception for accessing non-static data members from
unevaluated operands applies within member functions, too.

llvm-svn: 151443
2012-02-25 10:04:07 +00:00
..
ARCMigrate [arcmt] GC migrator: don't try to remove redundant __strong, it does 2012-02-25 01:57:42 +00:00
AST Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and 2012-02-25 07:33:38 +00:00
Analysis Warn about non-standard format strings (pr12017) 2012-02-22 10:17:01 +00:00
Basic More ArrayRef-ification of methods. 2012-02-22 09:51:33 +00:00
CodeGen Prevent llvm.lifetime intrinsics from being emitted at -O0. 2012-02-25 02:56:13 +00:00
Driver ARM: enable the integrated assembler by default for Darwin. 2012-02-23 21:55:04 +00:00
Frontend Don't record nested macro expansions in the preprocessing record, 2012-02-25 02:41:16 +00:00
FrontendTool Make use of const-correct ParseCommandLineOptions 2012-02-07 19:36:38 +00:00
Headers * tgmath_logb.patch implements the missing logb function (see C99 standard 7.22, paragraph 5). * tgmath_fabs_complex.patch corrects the return types for the complex fabs functions. These must be non-complex float/double/long double (see C99 standard 7.22, paragraph 4 and 7.3.8.1). Patch contributed by Kristof Beyls. 2012-02-23 20:22:10 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Don't record nested macro expansions in the preprocessing record, 2012-02-25 02:41:16 +00:00
Parse Back out __decltype warning from r151377: we should either warn on all the GNU 2012-02-24 22:30:04 +00:00
Rewrite Minor modern rewriter bug showed up during testing 2012-02-24 21:42:38 +00:00
Sema PR11956: C++11's special exception for accessing non-static data members from 2012-02-25 10:04:07 +00:00
Serialization Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and 2012-02-25 07:33:38 +00:00
StaticAnalyzer RetainCountChecker: don't adjust the retain count when analyzing a ReturnStmt unless we are in the top-level call frame. We can do more later, but this makes the checker self-consistent (and fixes a crash). 2012-02-25 02:09:09 +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