[PATCH] D64454: [clang-tidy] Adding static analyzer check to list of clang-tidy checks
Nathan Huckleberry via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 23 14:50:06 PDT 2019
Nathan-Huckleberry added a comment.
In D64454#1587102 <https://reviews.llvm.org/D64454#1587102>, @aaron.ballman wrote:
> I think this looks reasonable to me, though I am still not certain if the relative path in the python script will work with both the svn in-tree directory layout as well as the git monorepo layout (which I'm far less familiar with).
This works in the git monorepo layout as that's what I'm using. Not sure if it works with the svn in-tree directory layout.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64454/new/
https://reviews.llvm.org/D64454
More information about the cfe-commits
mailing list