[all-commits] [llvm/llvm-project] bb209c: [-Wtcb-enforcement] Disable on unevaluated code.
NoQ via All-commits
all-commits at lists.llvm.org
Tue Jun 13 14:37:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb209ce138e71f2fd646b7f0f865f957336c67e9
https://github.com/llvm/llvm-project/commit/bb209ce138e71f2fd646b7f0f865f957336c67e9
Author: Artem Dergachev <adergachev at apple.com>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
M clang/test/Sema/attr-enforce-tcb.c
Log Message:
-----------
[-Wtcb-enforcement] Disable on unevaluated code.
It doesn't make sense for this warning to warn about things
that don't impact runtime behavior.
More information about the All-commits
mailing list