hanchenye-llvm-project/clang/lib/AST
Richard Trieu c750907218 Add static_cast to assertion to silence sign/unsigned comparison warning.
llvm-svn: 181849
2013-05-14 23:41:50 +00:00
..
APValue.cpp Don't crash while printing APValues that are lvalues casted to a 2013-01-29 01:26:43 +00:00
ASTConsumer.cpp
ASTContext.cpp Add static_cast to assertion to silence sign/unsigned comparison warning. 2013-05-14 23:41:50 +00:00
ASTDiagnostic.cpp Provide operator<< for stream output of DeclarationNames 2013-05-14 21:04:00 +00:00
ASTDumper.cpp Provide operator<< for stream output of DeclarationNames 2013-05-14 21:04:00 +00:00
ASTImporter.cpp Cleanup handling of UniqueExternalLinkage. 2013-05-13 00:12:11 +00:00
AttrImpl.cpp [ms-cxxabi] Give the MS inheritance attributes a base class 2013-03-26 18:30:28 +00:00
CMakeLists.txt OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
CXXABI.h [ms-cxxabi] Correctly compute the size of member pointers 2013-03-28 20:02:56 +00:00
CXXInheritance.cpp
Comment.cpp Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None 2013-05-05 00:41:58 +00:00
CommentBriefParser.cpp Some refactoring in my patch on document 2013-03-02 02:39:57 +00:00
CommentCommandTraits.cpp [doc parsing]: make single character command impostures 2013-05-09 17:18:52 +00:00
CommentLexer.cpp [doc parsing]: make single character command impostures 2013-05-09 17:18:52 +00:00
CommentParser.cpp Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None 2013-05-05 00:41:58 +00:00
CommentSema.cpp documentation comment parsing. Added couple of 2013-03-18 23:45:52 +00:00
Decl.cpp Cleanup handling of UniqueExternalLinkage. 2013-05-13 00:12:11 +00:00
DeclBase.cpp Make all 'is in extern "C"' tests use the lexical context. 2013-05-05 20:15:21 +00:00
DeclCXX.cpp Add r180263 back, but fix hasBraces() to be correct during parsing. 2013-04-26 01:30:23 +00:00
DeclFriend.cpp Added outer template parameter lists to friend type AST nodes. 2013-01-31 09:54:08 +00:00
DeclGroup.cpp
DeclObjC.cpp Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None 2013-05-05 00:41:58 +00:00
DeclOpenMP.cpp OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00
DeclPrinter.cpp OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00
DeclTemplate.cpp Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. 2013-02-22 15:46:01 +00:00
DeclarationName.cpp Provide operator<< for stream output of DeclarationNames 2013-05-14 21:04:00 +00:00
DumpXML.cpp Revert r175912, "Add support for coldcc to clang" at John's request. 2013-02-23 00:06:18 +00:00
Expr.cpp Allocate memory for the new number of subexpressions. Fixup for r181572 2013-05-10 17:30:13 +00:00
ExprCXX.cpp Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None 2013-05-05 00:41:58 +00:00
ExprClassification.cpp C++1y: Allow aggregates to have default initializers. 2013-04-20 22:23:05 +00:00
ExprConstant.cpp Suppress bogus "use of undefined constexpr function" error if the function body 2013-05-14 05:18:44 +00:00
ExternalASTSource.cpp Simplify FindExternalVisibleDeclsByName by making it return a bool indicating 2013-02-07 03:30:24 +00:00
InheritViz.cpp
ItaniumCXXABI.cpp [ms-cxxabi] Correctly compute the size of member pointers 2013-03-28 20:02:56 +00:00
ItaniumMangle.cpp Cleanup handling of UniqueExternalLinkage. 2013-05-13 00:12:11 +00:00
LambdaMangleContext.cpp ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. 2013-03-08 21:51:21 +00:00
Makefile
Mangle.cpp
MicrosoftCXXABI.cpp [ms-cxxabi] Implement member pointer emission and dereferencing 2013-04-11 18:13:19 +00:00
MicrosoftMangle.cpp Fix clang -Werror build due to -Wreorder violation introduced in r181825 2013-05-14 21:31:46 +00:00
NSAPI.cpp Use None rather than Optional<T>() where possible. 2013-02-21 01:47:18 +00:00
NestedNameSpecifier.cpp Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. 2013-02-22 15:46:01 +00:00
ParentMap.cpp
RawCommentList.cpp [Doc parsing] Provide diagnostics for unknown documentation 2013-05-03 23:15:20 +00:00
RecordLayout.cpp
RecordLayoutBuilder.cpp [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64 2013-05-14 20:30:42 +00:00
SelectorLocationsKind.cpp
Stmt.cpp Implement template support for CapturedStmt 2013-05-04 03:59:06 +00:00
StmtIterator.cpp
StmtPrinter.cpp Move parsing of identifiers in MS-style inline assembly into 2013-05-03 00:10:13 +00:00
StmtProfile.cpp C++1y: Allow aggregates to have default initializers. 2013-04-20 22:23:05 +00:00
StmtViz.cpp
TemplateBase.cpp Debug Info: include address-of ('&') operator and qualified names in template argument lists 2013-05-09 22:43:45 +00:00
TemplateName.cpp Add quotation marks to template names in diagnostics. 2013-03-05 06:21:38 +00:00
Type.cpp Cleanup handling of UniqueExternalLinkage. 2013-05-13 00:12:11 +00:00
TypeLoc.cpp Rename TypeLoc's isType to isKind 2013-02-21 01:47:08 +00:00
TypePrinter.cpp Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there 2013-04-30 13:56:41 +00:00
VTTBuilder.cpp
VTableBuilder.cpp Fix one FIXME in VTableBuilder 2013-05-08 08:09:21 +00:00