diff options
| author | Bill Wendling <isanbard@gmail.com> | 2012-12-19 07:18:12 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2012-12-19 07:18:12 +0000 |
| commit | 7967fc14b912d9e355570f1f9db8ccb7d7518d94 (patch) | |
| tree | 98b80fd825ad870c307c45f4dc0839998cb17f98 /clang/include/clang-c | |
| parent | c467933dc723c3fff94fd1464c3870dca512d999 (diff) | |
| download | bcm5719-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.h | 2 |
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 |

