clang-1/lib
John McCall 1d31833450 Introduce a specific representation for the ambiguous implicit conversion
sequence.  Lots of small relevant changes.  Fixes some serious problems with
ambiguous conversions;  also possibly improves associated diagnostics.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93214 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-12 00:44:57 +00:00
..
AST Fix a problem related to rewrite of anonymous unions. 2010-01-11 21:17:32 +00:00
Analysis Fix pasto. 2010-01-11 20:15:06 +00:00
Basic Hopefully unbreak build with g++ >= 4.3. 2010-01-09 18:20:57 +00:00
CodeGen Use the new isInteger() method in a couple places, some random cleanup, and 2010-01-11 19:58:10 +00:00
Driver Fix a FIXME. 2010-01-10 00:46:10 +00:00
Frontend Fix rewriting for forward class declaration. 2010-01-11 22:48:40 +00:00
Headers _mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine, 2010-01-07 00:36:41 +00:00
Index Add the BlockDecl to the DeclContext. 2009-12-07 22:01:30 +00:00
Lex add a TODO for a perf improvement in LexIdentifier. 2010-01-11 02:38:50 +00:00
Parse Eliminate an embarrassing performance regression in C/ObjC, where we 2010-01-11 23:29:10 +00:00
Rewrite Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). 2010-01-07 18:00:35 +00:00
Sema Introduce a specific representation for the ambiguous implicit conversion 2010-01-12 00:44:57 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00