[all-commits] [llvm/llvm-project] b87e5a: Add missing llvm/Support/Compiler.h include for MS...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri May 19 02:40:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b87e5a046f6e3ee117c9f8cbe9ae368b30127b37
https://github.com/llvm/llvm-project/commit/b87e5a046f6e3ee117c9f8cbe9ae368b30127b37
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M clang/include/clang/Interpreter/Value.h
Log Message:
-----------
Add missing llvm/Support/Compiler.h include for MSVC builds without __has_attribute
Commit: c10138a54f7f50c7a4d92b79a8887c51c52e2c20
https://github.com/llvm/llvm-project/commit/c10138a54f7f50c7a4d92b79a8887c51c52e2c20
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M clang/lib/Interpreter/Interpreter.cpp
Log Message:
-----------
Fix MSVC "not all control paths return a value" warning. NFC.
Compare: https://github.com/llvm/llvm-project/compare/b819fd7e2c82...c10138a54f7f
More information about the All-commits
mailing list