[all-commits] [llvm/llvm-project] ea6641: Revert "Revert "Revert "Revert "[analyzer] NFC: Mo...
Matt Morehouse via All-commits
all-commits at lists.llvm.org
Thu Dec 10 11:07:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea6641085d025ca0a5cef940465ef14d0ccace02
https://github.com/llvm/llvm-project/commit/ea6641085d025ca0a5cef940465ef14d0ccace02
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
A clang/include/clang/Analysis/PathDiagnosticConsumers.def
A clang/include/clang/Analysis/PathDiagnosticConsumers.h
M clang/include/clang/StaticAnalyzer/Core/Analyses.def
M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
R clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
M clang/include/clang/module.modulemap
M clang/lib/Analysis/CMakeLists.txt
A clang/lib/Analysis/HTMLPathDiagnosticConsumer.cpp
A clang/lib/Analysis/PlistHTMLPathDiagnosticConsumer.cpp
A clang/lib/Analysis/PlistPathDiagnosticConsumer.cpp
A clang/lib/Analysis/SarifPathDiagnosticConsumer.cpp
A clang/lib/Analysis/TextPathDiagnosticConsumer.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
R clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
R clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
R clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
R clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp
M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
Log Message:
-----------
Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""""
This reverts commit 6a89cb8136f3435bd977b419b683dc0acc98e61e.
Commit: 00ffea77ad887b576e9db82d98c97a31fee172cb
https://github.com/llvm/llvm-project/commit/00ffea77ad887b576e9db82d98c97a31fee172cb
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
A clang/include/clang/Analysis/CrossTUAnalysisHelper.h
M clang/include/clang/Analysis/PathDiagnosticConsumers.h
M clang/include/clang/CrossTU/CrossTranslationUnit.h
M clang/lib/Analysis/HTMLPathDiagnosticConsumer.cpp
M clang/lib/Analysis/PlistHTMLPathDiagnosticConsumer.cpp
M clang/lib/Analysis/PlistPathDiagnosticConsumer.cpp
M clang/lib/Analysis/SarifPathDiagnosticConsumer.cpp
M clang/lib/Analysis/TextPathDiagnosticConsumer.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
Log Message:
-----------
[analyzer][CTU] Add an abstraction layer between libCrossTU and libAnalysis.
Fixes shared libs build after D67422.
Differential Revision: https://reviews.llvm.org/D92432
Commit: 72fd47b93d1165f7e4499a5c2b4241dae7ce82ae
https://github.com/llvm/llvm-project/commit/72fd47b93d1165f7e4499a5c2b4241dae7ce82ae
Author: Matt Morehouse <mascasa at google.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M compiler-rt/lib/dfsan/dfsan_custom.cpp
M compiler-rt/lib/dfsan/done_abilist.txt
M compiler-rt/test/dfsan/custom.cpp
Log Message:
-----------
[DFSan] Add custom wrapper for _dl_get_tls_static_info.
Implementation is here:
https://code.woboq.org/userspace/glibc/elf/dl-tls.c.html#307
We use weak symbols to avoid linking issues with glibcs older than 2.27.
Reviewed By: stephan.yichao.zhao
Differential Revision: https://reviews.llvm.org/D93053
Compare: https://github.com/llvm/llvm-project/compare/1eee24677bb6...72fd47b93d11
More information about the All-commits
mailing list