diff options
author | Michael Wu <mwu.code@gmail.com> | 2018-08-02 07:28:11 +0000 |
---|---|---|
committer | Michael Wu <mwu.code@gmail.com> | 2018-08-02 07:28:11 +0000 |
commit | 91c95f615e53ad42ed1d248be12e2fee68ec84e4 (patch) | |
tree | c88e0904606267582ce25960255bf289d2c83208 /clang/include/clang-c | |
parent | ea60446c6d2e50d3ce8fc5ec686ecc7ff3630967 (diff) | |
download | bcm5719-llvm-91c95f615e53ad42ed1d248be12e2fee68ec84e4.tar.gz bcm5719-llvm-91c95f615e53ad42ed1d248be12e2fee68ec84e4.zip |
Test commit access
llvm-svn: 338675
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r-- | clang/include/clang-c/Index.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 65dada38b05..5178048bf72 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -178,7 +178,6 @@ typedef struct CXVersion { * A negative value indicates that the cursor is not a function declaration. */ enum CXCursor_ExceptionSpecificationKind { - /** * The cursor has no exception specification. */ |