Re: [PATCH] D17376: dump_ast_matchers.py: fix replacement regexps

2016-02-18 Thread Yury Gribov via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL261219: [analyzer] dump_ast_matchers.py: fix replacement regexps (authored by ygribov). Changed prior to commit: http://reviews.llvm.org/D17376?vs=48306&id=48316#toc Repository: rL LLVM http://revie

Re: [PATCH] D17376: dump_ast_matchers.py: fix replacement regexps

2016-02-18 Thread Manuel Klimek via cfe-commits
klimek accepted this revision. klimek added a comment. This revision is now accepted and ready to land. lg Repository: rL LLVM http://reviews.llvm.org/D17376 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/ma

[PATCH] D17376: dump_ast_matchers.py: fix replacement regexps

2016-02-18 Thread Aleksei Sidorin via cfe-commits
a.sidorin created this revision. a.sidorin added reviewers: klimek, aaron.ballman. a.sidorin added a subscriber: cfe-commits. a.sidorin set the repository for this revision to rL LLVM. Using re.sub() to replace a sample with '%'s looks strange and causes a format string error if a matcher descrip