projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a72c2
)
Silene -Wreorder warning.
author
Roman Divacky
<rdivacky@freebsd.org>
Mon, 15 Dec 2014 21:41:59 +0000
(21:41 +0000)
committer
Roman Divacky
<rdivacky@freebsd.org>
Mon, 15 Dec 2014 21:41:59 +0000
(21:41 +0000)
llvm-svn: 224279
clang/include/clang/Sema/Sema.h
patch
|
blob
|
history
diff --git
a/clang/include/clang/Sema/Sema.h
b/clang/include/clang/Sema/Sema.h
index
a601094
..
1cfc45b
100644
(file)
--- a/
clang/include/clang/Sema/Sema.h
+++ b/
clang/include/clang/Sema/Sema.h
@@
-3111,7
+3111,7
@@
public:
struct FunctionScopeRAII {
Sema &S;
bool Active;
- FunctionScopeRAII(Sema &S) :
Active(true), S(S
) {}
+ FunctionScopeRAII(Sema &S) :
S(S), Active(true
) {}
~FunctionScopeRAII() {
if (Active)
S.PopFunctionScopeInfo();