Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | int function without a return statement is invalid C++. | Artyom Skrobov | 2015-11-27 | 1 | -1/+1 |
| | | | | | | Changing the return type to void. llvm-svn: 254206 | ||||
* | Add support for static analysis to clang-check | Pavel Labath | 2013-06-06 | 1 | -0/+4 |
Summary: This adds a command line argument '-analyze' to clang-check which runs the clang static analyzer on the source files. Reviewers: klimek CC: cfe-commits, revane Differential Revision: http://llvm-reviews.chandlerc.com/D926 llvm-svn: 183399 |