hanchenye-llvm-project/clang/lib/AST
Anders Carlsson 0c5d7448d8 Fix thinko.
llvm-svn: 94922
2010-01-30 20:48:08 +00:00
..
APValue.cpp Convert the type of the LValue offset variable in APValue to CharUnits, moving 2010-01-15 12:37:54 +00:00
ASTConsumer.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
ASTContext.cpp Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, 2010-01-27 17:10:57 +00:00
AttrImpl.cpp Make clone() method out-of-line for Attr classes. 2010-01-10 14:38:13 +00:00
CMakeLists.txt Make clone() method out-of-line for Attr classes. 2010-01-10 14:38:13 +00:00
CXXInheritance.cpp Implement elementary access control. 2010-01-23 00:46:32 +00:00
Decl.cpp Bring some semblance of order into Decl.h and Decl.cpp. While at it, fix some typo comments and remove an unused and unimplemented function prototype. No functionality change. 2010-01-26 22:01:41 +00:00
DeclBase.cpp Create function, block, and template parameters in the context of the 2010-01-22 00:28:27 +00:00
DeclCXX.cpp Add an assert to make sure that we don't try to mess with overridden methods for class templates. 2010-01-30 17:42:34 +00:00
DeclGroup.cpp Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child expressions (via StmtIterator), as those expressions are owned by the Decls and Types (which are destroyed elsewhere). This fixes a crasher reported in <rdar://problem/7487294>. 2009-12-23 08:56:00 +00:00
DeclObjC.cpp Patch to implement rewriting of properties. 2010-01-21 17:36:00 +00:00
DeclPrinter.cpp Rename dump to dumpDeclContext, so that call RD->dump() won't dump the decl context by default. 2009-12-14 00:51:04 +00:00
DeclTemplate.cpp DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, 2009-12-07 02:54:59 +00:00
DeclarationName.cpp Implement semantic checking for C++ literal operators. 2010-01-13 09:01:02 +00:00
Expr.cpp Fix reference binding of const lvalue references to bit-fields, which 2010-01-29 19:14:02 +00:00
ExprCXX.cpp Add an CXXBindReferenceExpr (not used just yet). 2010-01-29 02:39:32 +00:00
ExprConstant.cpp Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, 2010-01-27 17:10:57 +00:00
FullExpr.cpp More work on the FullExpr class. 2009-12-16 06:10:22 +00:00
InheritViz.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
NestedNameSpecifier.cpp Move all of the type-printing logic to its own C++ source file 2009-11-10 00:39:07 +00:00
ParentMap.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
RecordLayoutBuilder.cpp Be sure to select primary bases among the nearly empties in preorder, 2010-01-22 20:27:17 +00:00
RecordLayoutBuilder.h Move key functions to a separate map. 2009-12-07 04:35:11 +00:00
Stmt.cpp Fix thinko. 2010-01-30 20:48:08 +00:00
StmtDumper.cpp StmtDumper::VisitUnresolvedLookupExpr 2009-12-11 21:50:11 +00:00
StmtIterator.cpp Add StmtIterator support for iterating over both the condition 2009-12-23 23:38:34 +00:00
StmtPrinter.cpp Add an CXXBindReferenceExpr (not used just yet). 2010-01-29 02:39:32 +00:00
StmtProfile.cpp Add an CXXBindReferenceExpr (not used just yet). 2010-01-29 02:39:32 +00:00
StmtViz.cpp Adapt to the DOTGraphTraits changes in LLVM. 2009-11-30 14:16:05 +00:00
TemplateBase.cpp DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, 2009-12-07 02:54:59 +00:00
TemplateName.cpp Push overloaded function templates through the parser using a totally different 2009-12-02 08:04:21 +00:00
Type.cpp Allocate the 'Protocols' array in ObjCInterfaceType and 2010-01-21 19:22:34 +00:00
TypeLoc.cpp float, double, and long double do need extra data in the 2010-01-18 20:37:56 +00:00
TypePrinter.cpp Implement name lookup for conversion function template specializations 2010-01-11 18:40:55 +00:00