You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gccxml places cv-qualifiers to the right of the array declarator in the
decl_string. Fir instance, given the declaration 'int const[arr[42]',
the decl_string from gccxml is 'int [42] const'.
Change-Id: I7dad0e6fb0c25cb3879055f3aaa2f1227fd49a7f
0 commit comments