summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/comment-custom-block-command.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [test/Index] Update libclang tests to use libclang for creating PCH files.Argyrios Kyrtzidis2015-08-051-0/+1
| | | | | | | This is consistent and tests the primary configuration we want to test, libclang creating and consuming PCH files. llvm-svn: 244066
* clang/test/Index/comment-custom-block-command.cpp: This has not been failing ↵NAKAMURA Takumi2013-07-081-1/+1
| | | | | | | | since r175892 on valgrind. That said, it fails with --vg-leak. Mark it as XFAIL: vg_leak instead. llvm-svn: 185809
* Comment parsing: add CommentOptions to allow specifying custom comment block ↵Dmitri Gribenko2013-02-221-0/+38
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
OpenPOWER on IntegriCloud