hanchenye-llvm-project/clang/lib/AST
Craig Topper dcfc60ff41 Fix up indentation and fix an 80 column violation.
llvm-svn: 208164
2014-05-07 06:57:44 +00:00
..
APValue.cpp Make some assertions on constant expressions static. 2014-03-15 18:54:13 +00:00
ASTConsumer.cpp
ASTContext.cpp Eliminate ASTContext's DelayInitialization flag 2014-05-03 03:46:04 +00:00
ASTDiagnostic.cpp Print detailed vector type information on diagnostics. 2014-04-25 20:41:38 +00:00
ASTDumper.cpp Fix null pointer segfault when calling dump() on a DeclStmt containing a VarDecl. 2014-05-02 20:24:11 +00:00
ASTImporter.cpp Fix up indentation and fix an 80 column violation. 2014-05-07 06:57:44 +00:00
ASTTypeTraits.cpp Add Distance parameter to ASTNodeKind::isBaseOf. 2013-11-23 01:40:07 +00:00
AttrImpl.cpp Refactor the Microsoft inheritance attribute handling so that it no longer has special treatment. Also fixes a minor bug where the attributes were being parsed as though they were GNU-style attributes when they were in fact keyword attributes. 2013-12-18 23:44:18 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
CXXABI.h [ms-cxxabi] Implement guard variables for static initialization 2013-09-10 20:14:30 +00:00
CXXInheritance.cpp [C++11] Removing the found_decls_begin() and found_decls_end() APIs and replacing with a range-only found_decls() API. 2014-03-14 21:38:48 +00:00
Comment.cpp Rename getResultLoc() too 2014-01-25 23:51:36 +00:00
CommentBriefParser.cpp
CommentCommandTraits.cpp Fix dead store and simplify. No functionality change (although the code is now 2014-03-06 20:00:05 +00:00
CommentLexer.cpp CommentLexer: eliminate an NDEBUG from the headers 2013-12-07 13:51:26 +00:00
CommentParser.cpp Comment parsing: fix a bug where a line with whitespace between two paragraphs 2013-08-23 18:03:40 +00:00
CommentSema.cpp Comment parsing: remove HTML attribute validation 2014-04-30 21:54:30 +00:00
Decl.cpp Add support for __declspec(thread) under -fms-extensions 2014-05-01 03:16:47 +00:00
DeclBase.cpp Make TypeDecl much less friendly. 2014-04-23 18:20:42 +00:00
DeclCXX.cpp Recognize simple cases of trivial explicitly defaulted public dtors as irrelevant 2014-03-27 20:23:12 +00:00
DeclFriend.cpp Add class-specific operator new to Decl hierarchy. This guarantees that Decls 2013-11-22 09:01:48 +00:00
DeclGroup.cpp
DeclObjC.cpp [SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there are no 2014-04-26 21:28:41 +00:00
DeclOpenMP.cpp Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
DeclPrinter.cpp [C++11] Replacing ClassTemplateDecl iterators spec_begin() and spec_end() with iterator_range specializations(). Updating all of the usages of the iterators with range-based for loops. 2014-03-14 16:13:33 +00:00
DeclTemplate.cpp Make TypeDecl much less friendly. 2014-04-23 18:20:42 +00:00
DeclarationName.cpp Reapply "Pretty Printer: Fix printing of conversion operator decls and calls." 2014-02-25 18:03:55 +00:00
Expr.cpp -Wunreachable-code: refine recognition of unreachable "sigil" to cope with implicit casts in C++. 2014-04-16 07:26:09 +00:00
ExprCXX.cpp AST: Mangle reference temporaries reliably 2014-05-01 17:50:17 +00:00
ExprClassification.cpp PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and a 2014-01-27 04:19:56 +00:00
ExprConstant.cpp PR19346: Adding 0 to a null pointer has defined behavior in C++. Allow it in constant expressions. 2014-04-08 12:19:28 +00:00
ExternalASTSource.cpp
InheritViz.cpp [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with iterator_range bases(). Updating all of the usages of the iterators with range-based for loops. 2014-03-13 15:41:46 +00:00
ItaniumCXXABI.cpp Use the new Windows environment for target detection 2014-03-27 22:50:18 +00:00
ItaniumMangle.cpp AST: Update reference temporary mangling 2014-05-06 22:49:16 +00:00
Makefile
Mangle.cpp [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_type_end() with iterator_range param_types(). Updating all of the usages of the iterators with range-based for loops. 2014-03-17 15:23:01 +00:00
MangleNumberingContext.cpp [-cxx-abi microsoft] Implement local manglings accurately 2014-03-05 08:57:59 +00:00
MicrosoftCXXABI.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-11 06:22:39 +00:00
MicrosoftMangle.cpp AST: Mangle reference temporaries reliably 2014-05-01 17:50:17 +00:00
NSAPI.cpp
NestedNameSpecifier.cpp Use pop_back_val() instead of both back() and pop_back(). 2013-08-23 16:11:15 +00:00
ParentMap.cpp
RawCommentList.cpp Comment parsing: when comment ranges are deserialized from multiple modules, 2014-03-27 15:40:39 +00:00
RecordLayout.cpp [ms-abi] Refactor Microsoft Record Layout 2014-01-09 00:30:56 +00:00
RecordLayoutBuilder.cpp Fix some typos 2014-05-05 19:53:42 +00:00
SelectorLocationsKind.cpp
Stmt.cpp [OPENMP] parsing 'linear' clause (for directive 'omp simd') 2014-04-22 13:09:42 +00:00
StmtIterator.cpp
StmtPrinter.cpp [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP clause 'proc_bind' 2014-05-06 06:04:14 +00:00
StmtProfile.cpp [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP clause 'proc_bind' 2014-05-06 06:04:14 +00:00
StmtViz.cpp
TemplateBase.cpp Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda at ... )') 2014-04-02 05:58:29 +00:00
TemplateName.cpp
Type.cpp StringRefize and take out an old FIXME 2014-05-05 12:38:48 +00:00
TypeLoc.cpp AST: Don't treat a TemplateExpansion as a Template 2013-08-28 00:00:27 +00:00
TypePrinter.cpp Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda at ... )') 2014-04-02 05:58:29 +00:00
VTTBuilder.cpp [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with iterator_range bases(). Updating all of the usages of the iterators with range-based for loops. 2014-03-13 15:41:46 +00:00
VTableBuilder.cpp MicrosoftVTableContext: Don't leak VPtrInfos. Found by LSan, PR19522. 2014-04-24 19:52:12 +00:00