DeclPrinter: print the declaration's storage class specifier as
written, instead of the resolved storage class, which might not be legal to specify on the declaration (such as out-of-line definitions of static class members in C++, and __local variables in OpenCL). Initial patch by Richard Membarth. llvm-svn: 144062
Loading
Please register or sign in to comment