aaron.ballman requested changes to this revision.
aaron.ballman added a comment.
This revision now requires changes to proceed.

This needs to be added to the dynamic matcher registry and also should not be 
commit until the documentation is generated for it.



================
Comment at: unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp:2035
+                      enumDecl(isScoped())));
+  EXPECT_TRUE(notMatches("enum X {};;",
+                      enumDecl(isScoped())));
----------------
Spurious semi colon.


Repository:
  rC Clang

https://reviews.llvm.org/D42185



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

Reply via email to