hanchenye-llvm-project/clang/lib/AST
Dmitri Gribenko 34df220410 Comment parsing: add support for \tparam command on all levels.
The only caveat is renumbering CXCommentKind enum for aesthetic reasons -- this
breaks libclang binary compatibility, but should not be a problem since API is
so new.

This also fixes PR13372 as a side-effect.

llvm-svn: 161087
2012-07-31 22:37:06 +00:00
..
APValue.cpp
ASTConsumer.cpp
ASTContext.cpp Comment parsing: add support for \tparam command on all levels. 2012-07-31 22:37:06 +00:00
ASTDiagnostic.cpp Properly update the FormattedArgs vector when the template type diffing falls 2012-07-10 01:46:04 +00:00
ASTImporter.cpp Teach the ASTImporter how to handle anonymous structs/unions 2012-07-17 21:16:27 +00:00
AttrImpl.cpp
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +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 Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. 2012-07-04 18:45:14 +00:00
Comment.cpp Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace 2012-07-19 00:01:56 +00:00
CommentBriefParser.cpp Comment parsing: add support for \tparam command on all levels. 2012-07-31 22:37:06 +00:00
CommentDumper.cpp Comment parsing: add support for \tparam command on all levels. 2012-07-31 22:37:06 +00:00
CommentLexer.cpp Implement resolving of HTML character references (named: &, decimal: *, 2012-07-27 20:37:06 +00:00
CommentParser.cpp Comment parsing: add support for \tparam command on all levels. 2012-07-31 22:37:06 +00:00
CommentSema.cpp Comment parsing: add support for \tparam command on all levels. 2012-07-31 22:37:06 +00:00
Decl.cpp Consider the visibility of template template arguments. GCC doesn't, but it also 2012-07-31 19:02:02 +00:00
DeclBase.cpp Teach the ASTImporter how to handle anonymous structs/unions 2012-07-17 21:16:27 +00:00
DeclCXX.cpp Fix ambiguity detection in GetBestOverloadCandidateSimple. 2012-07-30 15:53:26 +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 Mark ObjCInterfaceDecl::lookupPrivateMethod as const. 2012-07-30 20:31:21 +00:00
DeclPrinter.cpp Added -ast-dump-filter option to clang -cc1. 2012-07-26 16:01:23 +00:00
DeclTemplate.cpp Make explicit specializations at class scope work 2012-06-25 17:21:05 +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 Added -ast-dump-filter option to clang -cc1. 2012-07-26 16:01:23 +00:00
Expr.cpp Handle the case where the base type is not dependent, but the derived one is. 2012-07-17 20:24:05 +00:00
ExprCXX.cpp PR12057: Allow variadic template pack expansions to cross lambda boundaries. 2012-07-25 03:56:55 +00:00
ExprClassification.cpp Add a warning for when an array-to-pointer decay is performed on an array 2012-06-04 22:27:30 +00:00
ExprConstant.cpp Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. 2012-07-20 03:39:05 +00:00
ExternalASTSource.cpp
InheritViz.cpp
ItaniumCXXABI.cpp [Windows] Use thiscall as the default calling convention for class methods. PR12785 2012-07-12 09:50:54 +00:00
ItaniumMangle.cpp Plug a long standing memory leak in TemplateArgument. 2012-06-07 15:09:51 +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 [Windows] Use thiscall as the default calling convention for class methods. PR12785 2012-07-12 09:50:54 +00:00
MicrosoftMangle.cpp Remove an outdated comment; add one test to compare function pointer and block mangling 2012-07-26 13:41:30 +00:00
NSAPI.cpp [objcmt] Don't migrate to subscripting syntax if the required methods have not 2012-06-04 21:23:26 +00:00
NestedNameSpecifier.cpp
ParentMap.cpp
RawCommentList.cpp Implement resolving of HTML character references (named: &, decimal: *, 2012-07-27 20:37:06 +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 Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. 2012-07-04 18:45:14 +00:00
SelectorLocationsKind.cpp
Stmt.cpp Inline storage of attributes in AttributedStmt. 2012-07-09 10:04:07 +00:00
StmtDumper.cpp Drop the ASTContext.h include from Stmt.h and fix up transitive users. 2012-07-04 17:04:04 +00:00
StmtIterator.cpp
StmtPrinter.cpp Inline storage of attributes in AttributedStmt. 2012-07-09 10:04:07 +00:00
StmtProfile.cpp Etch out the code path for MS-style inline assembly. 2012-06-11 20:47:18 +00:00
StmtViz.cpp
TemplateBase.cpp Reuse APInt's getNumWords, which gets rounding right (my ad-hoc solution missed it). 2012-06-07 15:54:03 +00:00
TemplateName.cpp
Type.cpp Final piece of core issue 1330: delay computing the exception specification of 2012-07-27 04:22:15 +00:00
TypeLoc.cpp Drop the ASTContext.h include from Stmt.h and fix up transitive users. 2012-07-04 17:04:04 +00:00
TypePrinter.cpp Provide a special-case diagnostic when two class member functions instantiate 2012-07-13 04:12:04 +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 Fix a typo (the the => the) 2012-07-23 08:59:39 +00:00