| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] tryfix windows build | Jonas Toth | 2018-10-22 | 1 | -0/+1 |
| | | | | | llvm-svn: 344947 | ||||
| * | [clang-tidy] implement cppcoreguidelines macro rules | Jonas Toth | 2018-10-22 | 1 | -0/+95 |
| Summary: In short macros are discouraged by multiple rules (and sometimes reference randomly). [Enum.1], [ES.30], [ES.31] This check allows only headerguards and empty macros for annotation. Reviewers: aaron.ballman, hokein Reviewed By: aaron.ballman Subscribers: jbcoe, Eugene.Zelenko, klimek, nemanjai, mgorny, xazax.hun, kbarton, cfe-commits Differential Revision: https://reviews.llvm.org/D41648 llvm-svn: 344940 | |||||

