aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM, though if you wanted to add one more test with a C++ attribute 
(deprecated would work in C++14 mode), that would not make me sad. Something 
like:

  enum [[deprecated]] E {
    One [[deprecated]] 
  };


Repository:
  rL LLVM

https://reviews.llvm.org/D28924



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to