llvm-project/clang/lib
Abramo Bagnara 8de74e9c81 Added locations and type source info for DeclarationName inside UsingDecl.
llvm-svn: 110912
2010-08-12 11:46:03 +00:00
..
AST Added locations and type source info for DeclarationName inside UsingDecl. 2010-08-12 11:46:03 +00:00
Analysis Fix a bug where child statements could not be identified as being in a CFGBlock in CFGStmtMap::getBlock. 2010-08-11 23:36:58 +00:00
Basic Fix oversight with symbolic names in TargetInfo::validateInputConstraint. 2010-08-11 23:03:37 +00:00
Checker Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind the way it's being used. Also fix isa<OwnershipAttr> support, break more-than-80-char lines, and other miscellaneous ownership attr cleanup. 2010-08-12 08:54:03 +00:00
CodeGen Implement RTTI generation for Objective C types. Fixes PR7864. 2010-08-12 02:17:33 +00:00
Driver Driver: Use the compile time linker version as the default for -mlinker-version, 2010-08-12 00:05:12 +00:00
Frontend Added locations and type source info for DeclarationName inside UsingDecl. 2010-08-12 11:46:03 +00:00
Headers Fix define inserting a comma :) 2010-08-11 18:45:43 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Random temporary string cleanup. 2010-08-11 14:47:12 +00:00
Parse -Make TokenID of IdentifierInfo read-only, remove setTokenID(). 2010-08-11 22:55:12 +00:00
Rewrite Store inheritance paths after CastExprs instead of inside them. 2010-08-07 06:22:56 +00:00
Sema Added locations and type source info for DeclarationName inside UsingDecl. 2010-08-12 11:46:03 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00