[all-commits] [llvm/llvm-project] 8e64c0: GlobalVariable.h - remove unused PointerUnion.h in...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue May 19 05:16:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8e64c096946a8b697f675b9b3df4b016f8c435a8
https://github.com/llvm/llvm-project/commit/8e64c096946a8b697f675b9b3df4b016f8c435a8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M llvm/include/llvm/IR/GlobalVariable.h
Log Message:
-----------
GlobalVariable.h - remove unused PointerUnion.h include. NFC
Commit: 0fc1f2b7cdb1eabf36f5ede75e3cd4409ab7aedb
https://github.com/llvm/llvm-project/commit/0fc1f2b7cdb1eabf36f5ede75e3cd4409ab7aedb
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/ObjectCache.h
Log Message:
-----------
ObjectCache.h - replace unnecessary MemoryBuffer.h include with forward declarations. NFC.
Commit: 6e99199419d95f39ae9d8a11d8632caac7b405b4
https://github.com/llvm/llvm-project/commit/6e99199419d95f39ae9d8a11d8632caac7b405b4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M clang-tools-extra/clangd/support/Trace.cpp
Log Message:
-----------
Fix "not all control paths return a value" warning on MSVC builds.
Use llvm_unreachable as typeName(Metric::MetricType T) should handle all enum values.
Compare: https://github.com/llvm/llvm-project/compare/2e5e42d4aeab...6e99199419d9
More information about the All-commits
mailing list