[PATCH] Added the hasLoopVariable sub-matcher for forRangeStmt.

Manuel Klimek klimek at google.com
Wed Feb 5 08:32:37 PST 2014


  lg


================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:886
@@ +885,3 @@
+/// Example:
+///     forStmt(hasLoopVarStmt())
+/// matches 'int x' in
----------------
s/hasLoopVarStmt/hasLoopVariable/


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

BRANCH
  svn

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list