summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/llvm
Commit message (Collapse)AuthorAgeFilesLines
...
* clang-tidy's modules depend on it.Benjamin Kramer2013-08-041-0/+1
| | | | | | Fixes shared cmake build. llvm-svn: 187708
* Initial architecture for clang-tidy.Daniel Jasper2013-07-294-0/+164
This is the first version of a possible clang-tidy architecture. The purpose of clang-tidy is to detect errors in adhering to common coding patterns, e.g. described in the LLVM Coding Standards. This is still heavily in flux. Review: http://llvm-reviews.chandlerc.com/D884 llvm-svn: 187345
OpenPOWER on IntegriCloud