hanchenye-llvm-project/clang/lib/AST
Fariborz Jahanian 26d8371b07 objc: allow block pointer matching 'id' type when
they show up as argument types of two block pointers.
// rdar://10734265

llvm-svn: 149007
2012-01-26 00:45:38 +00:00
..
APValue.cpp Add an APValue representation for the difference between two address-of-label expressions. Add support to Evaluate and CGExprConstant for generating/handling them. Remove the special-case for such differences in Expr::isConstantInitializer. 2012-01-04 23:13:47 +00:00
ASTConsumer.cpp Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue 2011-11-18 00:26:59 +00:00
ASTContext.cpp objc: allow block pointer matching 'id' type when 2012-01-26 00:45:38 +00:00
ASTDiagnostic.cpp Change the checks in the type aka printing. A confusing case where the string 2011-11-14 19:39:25 +00:00
ASTImporter.cpp Only try to import a definition if there is an definition to import. 2012-01-25 01:13:20 +00:00
AttrImpl.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
CMakeLists.txt Allow getting all source locations of selector identifiers in a ObjCMessageExpr. 2011-10-03 06:36:51 +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 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Decl.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
DeclBase.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
DeclCXX.cpp In CXXRecordDecl::isCLike(), also check for PODness. 2012-01-24 01:37:11 +00:00
DeclFriend.cpp When creating declarations that are deserialized from an module file, 2012-01-05 21:55:30 +00:00
DeclGroup.cpp I lied. Kill off a few more Destroy methods 2010-07-25 18:32:30 +00:00
DeclObjC.cpp Delay the creation of the built-in Objective-C class 'Protocol' by 2012-01-17 18:09:05 +00:00
DeclPrinter.cpp Introduce a non-uglified syntax for module imports in Objective-C: 2012-01-03 18:04:46 +00:00
DeclTemplate.cpp De-virtualize getPreviousDecl() and getMostRecentDecl() when we know 2012-01-14 16:38:05 +00:00
DeclarationName.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
DumpXML.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Expr.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
ExprCXX.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
ExprClassification.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
ExprConstant.cpp constexpr: add support for anonymous struct and union members in literal types. 2012-01-25 22:15:11 +00:00
ExternalASTSource.cpp Don't force the complete deserialization of the visible-declarations 2011-08-24 21:56:08 +00:00
InheritViz.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
ItaniumCXXABI.cpp Extend the ASTContext constructor to delay the initialization of 2011-09-02 00:18:52 +00:00
ItaniumMangle.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +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 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
MicrosoftCXXABI.cpp Extend the ASTContext constructor to delay the initialization of 2011-09-02 00:18:52 +00:00
MicrosoftMangle.cpp Add Microsoft mangling of constructors and destructors. Patch by Dmitry! 2011-12-01 09:55:00 +00:00
NestedNameSpecifier.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
ParentMap.cpp [arcmt] More automatic transformations and safety improvements; rdar://9615812 : 2011-07-27 05:28:18 +00:00
RecordLayout.cpp More ASTRecordLayout changes for MS ABI; based on patch by r4start. 2011-10-21 22:49:56 +00:00
RecordLayoutBuilder.cpp constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, 2012-01-14 04:30:29 +00:00
SelectorLocationsKind.cpp Fix crash when using archaic protocol, rdar://10238337 2011-10-05 21:28:06 +00:00
Stmt.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
StmtDumper.cpp There's no good reason to track temporaries in ExprWithCleanups, 2011-11-10 05:35:25 +00:00
StmtIterator.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
StmtPrinter.cpp Some improvements to the handling of C11 atomic types: 2012-01-16 17:27:18 +00:00
StmtProfile.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
StmtViz.cpp
TemplateBase.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
TemplateName.cpp Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Type.cpp Fix PR11848: decree that an alias template contains an unexpanded parameter pack 2012-01-25 02:14:59 +00:00
TypeLoc.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
TypePrinter.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
VTTBuilder.cpp Move VTT builder to AST 2011-09-26 01:56:24 +00:00
VTableBuilder.cpp Make format string 64 bit safe. 2011-11-06 09:34:11 +00:00