summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-12-19 07:18:12 +0000
committerBill Wendling <isanbard@gmail.com>2012-12-19 07:18:12 +0000
commit7967fc14b912d9e355570f1f9db8ccb7d7518d94 (patch)
tree98b80fd825ad870c307c45f4dc0839998cb17f98 /clang/include/clang-c
parentc467933dc723c3fff94fd1464c3870dca512d999 (diff)
downloadbcm5719-llvm-7967fc14b912d9e355570f1f9db8ccb7d7518d94.tar.gz
bcm5719-llvm-7967fc14b912d9e355570f1f9db8ccb7d7518d94.zip
Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future.
llvm-svn: 170500
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 ea84de6d79f..272badfd094 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2016,7 +2016,7 @@ enum CXCursorKind {
*/
CXCursor_TranslationUnit = 300,
- /* Attributes */
+ /* Attribute */
CXCursor_FirstAttr = 400,
/**
* \brief An attribute whose specific kind is not exposed via this
OpenPOWER on IntegriCloud