commit | e0ca6e1375cd4c166a1428dff3df4aedf94f404f | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sun Mar 01 18:09:50 2015 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sun Mar 01 18:09:50 2015 +0000 |
tree | 64350646b91d3f612eae07076c2c8871323b10df | |
parent | 0995479e67246b18c993b132c7be67f770dfed0b [diff] [blame] |
Sema: Remove stray static This is a real bug if the code path is ever used with different pointer sizes in the same process. llvm-svn: 230893
diff --git a/clang/lib/Sema/SemaChecking.cpp b/clang/lib/Sema/SemaChecking.cpp index 5a0d8d4..01d8215 100644 --- a/clang/lib/Sema/SemaChecking.cpp +++ b/clang/lib/Sema/SemaChecking.cpp
@@ -2128,7 +2128,7 @@ if (checkBuiltinArgument(*this, Call, 0)) return true; - static const struct { + const struct { unsigned ArgNo; QualType Type; } ArgumentTypes[] = {