]> granicus.if.org Git - clang/commit
all filevar's have static storage. Previously a global with
authorChris Lattner <sabre@nondot.org>
Sun, 2 Dec 2007 07:47:49 +0000 (07:47 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Dec 2007 07:47:49 +0000 (07:47 +0000)
commitd411e04db18f7d07a889d51086861b23cbe05518
treef331c8e06f75e7ec9c409a07a42d2a9f292cfa83
parente86e9ce200b00a1527eb7ca27011c47aa6ba2881
all filevar's have static storage.  Previously a global with
extern storage class was returning false from hasStaticStorage.
Ted, please review this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44515 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
test/Sema/init.c