clang-1/lib
Eli Friedman 2dce5f8a99 PR4281: Fix bogus CodeGen assertion. The issue is that
getUnqualifiedType() doesn't strip off all qualifiers for non-canonical 
types.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72552 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-28 23:04:00 +00:00
..
AST Introduced DeclContext::isDependentContext, which determines whether a 2009-05-28 16:34:51 +00:00
Analysis Add special cases to retain checker for 'create' methods in QCView, QCRenderer, and CIContext (Apple APIs). 2009-05-20 22:39:57 +00:00
Basic A few more tweaks for Solaris; please correct me if it's wrong somehow. 2009-05-22 01:12:57 +00:00
CodeGen PR4281: Fix bogus CodeGen assertion. The issue is that 2009-05-28 23:04:00 +00:00
Driver ARM is a legitimate Darwin architecture; don't assert. 2009-05-28 20:57:06 +00:00
Frontend Reintroduce the home for exception specs, and make Sema fill it. However, keep the spec out of the canonical type this time. Net effect is currently nothing, because the spec isn't checked anywhere. 2009-05-27 22:11:52 +00:00
Headers Add 'cmp' SSE builtins and get rid of a bunch of other builtins. 2009-05-18 19:16:46 +00:00
Lex fix the "pasting formed 'a]', an invalid preprocessing token" 2009-05-28 05:39:39 +00:00
Parse Reimplement much of the way that we track nested classes in the 2009-05-27 23:11:45 +00:00
Rewrite Fix for PR2386: distinguish between insertion and replacements in the 2009-05-18 13:56:52 +00:00
Sema Introduced DeclContext::isDependentContext, which determines whether a 2009-05-28 16:34:51 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00