Adds a check to the Fuchsia module to warn if thread-local storage is used.
See https://fuchsia.googlesource.com/zircon/+/master/docs/cxx.md for reference.
Paths
| Differential D41963
[clang-tidy] Adding Fuchsia checker for thread local storage. AbandonedPublic Authored by juliehockett on Jan 11 2018, 1:29 PM.
Details
Summary Adds a check to the Fuchsia module to warn if thread-local storage is used. See https://fuchsia.googlesource.com/zircon/+/master/docs/cxx.md for reference.
Diff Detail Event TimelineEugene.Zelenko added inline comments.
Comment Actions After some discussion, we decided that the false positive risk for non-kernel code isn't worth the check.
Revision Contents
Diff 129647 clang-tidy/fuchsia/CMakeLists.txtclang-tidy/fuchsia/FuchsiaTidyModule.cpp
clang-tidy/fuchsia/ThreadLocalCheck.h
clang-tidy/fuchsia/ThreadLocalCheck.cpp
docs/ReleaseNotes.rst
docs/clang-tidy/checks/fuchsia-thread-local.rst
docs/clang-tidy/checks/list.rst
test/clang-tidy/fuchsia-thread-local.cpp
|
Please keep this list in alphabetical order.