This revision was automatically updated to reflect the committed changes.
Closed by commit rL289930: [clang-tidy] fix missing anchor for MPI Module
(authored by Prazek).
Changed prior to commit:
https://reviews.llvm.org/D27813?vs=81593&id=81723#toc
Repository:
rL LLVM
https://reviews.llvm.o
alexfh added a comment.
LG, thank you!
https://reviews.llvm.org/D27813
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Prazek added a comment.
In https://reviews.llvm.org/D27813#623978, @Alexander_Droste wrote:
> Thanks for adding!
I also forgot about that one once. It is simple bugfix so I guess I need small
LGTM to push it
https://reviews.llvm.org/D27813
___
c
Alexander_Droste added a comment.
Thanks for adding!
https://reviews.llvm.org/D27813
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Prazek created this revision.
Prazek added reviewers: alexfh, Alexander_Droste, hokein.
Prazek added a subscriber: cfe-commits.
Herald added a subscriber: JDevlieghere.
MPIModule was not linked to plugins
https://reviews.llvm.org/D27813
Files:
clang-tidy/plugin/ClangTidyPlugin.cpp
Index: cl