aboutsummaryrefslogtreecommitdiff
path: root/utils/analyzer/ubiviz
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2013-04-02 02:48:58 +0000
committerJohn McCall <rjmccall@apple.com>2013-04-02 02:48:58 +0000
commitb421d926cdc632489915d39556f04c14f59d2392 (patch)
tree569f9f4c7324bdc780e0bf6b910830b620994f79 /utils/analyzer/ubiviz
parent658a28479dd775f6ff2c07fa5699a7ea01e04127 (diff)
Add -Wstatic-local-in-inline, which warns about using a static local
variable in a C99 inline (but not static-inline or extern-inline) function definition. The standard doesn't actually say that this doesn't apply to "extern inline" definitions, but that seems like a useful extension, and it at least doesn't have the obvious flaw that a static mutable variable in an externally-available definition does. rdar://13535367 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/analyzer/ubiviz')
0 files changed, 0 insertions, 0 deletions