clang-1/lib
Douglas Gregor 321725d95d Provide a real fix for PR6199, reverting the old workaround. Here, we
realize that CXXConstructExpr is always implicit, so we should just
return its argument (if there is only one) rather than directly
invoking the constructor.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95192 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-03 03:01:57 +00:00
..
AST Remove the SmallVector from CXXTryStmt. 2010-02-03 02:09:59 +00:00
Analysis Add format string type checking support for 'long double'. 2010-02-01 23:23:50 +00:00
Basic Don't explicitly force utf strings into the __TEXT,__ustring 2010-02-01 20:59:08 +00:00
Checker Remove RegionStoreSubRegionMap::iterator and RegionStoreSubRegionMap::begin_end(). This is a precursor to using DenseSet to represent region sets instead of ImmutableSet. 2010-02-02 22:38:47 +00:00
CodeGen Provide a real fix for PR6199, reverting the old workaround. Here, we 2010-02-03 03:01:57 +00:00
Driver Driver/Darwin: Don't error/warn on conflicting deployment targets. Apparently 2010-02-02 17:31:12 +00:00
Frontend clang -cc1: Wire up -emit-obj, for emitting object files. 2010-02-03 01:18:43 +00:00
Headers fix PR6187: various load functions in xmmintrin.h were missing 'const'. 2010-02-01 20:14:14 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex Fix subtle bug in Preprocessor::AdvanceToTokenCharacter(): use '+=' instead of '='. 2010-01-29 19:38:24 +00:00
Parse fix PR6216 2010-02-03 01:45:03 +00:00
Rewrite Fixes a rewrite bug rewriting nested ivars reference. 2010-01-28 01:41:20 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema Provide a real fix for PR6199, reverting the old workaround. Here, we 2010-02-03 03:01:57 +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