[all-commits] [llvm/llvm-project] 8ca00c: Thread safety analysis: More consistent warning me...
Aaron Puchert via All-commits
all-commits at lists.llvm.org
Tue Sep 1 14:16:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8ca00c5cdc0b86a433b80db633f3ff46e6547895
https://github.com/llvm/llvm-project/commit/8ca00c5cdc0b86a433b80db633f3ff46e6547895
Author: Aaron Puchert <aaronpuchert at alice-dsl.net>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M clang/include/clang/Analysis/Analyses/ThreadSafety.h
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Analysis/ThreadSafety.cpp
M clang/lib/Sema/AnalysisBasedWarnings.cpp
M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
M clang/test/SemaCXX/warn-thread-safety-negative.cpp
Log Message:
-----------
Thread safety analysis: More consistent warning message
Other warning messages for negative capabilities also mention their
kind, and the double space was ugly.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D84603
More information about the All-commits
mailing list