hanchenye-llvm-project/clang/lib/AST
Peter Collingbourne 41f8546233 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions
llvm-svn: 125217
2011-02-09 21:07:24 +00:00
..
APValue.cpp Fix -Wcast-qual warnings. 2010-04-19 16:39:44 +00:00
ASTConsumer.cpp Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do with the breakage. 2010-08-11 18:52:41 +00:00
ASTContext.cpp AST, Sema, Serialization: keep track of cudaConfigureCall 2011-02-09 21:04:32 +00:00
ASTDiagnostic.cpp Add some tests for reference-collapsing and referencing binding 2011-01-20 16:08:06 +00:00
ASTImporter.cpp Import three interesting bits that apply only to C++ methods. 2011-01-27 02:37:01 +00:00
AttrImpl.cpp Generate Attr subclasses with TableGen. 2010-08-18 23:23:40 +00:00
CMakeLists.txt Move name mangling support from CodeGen to AST. In the 2011-01-13 18:57:25 +00:00
CXXABI.h Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen as well. 2010-11-25 01:51:53 +00:00
CXXInheritance.cpp Fix some corner cases in the __is_base_of logic. 2011-01-28 22:02:36 +00:00
Decl.cpp Clear the linkage cache recursively. Fixes PR8926. 2011-02-08 19:01:05 +00:00
DeclBase.cpp Add Decl::isParameterPack(), which covers both function and template 2011-01-05 21:11:38 +00:00
DeclCXX.cpp Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases. 2011-02-05 19:23:19 +00:00
DeclFriend.cpp Support C++ friend declarations for PCH. 2010-06-29 22:47:00 +00:00
DeclGroup.cpp I lied. Kill off a few more Destroy methods 2010-07-25 18:32:30 +00:00
DeclObjC.cpp Diagnose when accessing property in a class method and 2010-12-03 23:37:08 +00:00
DeclPrinter.cpp Change QualType::getTypePtr() to return a const pointer, then change a 2011-01-19 06:33:43 +00:00
DeclTemplate.cpp NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl. 2011-02-09 01:13:10 +00:00
DeclarationName.cpp PR3558: mark "logically const" accessor methods in ASTContext as const, 2011-01-12 09:06:06 +00:00
DumpXML.cpp Change QualType::getTypePtr() to return a const pointer, then change a 2011-01-19 06:33:43 +00:00
Expr.cpp Remove vtables from the Stmt hierarchy; this was pretty easy as 2011-02-09 08:16:59 +00:00
ExprCXX.cpp Remove vtables from the Stmt hierarchy; this was pretty easy as 2011-02-09 08:16:59 +00:00
ExprClassification.cpp AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions 2011-02-09 21:07:24 +00:00
ExprConstant.cpp AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions 2011-02-09 21:07:24 +00:00
InheritViz.cpp AST/InheritViz: Remove all internal uses of PathV1. 2011-01-15 21:43:57 +00:00
ItaniumCXXABI.cpp Convert RecordLayout::NonVirtualSize from bit units to CharUnits. 2011-02-01 01:52:10 +00:00
ItaniumMangle.cpp AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions 2011-02-09 21:07:24 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Mangle.cpp Move name mangling support from CodeGen to AST. In the 2011-01-13 18:57:25 +00:00
MicrosoftCXXABI.cpp Convert RecordLayout::NonVirtualSize from bit units to CharUnits. 2011-02-01 01:52:10 +00:00
MicrosoftMangle.cpp Change QualType::getTypePtr() to return a const pointer, then change a 2011-01-19 06:33:43 +00:00
NestedNameSpecifier.cpp Change QualType::getTypePtr() to return a const pointer, then change a 2011-01-19 06:33:43 +00:00
ParentMap.cpp Add method ParentMap::addStmt(). 2010-11-15 20:54:24 +00:00
RecordLayout.cpp Convert RecordLayout::Size to CharUnits from bits. No changes to 2011-02-09 01:59:34 +00:00
RecordLayoutBuilder.cpp Convert RecordLayout::Size to CharUnits from bits. No changes to 2011-02-09 01:59:34 +00:00
Stmt.cpp Non-void functions need to return some value. 2011-02-09 08:42:57 +00:00
StmtDumper.cpp A few more tweaks to the blocks AST representation: 2011-02-07 10:33:21 +00:00
StmtIterator.cpp Change QualType::getTypePtr() to return a const pointer, then change a 2011-01-19 06:33:43 +00:00
StmtPrinter.cpp AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions 2011-02-09 21:07:24 +00:00
StmtProfile.cpp AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions 2011-02-09 21:07:24 +00:00
StmtViz.cpp Adapt to the DOTGraphTraits changes in LLVM. 2009-11-30 14:16:05 +00:00
TemplateBase.cpp Teach template template argument pack expansions to keep track of the 2011-01-14 23:41:42 +00:00
TemplateName.cpp Introduce a new kind of TemplateName that captures a substituted 2011-01-15 06:45:20 +00:00
Type.cpp Rvalue references for *this: 2011-01-26 05:01:58 +00:00
TypeLoc.cpp Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually 2011-01-25 19:13:18 +00:00
TypePrinter.cpp Rvalue references for *this: 2011-01-26 05:01:58 +00:00