]> granicus.if.org Git - clang/commit
[libclang] Support querying whether a declaration is invalid
authorIvan Donchevskii <ivan.donchevskii@qt.io>
Wed, 3 Jan 2018 09:49:31 +0000 (09:49 +0000)
committerIvan Donchevskii <ivan.donchevskii@qt.io>
Wed, 3 Jan 2018 09:49:31 +0000 (09:49 +0000)
commit806baca8ec6ca20af972e6842a3448416a7ee91e
treee4deb2acc350677e363083600cb192ba4144e306
parent2f396faf88a62d11be32479cc411172f2b26b54f
[libclang] Support querying whether a declaration is invalid

This is useful for e.g. highlighting purposes in an IDE.

Patch by Nikolai Kosjar.

Differential Revision: https://reviews.llvm.org/D40072

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321697 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/print-type-size.cpp
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/libclang.exports