[all-commits] [llvm/llvm-project] 7b444a: Fix for error "'Run' overrides a member function b...
Zahira Ammarguellat via All-commits
all-commits at lists.llvm.org
Fri Jun 11 06:56:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b444a66b33ca7ec9cc7b9737205805e9d8106a2
https://github.com/llvm/llvm-project/commit/7b444a66b33ca7ec9cc7b9737205805e9d8106a2
Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M llvm/lib/Testing/Support/CMakeLists.txt
Log Message:
-----------
Fix for error "'Run' overrides a member function but is not marked
'override' [-Werror,-Wsuggest-override]" occuring during windows
debug self-build.
Commit: 150f7cedfb2e072804f4a0887d14c97a7fe3f374
https://github.com/llvm/llvm-project/commit/150f7cedfb2e072804f4a0887d14c97a7fe3f374
Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M clang/lib/Sema/Sema.cpp
A clang/test/OpenMP/declare_variant.cpp
Log Message:
-----------
Referencing a static function defined in an opnemp clause, is
generating an erroneous warning.
See here: https://godbolt.org/z/ajKPc36M7
Compare: https://github.com/llvm/llvm-project/compare/d2661c6c5175...150f7cedfb2e
More information about the All-commits
mailing list