hanchenye-llvm-project/clang/lib/AST
Benjamin Kramer 62144477eb Remove unused variables.
llvm-svn: 143696
2011-11-04 15:05:51 +00:00
..
APValue.cpp constexpr function substitution: 2011-10-29 20:57:55 +00:00
ASTConsumer.cpp Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which accepts 2011-10-17 19:48:13 +00:00
ASTContext.cpp [libclang] For a class extension, give it a unique USR but for any property or ivar 2011-11-01 17:14:12 +00:00
ASTDiagnostic.cpp When 'bool' is not a built-in type but is defined as a macro, print 2011-09-27 22:38:19 +00:00
ASTImporter.cpp Teach the ASTImporter to import DefinitionData bits. 2011-11-03 18:07:07 +00:00
AttrImpl.cpp
CMakeLists.txt Allow getting all source locations of selector identifiers in a ObjCMessageExpr. 2011-10-03 06:36:51 +00:00
CXXABI.h
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 Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
DeclBase.cpp I added a new function to DeclContext called 2011-10-21 02:57:43 +00:00
DeclCXX.cpp Rework the AST for the initializer of a delegating constructor, so 2011-11-01 01:16:03 +00:00
DeclFriend.cpp
DeclGroup.cpp
DeclObjC.cpp Relax restriction of assigning to 'self' in ARC when a method is attributed with ns_consumes_self. Fixes <rdar://problem/10274056>. 2011-10-25 04:52:20 +00:00
DeclPrinter.cpp Fixed CXX struct and class initialization printing to support 'move' 2011-10-30 11:17:39 +00:00
DeclTemplate.cpp Fixed source range for template implicit instantiations. 2011-10-03 20:34:03 +00:00
DeclarationName.cpp Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
DumpXML.cpp objective-c: Treat top-level objective-c declarations 2011-08-27 20:50:59 +00:00
Expr.cpp Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving 2011-11-01 02:23:42 +00:00
ExprCXX.cpp Added a flag to identify resolved overloaded function references. 2011-10-05 07:56:41 +00:00
ExprClassification.cpp Macro metaprogramming for builtin types. 2011-10-18 21:02:43 +00:00
ExprConstant.cpp Remove unused variables. 2011-11-04 15:05:51 +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 Macro metaprogramming for builtin types. 2011-10-18 21:02:43 +00:00
Makefile
Mangle.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
MicrosoftCXXABI.cpp Extend the ASTContext constructor to delay the initialization of 2011-09-02 00:18:52 +00:00
MicrosoftMangle.cpp Macro metaprogramming for builtin types. 2011-10-18 21:02:43 +00:00
NestedNameSpecifier.cpp Add a printing policy flag to suppress printing "<anonymous>::" prior 2011-11-03 00:16:13 +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 More ASTRecordLayout changes for MS ABI; based on patch by r4start. 2011-10-21 22:49:56 +00:00
SelectorLocationsKind.cpp Fix crash when using archaic protocol, rdar://10238337 2011-10-05 21:28:06 +00:00
Stmt.cpp Extend the Stmt AST to make it easier to look through label, default, 2011-09-10 00:02:34 +00:00
StmtDumper.cpp In the AST dump, add a space between the type and value for CharacterLiteral. 2011-11-03 23:56:23 +00:00
StmtIterator.cpp
StmtPrinter.cpp Implement support for dependent Microsoft __if_exists/__if_not_exists 2011-10-25 01:33:02 +00:00
StmtProfile.cpp Use StringLiteral::getBytes(), not StringLiteral::getString(), when profiling the expression, so that it works for non-UTF8 strings. 2011-11-02 17:26:05 +00:00
StmtViz.cpp
TemplateBase.cpp Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +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 Correctly perform integral promotions on wchar_t/char16_t/char32_t in C++. <rdar://problem/10309088>. 2011-10-26 07:22:48 +00:00
TypeLoc.cpp Restore r142914 and r142915, now with missing file and apparent 2011-10-25 17:37:35 +00:00
TypePrinter.cpp Add a printing policy flag to suppress printing "<anonymous>::" prior 2011-11-03 00:16:13 +00:00
VTTBuilder.cpp Move VTT builder to AST 2011-09-26 01:56:24 +00:00
VTableBuilder.cpp Rename TagDecl::isDefinition -> isCompleteDefinition 2011-10-07 06:10:15 +00:00