Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Cleaning namespaces to be more consistant across checkers. | Etienne Bergeron | 2016-05-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Summary: The goal of the patch is to bring checkers in their appropriate namespace. This path doesn't change any behavior. Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D19811 llvm-svn: 268264 | ||||
* | Add a new checker that tests whether a throw expression throws by value, and ↵ | Aaron Ballman | 2015-10-09 | 1 | -0/+159 |
whether a catch statement catches by reference. Patch by Tobias Langner! llvm-svn: 249899 |