projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3e3cbe
)
Mark static variables static; NFC.
author
George Burgess IV
<george.burgess.iv@gmail.com>
Mon, 7 Aug 2017 20:26:33 +0000
(20:26 +0000)
committer
George Burgess IV
<george.burgess.iv@gmail.com>
Mon, 7 Aug 2017 20:26:33 +0000
(20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310299
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/AST/Decl.cpp
patch
|
blob
|
history
diff --git
a/lib/AST/Decl.cpp
b/lib/AST/Decl.cpp
index 573a98efe980b60c3e7f3298a18e09af44b5cc2f..26f194bc1ca52137a223fd91515f851b8c3f4069 100644
(file)
--- a/
lib/AST/Decl.cpp
+++ b/
lib/AST/Decl.cpp
@@
-99,8
+99,8
@@
TranslationUnitDecl::TranslationUnitDecl(ASTContext &ctx)
// and 'matcher' is a type only matters when looking for attributes
// and settings from the immediate context.
-const unsigned IgnoreExplicitVisibilityBit = 2;
-const unsigned IgnoreAllVisibilityBit = 4;
+const
static
unsigned IgnoreExplicitVisibilityBit = 2;
+const
static
unsigned IgnoreAllVisibilityBit = 4;
/// Kinds of LV computation. The linkage side of the computation is
/// always the same, but different things can change how visibility is