[libclang] Stop assuming that the internal C++ ABI ExceptionSpecificationType enumera...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 11 May 2018 19:46:31 +0000 (19:46 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 11 May 2018 19:46:31 +0000 (19:46 +0000)
commiteedb0c95a453ca7f84294032926de52db77e8abc
tree5a009e087b7085e1218cecf74e59167341c80dfc
parentdf093e7b45b345493b545b5639c5b606689764e7
[libclang] Stop assuming that the internal C++ ABI ExceptionSpecificationType enumeration is the same as CXCursor_ExceptionSpecificationKind.

llvm-svn: 332130
clang/include/clang-c/Index.h
clang/test/Index/get-cursor.cpp
clang/tools/libclang/CXType.cpp