[clang] [analyzer] Add std::variant checker (PR #66481)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 22 10:07:26 PDT 2023
=?utf-8?q?Gábor?= Spaits
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/66481/clang at github.com>
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff ce8b8b1639bc9592d2db291db4bb289b0434de26 1042ac6fdde192aa7fa1a74f707a4fede9861b38 -- clang/lib/StaticAnalyzer/Checkers/StdVariantChecker.cpp clang/lib/StaticAnalyzer/Checkers/TaggedUnionModeling.h clang/test/Analysis/std-variant-checker.cpp clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h clang/lib/StaticAnalyzer/Core/CallEvent.cpp clang/test/Analysis/Inputs/system-header-simulator-cxx.h clang/test/Analysis/diagnostics/explicit-suppression.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
index 3aa27fd1d..653ab446f 100644
--- a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
+++ b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
@@ -455,7 +455,7 @@ public:
/// If the call returns a C++ record type then the region of its return value
/// can be retrieved from its construction context.
std::optional<SVal> getReturnValueUnderConstruction() const;
-
+
// Returns the CallEvent representing the caller of this function
const CallEventRef<> getCaller() const;
``````````
</details>
https://github.com/llvm/llvm-project/pull/66481
More information about the cfe-commits
mailing list