[all-commits] [llvm/llvm-project] 18b6f6: Revert "[Clang][SemaCXX] Add unused warning for va...
Takuya Shimizu via All-commits
all-commits at lists.llvm.org
Sun Aug 6 01:04:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18b6f6e0c7d0b492e90738d684aeb731754aeaac
https://github.com/llvm/llvm-project/commit/18b6f6e0c7d0b492e90738d684aeb731754aeaac
Author: Takuya Shimizu <shimizu2486 at gmail.com>
Date: 2023-08-06 (Sun, 06 Aug 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
M clang/test/SemaCXX/warn-unused-variables.cpp
Log Message:
-----------
Revert "[Clang][SemaCXX] Add unused warning for variables declared in condition expressions"
Broke sanitizer buildbot:
https://lab.llvm.org/buildbot/#/builders/240/builds/12947
https://lab.llvm.org/buildbot/#/builders/19/builds/18369
Reverting while I figure out the cause.
This reverts commit bd0ed0abc31fa5a49e87eeca7aa872e7f6e4d1e7.
More information about the All-commits
mailing list