hanchenye-llvm-project/clang/lib/AST
Chris Lattner db5f1fa3d8 add a common base class "PointerLikeType" for PointerType and ReferenceType,
allowing them to be treated the same in some contexts.  A suggestion for a
better name is welcome :)

llvm-svn: 49100
2008-04-02 17:35:06 +00:00
..
ASTConsumer.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ASTContext.cpp add a common base class "PointerLikeType" for PointerType and ReferenceType, 2008-04-02 17:35:06 +00:00
Builtins.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
CFG.cpp Bug fix in CFG construction: VisitCompoundStmt should return the last created block. 2008-03-17 17:19:44 +00:00
Decl.cpp Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass (to inherit from NamedDecl, instead of ScopedDecl). 2008-04-01 23:04:06 +00:00
DeclObjC.cpp clean up property memory allocation to move it into the ast classes 2008-03-17 01:19:02 +00:00
DeclSerialization.cpp switch the rest of the C decl classes to do their 2008-03-16 00:16:02 +00:00
Expr.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ExprCXX.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Stmt.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
StmtDumper.cpp print cvr qualifiers on simplified typedefs 2008-04-02 05:06:23 +00:00
StmtIterator.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
StmtPrinter.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
StmtSerialization.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
StmtViz.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
TranslationUnit.cpp Update to match simplified llvm MemoryBuffer interfaces for files. 2008-04-01 18:04:30 +00:00
Type.cpp add a common base class "PointerLikeType" for PointerType and ReferenceType, 2008-04-02 17:35:06 +00:00
TypeSerialization.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00