Don't patch the storage class of static data members.
This removes a bit of patching that survived r178663. Without it we can produce better a better error message for const int a = 5; static const int a; llvm-svn: 178795
Loading
Please register or sign in to comment