Re: [PATCH] D14191: Make ArgumentAdjuster aware of the current file being processed.

2015-11-04 Thread Alexander Kornienko via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL252134: Make ArgumentAdjuster aware of the current file being processed. (authored by alexfh). Changed prior to commit: http://reviews.llvm.org/D14191?vs=38776&id=39303#toc http://reviews.llvm.org/D141

Re: [PATCH] D14191: Make ArgumentAdjuster aware of the current file being processed.

2015-11-04 Thread Daniel Jasper via cfe-commits
djasper added a subscriber: djasper. djasper accepted this revision. djasper added a reviewer: djasper. djasper added a comment. This revision is now accepted and ready to land. Looks good. http://reviews.llvm.org/D14191 ___ cfe-commits mailing list

Re: [PATCH] D14191: Make ArgumentAdjuster aware of the current file being processed.

2015-11-04 Thread Alexander Kornienko via cfe-commits
alexfh added a comment. Ping. http://reviews.llvm.org/D14191 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D14191: Make ArgumentAdjuster aware of the current file being processed.

2015-11-02 Thread Alexander Kornienko via cfe-commits
alexfh added a comment. Ping. http://reviews.llvm.org/D14191 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D14191: Make ArgumentAdjuster aware of the current file being processed.

2015-10-29 Thread Alexander Kornienko via cfe-commits
alexfh created this revision. alexfh added a reviewer: klimek. alexfh added a subscriber: cfe-commits. Herald added a subscriber: klimek. This is needed to handle per-project configurations when adding extra arguments in clang-tidy for example. http://reviews.llvm.org/D14191 Files: include/cla