[PATCH] D30331: [ImplicitNullCheck] Add alias analysis usage
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 27 21:23:40 PST 2017
sanjoy added a comment.
In https://reviews.llvm.org/D30331#688112, @skatkov wrote:
> addressed comments, please review.
>
> Also I've run clang-format against ImplicitNullChecks.cpp and it shows a bit other issues not directly related to my change.
You can use `git clang-format` (after installing https://github.com/llvm-mirror/clang/blob/master/tools/clang-format/git-clang-format) to format just code touched by a specific commit. For instance, to format the code touched in the most recent commit, you can do `git clang-format HEAD^`.
> Specifically it does not like one-line enum. If you'd like I can fix it as well.
https://reviews.llvm.org/D30331
More information about the llvm-commits
mailing list