Skip to content
Commit ee0d2718 authored by Chris Lattner's avatar Chris Lattner
Browse files

Correctly handle address space qualifiers in declspecs. This

allows us to correctly handle stuff like:

  _AS1 float *B;

and to reject stuff like:

  _AS1 _AS2* x;

llvm-svn: 47417
parent 911f6bd7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment