diff options
author | Alex Lorenz <arphaman@gmail.com> | 2017-07-12 11:34:14 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2017-07-12 11:34:14 +0000 |
commit | 4fabc97c432a43f0c8efc0b307ca9741b016a66c (patch) | |
tree | e7a430483d8f998b172f64e21cdbea56b1512364 /clang/tools/c-index-test/c-index-test.c | |
parent | 571b8cfac94bf030c8db74dc24e28301480ecb96 (diff) | |
download | bcm5719-llvm-4fabc97c432a43f0c8efc0b307ca9741b016a66c.tar.gz bcm5719-llvm-4fabc97c432a43f0c8efc0b307ca9741b016a66c.zip |
Revert r307769 (Forgot to mention the name of the contributor).
llvm-svn: 307770
Diffstat (limited to 'clang/tools/c-index-test/c-index-test.c')
-rw-r--r-- | clang/tools/c-index-test/c-index-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/tools/c-index-test/c-index-test.c b/clang/tools/c-index-test/c-index-test.c index cf3581e259f..1e925569dd9 100644 --- a/clang/tools/c-index-test/c-index-test.c +++ b/clang/tools/c-index-test/c-index-test.c @@ -804,8 +804,6 @@ static void PrintCursor(CXCursor Cursor, const char *CommentSchemaFile) { printf(" (const)"); if (clang_CXXMethod_isPureVirtual(Cursor)) printf(" (pure)"); - if (clang_EnumDecl_isScoped(Cursor)) - printf(" (scoped)"); if (clang_Cursor_isVariadic(Cursor)) printf(" (variadic)"); if (clang_Cursor_isObjCOptional(Cursor)) |