Re: [PATCH] D22671: MPI-Checker: move MPIFunctionClassifier.h

2016-07-25 Thread Alexander Kornienko via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL276639: MPI-Checker: move MPIFunctionClassifier.h (authored by alexfh). Changed prior to commit: https://reviews.llvm.org/D22671?vs=65050&id=65348#toc Repository: rL LLVM https://reviews.llvm.org/D

Re: [PATCH] D22671: MPI-Checker: move MPIFunctionClassifier.h

2016-07-22 Thread Anna Zaks via cfe-commits
zaks.anna accepted this revision. zaks.anna added a comment. This revision is now accepted and ready to land. LGTM https://reviews.llvm.org/D22671 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo

Re: [PATCH] D22671: MPI-Checker: move MPIFunctionClassifier.h

2016-07-22 Thread Alexander Kornienko via cfe-commits
alexfh added a subscriber: alexfh. alexfh added a comment. Specifically, this header is going to be used in the corresponding clang-tidy check (see the dependent revision). https://reviews.llvm.org/D22671 ___ cfe-commits mailing list cfe-commits@li

[PATCH] D22671: MPI-Checker: move MPIFunctionClassifier.h

2016-07-22 Thread Alexander Droste via cfe-commits
Alexander_Droste created this revision. Alexander_Droste added reviewers: zaks.anna, dcoughlin. Alexander_Droste added a subscriber: cfe-commits. This patch moves the MPIFunctionClassifier header to `clang/include/clang/StaticAnalyzer/Checkers`, in order to make it accessible in other parts of th