aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
diff options
context:
space:
mode:
authorChiaHungDuan <chiahungduan@google.com>2024-01-10 11:03:28 -0800
committerGitHub <noreply@github.com>2024-01-10 11:03:28 -0800
commite6c2952eb51a422e17f002d97b0ea467be4d325b (patch)
tree0f26cdd1efdd05fc8b7f87bb3d0ce80607a28314 /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
parent3358c77b01fff71c586cc998dd80e06662d9e854 (diff)
downloadllvm-e6c2952eb51a422e17f002d97b0ea467be4d325b.zip
llvm-e6c2952eb51a422e17f002d97b0ea467be4d325b.tar.gz
llvm-e6c2952eb51a422e17f002d97b0ea467be4d325b.tar.bz2
[scudo] Condition variable can be disabled by setting the flag to off (#77532)
To enable the condition variable, you have to define both UseConditionVariable and the ConditionVariableT. Otherwise, it'll be disabled. However, you may want to disable the condition variable by setting UseConditionVariable=false, for example, while measuring the performance and you want to turn it off temporarily. Instead of requiring the removal of the variable, examining its value makes more sense.
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp')
0 files changed, 0 insertions, 0 deletions