[all-commits] [llvm/llvm-project] 7a96c1: TargetFrameLowering.h - remove unnecessary include...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jun 3 03:13:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7a96c181d0f09aae3ebe50c1eea71aa1b11d5789
https://github.com/llvm/llvm-project/commit/7a96c181d0f09aae3ebe50c1eea71aa1b11d5789
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M llvm/include/llvm/CodeGen/TargetFrameLowering.h
M llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
Log Message:
-----------
TargetFrameLowering.h - remove unnecessary includes. NFC.
Move TargetFrameLowering.h include to the top of the TargetFrameLoweringImpl.cpp includes (clang-format doesn't do this by default as the filenames don't match).
Commit: e6ba0a55fd39b600f3f431308f4a7e36e48f91ae
https://github.com/llvm/llvm-project/commit/e6ba0a55fd39b600f3f431308f4a7e36e48f91ae
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
Log Message:
-----------
Fix MSVC "not all control paths return a value" warning. NFC.
Add llvm_unreachable after switch statement for CheckerRegistry::StateFromCmdLine enum
Compare: https://github.com/llvm/llvm-project/compare/e349fb70a23f...e6ba0a55fd39
More information about the All-commits
mailing list