Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test/Index] Update libclang tests to use libclang for creating PCH files. | Argyrios Kyrtzidis | 2015-08-05 | 1 | -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 Takumi | 2013-07-08 | 1 | -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 Gribenko | 2013-02-22 | 1 | -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 |