This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Add boost module
AbandonedPublic

Authored by Prazek on Mar 18 2016, 11:59 AM.

Details

Diff Detail

Event Timeline

Prazek updated this revision to Diff 51051.Mar 18 2016, 11:59 AM
Prazek retitled this revision from to [clang-tidy] Add boost module.
Prazek updated this object.
Prazek added reviewers: alexfh, mclow.lists.
Prazek added a subscriber: cfe-commits.

I think you also need to add new module to clang-tidy/plugin/CMakeLists.txt.

Prazek updated this revision to Diff 51086.Mar 18 2016, 4:02 PM
Prazek updated this revision to Diff 51087.Mar 18 2016, 4:08 PM
alexfh requested changes to this revision.Mar 24 2016, 8:05 AM
alexfh edited edge metadata.

I would add the module together with the first check in it, since an empty module doesn't make sense.

This revision now requires changes to proceed.Mar 24 2016, 8:05 AM

I was planning to do so. Can you look at
http://reviews.llvm.org/D18136 ?

Prazek updated this revision to Diff 55287.Apr 27 2016, 12:23 PM
Prazek edited edge metadata.
Prazek abandoned this revision.Apr 29 2016, 3:10 AM

Merged with boost-use-to-string