[all-commits] [llvm/llvm-project] 8cc3bf: [NFC] Fix indentation in ValueTracking.h.
Justin Lebar via All-commits
all-commits at lists.llvm.org
Fri Sep 16 10:47:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cc3bfd13f3135985e5b15ee65f2fc43239fb9fe
https://github.com/llvm/llvm-project/commit/8cc3bfd13f3135985e5b15ee65f2fc43239fb9fe
Author: Justin Lebar <justin.lebar at gmail.com>
Date: 2022-09-16 (Fri, 16 Sep 2022)
Changed paths:
M llvm/include/llvm/Analysis/ValueTracking.h
Log Message:
-----------
[NFC] Fix indentation in ValueTracking.h.
In a separate patch I want to modify ValueTracking.h. When I touch the
header, arc wants to clang-format the lines I touch (reasonable!). But
then these whitespace changes get mixed into my patch.
More information about the All-commits
mailing list