[all-commits] [llvm/llvm-project] bbed8c: Thread safety analysis: Consider static class memb...
Aaron Puchert via All-commits
all-commits at lists.llvm.org
Thu Oct 29 16:38:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bbed8cfe80cd27d3a47d877c7608d9be4e487d97
https://github.com/llvm/llvm-project/commit/bbed8cfe80cd27d3a47d877c7608d9be4e487d97
Author: Aaron Puchert <aaronpuchert at alice-dsl.net>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M clang/lib/Analysis/ThreadSafety.cpp
M clang/test/SemaCXX/warn-thread-safety-negative.cpp
Log Message:
-----------
Thread safety analysis: Consider static class members as inaccessible
This fixes the issue pointed out in D84604#2363134. For now we exclude
static members completely, we'll take them into account later.
More information about the All-commits
mailing list