summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-03-02 03:20:16 +0000
committerAlp Toker <alp@nuanti.com>2014-03-02 03:20:16 +0000
commitceb95c47c45851e8f06e0ae125cbebcf9dba2240 (patch)
treec2d289ce1f5e839bd92cd2b375ac30bbd4f828f3 /clang/lib/Sema
parent7d659c85630f282a625dc144dcad0dad1a33e75d (diff)
downloadbcm5719-llvm-ceb95c47c45851e8f06e0ae125cbebcf9dba2240.tar.gz
bcm5719-llvm-ceb95c47c45851e8f06e0ae125cbebcf9dba2240.zip
[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macro
llvm-svn: 202606
Diffstat (limited to 'clang/lib/Sema')
-rw-r--r--clang/lib/Sema/SemaAttr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaAttr.cpp b/clang/lib/Sema/SemaAttr.cpp
index 6c6ba18018f..2e344ff9306 100644
--- a/clang/lib/Sema/SemaAttr.cpp
+++ b/clang/lib/Sema/SemaAttr.cpp
@@ -365,7 +365,7 @@ void Sema::AddCFAuditedAttribute(Decl *D) {
}
typedef std::vector<std::pair<unsigned, SourceLocation> > VisStack;
-enum LLVM_ENUM_INT_TYPE(unsigned) { NoVisibility = ~0U };
+enum : unsigned { NoVisibility = ~0U };
void Sema::AddPushedVisibilityAttribute(Decl *D) {
if (!VisContext)
OpenPOWER on IntegriCloud