clang-1/lib
Daniel Dunbar c6cb77f1e5 Fix regression in comparison of qualified id; == operator was being
created with LHS and RHS whose types didn't match.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58049 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-23 23:30:52 +00:00
..
AST Clean up and document the representation of C++ base classes 2008-10-23 18:13:27 +00:00
Analysis Add an assertion to make our intention more clear. 2008-10-23 04:19:25 +00:00
Basic fix rdar://6288301: custom warnings don't respect -Werror. 2008-10-17 21:24:47 +00:00
CodeGen Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00
Driver Bug fix, CPATH="" does not add '.' to search path. 2008-10-04 20:58:18 +00:00
Headers Actually use the mmintrin.h header, it's good enough now. 2008-10-06 04:49:00 +00:00
Lex Speed up NumericLiteralParser::GetIntegerValue. 2008-10-16 07:32:01 +00:00
Parse Add representation of base classes in the AST, and verify that we 2008-10-22 17:49:05 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema Fix regression in comparison of qualified id; == operator was being 2008-10-23 23:30:52 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00