llvm-project/clang/lib/AST
Douglas Gregor 308047d3a5 Initial stab at implement dependent member references to member
templates, e.g.,
  
  x.template get<T>

We can now parse these, represent them within an UnresolvedMemberExpr
expression, then instantiate that expression node in simple cases.

This allows us to stumble through parsing LLVM's Casting.h.

llvm-svn: 81300
2009-09-09 00:23:06 +00:00
..
APValue.cpp Make sure to access APValue's data via a char array (rather than 2009-09-08 19:57:33 +00:00
ASTConsumer.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
ASTContext.cpp Initial stab at implement dependent member references to member 2009-09-09 00:23:06 +00:00
CMakeLists.txt Update CMakeLists. 2009-08-19 12:02:15 +00:00
Decl.cpp Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! 2009-09-08 18:24:21 +00:00
DeclBase.cpp Ensure that the tag decls of friend decls aren't added to the friending class's 2009-09-02 00:55:30 +00:00
DeclCXX.cpp When searching for a default constructor or copy constructor, skip constructor templates 2009-09-04 14:46:39 +00:00
DeclGroup.cpp Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
DeclObjC.cpp Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! 2009-09-08 18:24:21 +00:00
DeclPrinter.cpp Ensure that the tag decls of friend decls aren't added to the friending class's 2009-09-02 00:55:30 +00:00
DeclTemplate.cpp Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. 2009-08-21 00:31:54 +00:00
DeclarationName.cpp Introduce the canonical type smart pointers, and use them in a few places to 2009-08-05 05:36:45 +00:00
Expr.cpp More objc GC's API work for array of pointers declared 2009-09-08 23:38:54 +00:00
ExprCXX.cpp Initial stab at implement dependent member references to member 2009-09-09 00:23:06 +00:00
ExprConstant.cpp Get rid of mostly-unused, buggy method. 2009-08-29 19:09:59 +00:00
InheritViz.cpp Update clang for raw_fd_ostream no longer requiring F_Force. 2009-08-25 15:36:09 +00:00
Makefile Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
NestedNameSpecifier.cpp Initial stab at implement dependent member references to member 2009-09-09 00:23:06 +00:00
ParentMap.cpp Add ParentMap:getParentIgnoreParens(). 2009-05-11 19:49:27 +00:00
RecordLayoutBuilder.cpp Refine vbase offset calculations. WIP. 2009-08-16 19:04:13 +00:00
RecordLayoutBuilder.h Refine vbase offset calculations. WIP. 2009-08-16 19:04:13 +00:00
Stmt.cpp Fix build of clang with gcc-4.4: #include <cstdio> was missing. 2009-08-24 13:25:12 +00:00
StmtDumper.cpp Add CastExpr::getCastKindName and use it in the StmtDumper. 2009-09-03 00:59:21 +00:00
StmtIterator.cpp When evaluating a VarDecl as a constant or determining whether it is 2009-05-26 18:54:04 +00:00
StmtPrinter.cpp Initial stab at implement dependent member references to member 2009-09-09 00:23:06 +00:00
StmtProfile.cpp Implement AST, semantics, and CodeGen for C++ pseudo-destructor 2009-09-04 17:36:40 +00:00
StmtViz.cpp More <sstream> removal. 2009-09-07 12:33:46 +00:00
TemplateName.cpp Initial stab at implement dependent member references to member 2009-09-09 00:23:06 +00:00
Type.cpp Start emitting ElaboratedTypes in C++ mode. Support the effort in various 2009-09-05 06:31:47 +00:00
TypeLoc.cpp Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and reading source information for types. 2009-08-19 01:27:32 +00:00