From: Aaron Ballman Date: Thu, 12 Dec 2013 02:03:50 +0000 (+0000) Subject: Switching to using hasGlobalStorage instead of !hasLocalStorage for better clarity. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8838deebc9a0f92ac8337df365a60849b9c203c;p=clang Switching to using hasGlobalStorage instead of !hasLocalStorage for better clarity. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197110 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/Attr.td b/include/clang/Basic/Attr.td index e29f762d8d..168ca810eb 100644 --- a/include/clang/Basic/Attr.td +++ b/include/clang/Basic/Attr.td @@ -54,7 +54,7 @@ def SharedVar : SubsetSubjecthasGlobalStorage() && !S->getTLSKind()}]>; def GlobalVar : SubsetSubjecthasLocalStorage()}]>; + [{S->hasGlobalStorage()}]>; // A single argument to an attribute class Argument {