[PATCH] D46233: [ASTMatchers] Overload isConstexpr for ifStmts

2018-05-08 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC331759: [ASTMatchers] Overload isConstexpr for ifStmts (authored by xazax, committed by ). Changed prior to commit: https://reviews.llvm.org/D46233?vs=145370&id=145668#toc Repository: rC Clang https

[PATCH] D46233: [ASTMatchers] Overload isConstexpr for ifStmts

2018-05-08 Thread Alexander Kornienko via Phabricator via cfe-commits
alexfh accepted this revision. alexfh added a comment. This revision is now accepted and ready to land. LG https://reviews.llvm.org/D46233 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-com

[PATCH] D46233: [ASTMatchers] Overload isConstexpr for ifStmts

2018-05-05 Thread Gábor Horváth via Phabricator via cfe-commits
xazax.hun marked 2 inline comments as done. xazax.hun added inline comments. Comment at: docs/LibASTMatchersReference.html:179 -MatcherDecl>cxxMethodDeclMatcher

[PATCH] D46233: [ASTMatchers] Overload isConstexpr for ifStmts

2018-05-05 Thread Gábor Horváth via Phabricator via cfe-commits
xazax.hun updated this revision to Diff 145370. xazax.hun added a comment. - Rerun script https://reviews.llvm.org/D46233 Files: docs/LibASTMatchersReference.html include/clang/ASTMatchers/ASTMatchers.h unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp Index: unittests/ASTMatchers/ASTMa

[PATCH] D46233: [ASTMatchers] Overload isConstexpr for ifStmts

2018-05-01 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. Aside from the issue @alexfh raised, this LGTM. Repository: rC Clang https://reviews.llvm.org/D46233 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.or

[PATCH] D46233: [ASTMatchers] Overload isConstexpr for ifStmts

2018-04-30 Thread Alexander Kornienko via Phabricator via cfe-commits
alexfh added inline comments. Comment at: docs/LibASTMatchersReference.html:179 -MatcherDecl>cxxMethodDeclMatcherCXXMethodDecl>... +Matcher

[PATCH] D46233: [ASTMatchers] Overload isConstexpr for ifStmts

2018-04-30 Thread Alexander Kornienko via Phabricator via cfe-commits
alexfh requested changes to this revision. alexfh added inline comments. This revision now requires changes to proceed. Comment at: docs/LibASTMatchersReference.html:179 -MatcherDecl>cxxMethodDeclMatcher

[PATCH] D46233: [ASTMatchers] Overload isConstexpr for ifStmts

2018-04-29 Thread Gábor Horváth via Phabricator via cfe-commits
xazax.hun created this revision. xazax.hun added reviewers: alexfh, aaron.ballman. Herald added subscribers: dkrupp, rnkovacs, klimek. The HTML is the result of running the `dump_ast_matchers.py` script. There are more changes than I expected, looks like some link disappeared. I do not know if t