hanchenye-llvm-project/clang/lib/AST
Eli Friedman 4e91899e7b Fix the definition of the vfork() builtin on Haiku. PR14378.
llvm-svn: 168674
2012-11-27 02:58:24 +00:00
..
APValue.cpp Store SourceManager pointer on PrintingPolicy in the case where we're dumping, 2012-08-16 03:56:14 +00:00
ASTConsumer.cpp Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked 2012-10-03 01:58:37 +00:00
ASTContext.cpp Fix the definition of the vfork() builtin on Haiku. PR14378. 2012-11-27 02:58:24 +00:00
ASTDiagnostic.cpp Make template diffing handle integral expressions of various widths correctly. 2012-11-14 23:57:08 +00:00
ASTImporter.cpp Teach the AST importer to merge enumerator constants. Fixes 2012-11-14 22:29:20 +00:00
AttrImpl.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
CMakeLists.txt Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. 2012-09-10 20:32:42 +00:00
CXXABI.h [Windows] Use thiscall as the default calling convention for class methods. PR12785 2012-07-12 09:50:54 +00:00
CXXInheritance.cpp Fix CXXRecordDecl::forallBases to not look through bases which are dependent 2012-11-22 00:24:47 +00:00
Comment.cpp Remove const_casts by propagating constness down to called functions. 2012-10-19 16:51:38 +00:00
CommentBriefParser.cpp Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. 2012-09-10 20:32:42 +00:00
CommentCommandTraits.cpp Comment parsing: handle non-builtin commands correctly. After semantic 2012-09-11 19:22:03 +00:00
CommentDumper.cpp CommentDumper: reorder members and add a comment. 2012-10-25 18:16:02 +00:00
CommentLexer.cpp Comment parsing: don't parse comment marker followed by a digit as a command 2012-09-14 16:35:35 +00:00
CommentParser.cpp Documentation parsing: propely handle a lone '\endverbatim' and emit a warning. 2012-11-18 00:30:31 +00:00
CommentSema.cpp [doc parsing] use getParamName to access parameter 2012-10-18 21:42:42 +00:00
Decl.cpp Revert r168411 for now. 2012-11-27 01:44:24 +00:00
DeclBase.cpp Add r168519 back, but with a fix to also merge the used flag in variables. 2012-11-25 14:07:59 +00:00
DeclCXX.cpp A step towards sorting out handling of triviality of special members in C++11. 2012-11-16 00:53:38 +00:00
DeclFriend.cpp Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. 2012-07-04 20:19:54 +00:00
DeclGroup.cpp
DeclObjC.cpp Address Jordan's review: comments, spaces. 2012-10-31 01:18:22 +00:00
DeclPrinter.cpp Pretty-print a ParenListExpr in a variable initializer correctly. Patch by Grzegorz Jablonski. 2012-10-19 20:36:44 +00:00
DeclTemplate.cpp Fixed ClassTemplateSpecializationDecl source range. 2012-10-15 21:06:42 +00:00
DeclarationName.cpp Simplify some users of DeclarationName::getNameKind. Fold getFETokenInfoAsVoid into its only caller. 2012-05-19 16:03:58 +00:00
DumpXML.cpp PR14141 (part of DR1351): An implicitly-deduced "any" exception specification 2012-10-21 23:00:34 +00:00
Expr.cpp Allow to pass from syntactic form of InitListExpr to semantic form (just as viceversa). No functionality change. 2012-11-08 18:41:43 +00:00
ExprCXX.cpp Fix a source range regression in C++ new expressions with call initializers. 2012-11-08 22:53:48 +00:00
ExprClassification.cpp PR13811: Add a FunctionParmPackExpr node to handle references to function 2012-09-12 00:56:43 +00:00
ExprConstant.cpp DR1535: only potentially-evaluated typeid expressions are disallowed in constant 2012-10-17 23:52:07 +00:00
ExternalASTSource.cpp Implement the all_lookups_iterator for PCH as a follow-up to r153970. This 2012-04-16 02:51:46 +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 [Windows] Use thiscall as the default calling convention for class methods. PR12785 2012-07-12 09:50:54 +00:00
ItaniumMangle.cpp Remove debugging assert. 2012-11-14 04:41:34 +00:00
LambdaMangleContext.cpp Drop the ASTContext.h include from Stmt.h and fix up transitive users. 2012-07-04 17:04:04 +00:00
Makefile
Mangle.cpp block literal irgen: several improvements on naming block 2012-06-26 16:06:38 +00:00
MicrosoftCXXABI.cpp Revert r163078 per chandlerc's request. 2012-09-04 17:18:12 +00:00
MicrosoftMangle.cpp Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft 2012-11-26 08:55:48 +00:00
NSAPI.cpp Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
NestedNameSpecifier.cpp Use the right alignment when allocating NestedNameSpecifier objects. 2012-08-15 01:41:43 +00:00
ParentMap.cpp ParentMap: Restore the ability to update an existing map. 2012-10-06 01:19:36 +00:00
RawCommentList.cpp Move the 'find macro by spelling' infrastructure to the Preprocessor class and 2012-09-29 11:40:46 +00:00
RecordLayout.cpp Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. 2012-07-04 18:45:14 +00:00
RecordLayoutBuilder.cpp When an externally-supplied record layout has a size that clearly 2012-10-26 22:31:14 +00:00
SelectorLocationsKind.cpp Fix crash when using archaic protocol, rdar://10238337 2011-10-05 21:28:06 +00:00
Stmt.cpp [ms-inline asm] Move some logic around to simplify the interface between the 2012-10-16 21:55:39 +00:00
StmtDumper.cpp StmtDumper: remove incomplete support for limiting the maximum dump depth. 2012-11-16 21:43:31 +00:00
StmtIterator.cpp
StmtPrinter.cpp 80 cols & unnecessary braces from r167736. 2012-11-12 19:32:32 +00:00
StmtProfile.cpp Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +00:00
StmtViz.cpp
TemplateBase.cpp Added forgotten break. 2012-10-05 04:43:29 +00:00
TemplateName.cpp Print NamedDecls directly to a raw_ostream where possible. 2012-02-07 11:57:57 +00:00
Type.cpp A step towards sorting out handling of triviality of special members in C++11. 2012-11-16 00:53:38 +00:00
TypeLoc.cpp Fixed some corner cases due to implicit int TypeLoc and simplified the logic. 2012-10-18 08:29:37 +00:00
TypePrinter.cpp Don't print scope qualifiers for references to a type defined locally in a function. Patch by Grzegorz Jablonski. 2012-10-24 20:21:25 +00:00
VTTBuilder.cpp Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. 2012-07-04 18:45:14 +00:00
VTableBuilder.cpp Note deleted functions when dumping vtables. 2012-10-16 20:25:33 +00:00