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

Add support for a little extension. ISO C does not allow extra ;'s in structs,

e.g.:

struct A {
  ;
  int X;;
  const;
};

llvm-svn: 39632
parent 9507c796
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