clang-1/AST
Chris Lattner f46699ce22 Alternate address spaces work:
rename QualType::getQualifiers to getCVRQualifiers.
Add some fixme's and clean up some code relevant to qualifiers.
Change ASQualType to contain a Type* instead of a QualType.  
Any CVR qualifiers should be on the outer qual type.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47398 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-20 20:55:12 +00:00
..
ASTConsumer.cpp move the codegen ASTConsumer out of the driver into libcodegen, 2008-02-06 02:01:47 +00:00
ASTContext.cpp Alternate address spaces work: 2008-02-20 20:55:12 +00:00
Builtins.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CFG.cpp When creating the CFGBlocks for a switch statement, we now have the "default" 2008-02-13 22:05:39 +00:00
Decl.cpp More comments from Chris. 2008-02-16 03:37:41 +00:00
DeclSerialization.cpp Put back the top-level asm code; all tests pass now. 2008-02-08 00:33:21 +00:00
Expr.cpp Alternate address spaces work: 2008-02-20 20:55:12 +00:00
ExprCXX.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
Stmt.cpp Handle simple asm statements correctly. 2008-02-05 23:03:50 +00:00
StmtDumper.cpp Substituted all instances of the string "Objc" for "ObjC". This fixes 2008-01-07 19:49:32 +00:00
StmtIterator.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
StmtPrinter.cpp Implement first round of feedback on __builtin_overload 2008-01-30 20:50:20 +00:00
StmtSerialization.cpp Minor reordering of the serialization of the fields of MemberExpr to result 2008-02-06 23:03:14 +00:00
StmtViz.cpp Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove 2008-01-14 16:44:48 +00:00
TranslationUnit.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
Type.cpp Alternate address spaces work: 2008-02-20 20:55:12 +00:00
TypeSerialization.cpp Alternate address spaces work: 2008-02-20 20:55:12 +00:00