llvm-capstone/clang/lib/AST
Fariborz Jahanian 3b9819b4a2 Fix lookup for class messages sent to qualified-class
types such that protocols are seached first. Fixes
// rdar://9224670

llvm-svn: 129016
2011-04-06 18:40:08 +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 Implement a new 'availability' attribute, that allows one to specify 2011-03-23 00:50:03 +00:00
ASTDiagnostic.cpp Make AttributedTypes for GC-qualified types and fix some miscellaneous 2011-03-04 04:00:19 +00:00
ASTImporter.cpp Make helpers static. 2011-03-26 12:38:21 +00:00
AttrImpl.cpp Generate Attr subclasses with TableGen. 2010-08-18 23:23:40 +00:00
CMakeLists.txt Unbreak CMake build 2011-02-28 14:32:11 +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 On Mac OS X, the presence of an 'availability' attribute for that 2011-03-26 12:10:19 +00:00
DeclarationName.cpp Selector::getIdentifierInfoForSlot() can return NULL values, a fact 2011-02-18 22:29:55 +00:00
DeclBase.cpp Extend the new 'availability' attribute with support for an 2011-03-26 03:35:55 +00:00
DeclCXX.cpp Fixed InnerLocStart. 2011-03-09 14:09:51 +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 Fixed source range for all DeclaratorDecl's. 2011-03-08 08:55:46 +00:00
DeclPrinter.cpp Support for printing/dumping static asserts 2011-03-16 18:37:27 +00:00
DeclTemplate.cpp Fixed InnerLocStart. 2011-03-09 14:09:51 +00:00
DumpXML.cpp Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
Expr.cpp Added missing methods to get Designators source range. 2011-03-16 15:08:46 +00:00
ExprClassification.cpp More coherent diagnostic attempting to assign to a member of a const object returned 2011-03-26 19:48:30 +00:00
ExprConstant.cpp Silly mistake in integer constant folding cleanup. 2011-03-25 19:07:11 +00:00
ExprCXX.cpp Apply a bug-fix patch from Marcin Kowalczyk to the source locations for 2011-04-02 09:47:38 +00:00
ExternalASTSource.cpp From Vassil Vassilev: 2011-02-28 11:22:50 +00:00
InheritViz.cpp Revert 123553, as sys::fs::unique_file is not finished yet. 2011-03-01 19:50:49 +00:00
ItaniumCXXABI.cpp Convert RecordLayout::NonVirtualSize from bit units to CharUnits. 2011-02-01 01:52:10 +00:00
ItaniumMangle.cpp Do not use IR marker for LLVM intrinsics 2011-04-06 12:29:09 +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 For consistency, use llvm::raw_ostream in the rest of the mangle api. 2011-02-11 02:52:17 +00:00
MicrosoftCXXABI.cpp Convert RecordLayout::NonVirtualSize from bit units to CharUnits. 2011-02-01 01:52:10 +00:00
MicrosoftMangle.cpp Revert "Add CC_Win64ThisCall and set it in the necessary places." 2011-03-02 21:36:49 +00:00
NestedNameSpecifier.cpp Refactor the construction of nested-name-specifiers with 2011-02-28 23:58:31 +00:00
ParentMap.cpp Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
RecordLayout.cpp Convert RecordLayout::Alignment to CharUnits from bit units. No change in 2011-02-15 02:32:40 +00:00
RecordLayoutBuilder.cpp Simplify crash recovery cleanup registration. 2011-03-22 01:15:19 +00:00
Stmt.cpp tidy up 2011-02-28 00:18:06 +00:00
StmtDumper.cpp Support for printing/dumping static asserts 2011-03-16 18:37:27 +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 Add support for the OpenCL vec_step operator, by generalising and 2011-03-11 19:24:49 +00:00
StmtProfile.cpp Add support for the OpenCL vec_step operator, by generalising and 2011-03-11 19:24:49 +00:00
StmtViz.cpp Adapt to the DOTGraphTraits changes in LLVM. 2009-11-30 14:16:05 +00:00
TemplateBase.cpp Push nested-name-specifier source location information into template 2011-03-02 17:09:35 +00:00
TemplateName.cpp Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType 2011-03-04 21:37:14 +00:00
Type.cpp Fix lookup for class messages sent to qualified-class 2011-04-06 18:40:08 +00:00
TypeLoc.cpp Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. 2011-03-08 16:41:52 +00:00
TypePrinter.cpp Use ElaboratedType also for C. 2011-03-16 20:16:18 +00:00