llvm-project/clang/unittests/AST
Dmitri Gribenko acf2e786d2 Comment parsing: add CommentOptions to allow specifying custom comment block commands
Add an ability to specify custom documentation block comment commands via a new
class CommentOptions.  The intention is that this class will hold future
customizations for comment parsing, including defining documentation comments
with specific numbers of parameters, etc.

CommentOptions instance is a member of LangOptions.

CommentOptions is controlled by a new command-line parameter
-fcomment-block-commands=Foo,Bar,Baz.

llvm-svn: 175892
2013-02-22 14:21:27 +00:00
..
CMakeLists.txt Add unit tests for source locations of AST nodes. 2012-11-06 17:31:40 +00:00
CommentLexer.cpp Comment parsing: add CommentOptions to allow specifying custom comment block commands 2013-02-22 14:21:27 +00:00
CommentParser.cpp Comment parsing: add CommentOptions to allow specifying custom comment block commands 2013-02-22 14:21:27 +00:00
DeclPrinterTest.cpp Provide couple of DeclPrint tests for my last patch. 2012-12-20 02:20:09 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00
MatchVerifier.h PR15095: Use more correct source locations for the InitListExpr we fake up for 2013-02-05 05:55:57 +00:00
SourceLocationTest.cpp PR15095: Use more correct source locations for the InitListExpr we fake up for 2013-02-05 05:55:57 +00:00
StmtPrinterTest.cpp Remove out-of-date comment. 2012-11-29 23:09:57 +00:00