From 59c6bc5882c542fb1b455cdbc29b6e00a54d963b Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Mon, 28 Apr 2014 02:39:27 +0000 Subject: libclang: split out the documentation comment API It's possible that the "comment AST" may be replaced or split out in the midterm, any anyway this makes the headers easier to read. Developers don't currently need to include "clang-c/Documentation.h" explicitly and there's no macro to test for availability yet. The raw comment and brief comment accessors have been kept in Index.h though brief support may also move here as a separate proposal. This is not a deprecation, just a gentle separation of concerns as we look to simplify the built-in representation of comment nodes and support external comment processors. llvm-svn: 207392 --- clang/tools/c-index-test/c-index-test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/tools/c-index-test/c-index-test.c') diff --git a/clang/tools/c-index-test/c-index-test.c b/clang/tools/c-index-test/c-index-test.c index f50c8855f60..ae2b81b2c54 100644 --- a/clang/tools/c-index-test/c-index-test.c +++ b/clang/tools/c-index-test/c-index-test.c @@ -3,6 +3,7 @@ #include "clang-c/Index.h" #include "clang-c/CXCompilationDatabase.h" #include "clang-c/BuildSystem.h" +#include "clang-c/Documentation.h" #include "llvm/Config/config.h" #include #include -- cgit v1.2.3