Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | clang-tidy's modules depend on it. | Benjamin Kramer | 2013-08-04 | 1 | -0/+1 | |
| | | | | | | Fixes shared cmake build. llvm-svn: 187708 | |||||
* | Initial architecture for clang-tidy. | Daniel Jasper | 2013-07-29 | 4 | -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 |