llvm-project/clang/lib
John McCall 43314ab3ae Allow classes to befriend implicitly-declared members. Fixes PR6207 for
members of non-templated classes.

llvm-svn: 101122
2010-04-13 07:45:41 +00:00
..
AST Have the CXXBaseOrMemberInitializer keep track of whether an initializer initializes a virtual base or not. 2010-04-12 00:51:03 +00:00
Analysis Fix CFG bug where bases of member expressions were not always evaluated in a lvalue context. Fixes <rdar://problem/7813989>. 2010-04-11 17:02:10 +00:00
Basic fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic 2010-04-12 21:53:11 +00:00
Checker Remove copy of 'Optional' in Clang tree, and convert clients to use the one now in the LLVM tree. 2010-04-09 20:26:58 +00:00
CodeGen Add support for objc_copyStruct to enforce 2010-04-13 00:38:05 +00:00
Driver add haiku support, patch by Paul Davey! 2010-04-11 19:29:39 +00:00
Frontend Add a cc1 option to specify the max number of nodes the analyzer can explore. 2010-04-13 06:44:31 +00:00
Headers rename llvm::llvm_report_error -> llvm::report_fatal_error 2010-04-07 22:58:06 +00:00
Index Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Lex fix a minor bug I noticed while work with Jordy's patch for PR6101, 2010-04-12 23:04:41 +00:00
Parse Parse constructor names in friend declarations. Part of the fix for 2010-04-13 06:39:49 +00:00
Rewrite Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. 2010-03-16 14:14:31 +00:00
Runtime Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt 2010-03-26 19:37:38 +00:00
Sema Allow classes to befriend implicitly-declared members. Fixes PR6207 for 2010-04-13 07:45:41 +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