llvm-project/clang/lib
Douglas Gregor 9bc6b7fc53 Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We
used to do this, but it got lost when we switched functional-style
cast syntax over to using the new initialization code. Fixes PR6457.

llvm-svn: 97568
2010-03-02 17:18:33 +00:00
..
AST Split out types that are non-canonical unless dependent as their own 2010-03-01 23:49:17 +00:00
Analysis Register all parameters even if they didn't occur in the function body. 2010-03-02 10:08:30 +00:00
Basic Add in some more MIPS command line options. 2010-03-02 02:41:08 +00:00
Checker Since now we store the cast type with an ElementRegion, there is 2010-03-01 06:56:52 +00:00
CodeGen Simplify code. 2010-03-02 05:40:45 +00:00
Driver Add in some more MIPS command line options. 2010-03-02 02:41:08 +00:00
Frontend Cast a pointer to 'long long' to satisfy all compilation models. 2010-03-02 01:19:04 +00:00
Headers add two aliases for SSE functions we already have, fixing PR6316. 2010-02-16 18:21:25 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex Move method out-of-line. I thought this would be a candidate for inlining but I was wrong. 2010-02-27 17:05:45 +00:00
Parse Fix an amusing typo that completely the re-introduction of parameters 2010-03-02 01:29:43 +00:00
Rewrite Some clean up of replacement text API no longer needed by 2010-02-05 16:43:40 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We 2010-03-02 17:18:33 +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