Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attrib...
authorBill Wendling <isanbard@gmail.com>
Wed, 19 Dec 2012 07:18:12 +0000 (07:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 19 Dec 2012 07:18:12 +0000 (07:18 +0000)
commit7967fc14b912d9e355570f1f9db8ccb7d7518d94
tree98b80fd825ad870c307c45f4dc0839998cb17f98
parentc467933dc723c3fff94fd1464c3870dca512d999
Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future.

llvm-svn: 170500
34 files changed:
clang/include/clang-c/Index.h
clang/include/clang/Basic/Builtins.h
clang/include/clang/Parse/Parser.h
clang/include/clang/Sema/DeclSpec.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/StmtPrinter.cpp
clang/lib/Basic/Builtins.cpp
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CGClass.cpp
clang/lib/CodeGen/CGDeclCXX.cpp
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CGObjC.cpp
clang/lib/CodeGen/CGObjCMac.cpp
clang/lib/CodeGen/CGStmt.cpp
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/Lex/ModuleMap.cpp
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/ParseDeclCXX.cpp
clang/lib/Parse/ParseExprCXX.cpp
clang/lib/Rewrite/Frontend/RewriteModernObjC.cpp
clang/lib/Rewrite/Frontend/RewriteObjC.cpp
clang/lib/Sema/SemaAttr.cpp
clang/lib/Sema/SemaChecking.cpp
clang/lib/Sema/SemaCodeComplete.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/lib/Sema/SemaLambda.cpp
clang/lib/Sema/SemaObjCProperty.cpp
clang/lib/Sema/TargetAttributesSema.h
clang/tools/libclang/CIndex.cpp