summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2016-06-09 16:16:06 +0000
committerOlivier Goffart <ogoffart@woboq.com>2016-06-09 16:16:06 +0000
commit692d5331007c2c5b92acd2393f73fa2b3c4a2509 (patch)
tree80bba91dfe01d52dde0098c1ba50f68802725d0b /clang/include/clang-c
parent81978014c5764ee50a41752cd2740e4f80fbdf6e (diff)
downloadbcm5719-llvm-692d5331007c2c5b92acd2393f73fa2b3c4a2509.tar.gz
bcm5719-llvm-692d5331007c2c5b92acd2393f73fa2b3c4a2509.zip
Make sizeof and alignof a CXCursor_UnaryExpr
So we can match sizeof expressions more accurately than with UnexposedExpr Differential Revision: http://reviews.llvm.org/D18081 llvm-svn: 272274
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 1762148dbc5..89612b9c93a 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -1932,7 +1932,7 @@ enum CXCursorKind {
*/
CXCursor_CXXDeleteExpr = 135,
- /** \brief A unary expression.
+ /** \brief A unary expression. (noexcept, sizeof, or other traits)
*/
CXCursor_UnaryExpr = 136,
OpenPOWER on IntegriCloud