[PATCH] Represent empty declaration using a new Decl node EmptyDecl and let attribute declarations appertain to EmptyDecl.

Richard Smith richard at metafoo.co.uk
Thu Feb 21 21:52:55 PST 2013


  LGTM. Please also add a test to test/SemaCXX/cxx11-ast-print.cpp:

  // CHECK: ;
  ;

http://llvm-reviews.chandlerc.com/D448



More information about the cfe-commits mailing list