[patch] Don't compute a "patched" storage class

Rafael EspĂ­ndola rafael.espindola at gmail.com
Sun Mar 31 10:00:13 PDT 2013


For variables and functions clang stores two storage classes. The one
"as written" in the code and a patched one, which, for example,
propagates static to the following decls.

This apparently is from the days clang lacked linkage computation. It
is now redundant and this patch removes it.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 97862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130331/b160c2a1/attachment.obj>


More information about the cfe-commits mailing list