Author: Ella Ma Date: 2020-07-13T12:25:26+03:00 New Revision: e124062bf3874e1ce7ddad407b35e95ec3d3ac13
URL: https://github.com/llvm/llvm-project/commit/e124062bf3874e1ce7ddad407b35e95ec3d3ac13 DIFF: https://github.com/llvm/llvm-project/commit/e124062bf3874e1ce7ddad407b35e95ec3d3ac13.diff LOG: Fix bad doxygen result for class clang::ento::CallEvent and its derived classes Summary: Fix bug https://bugs.llvm.org/show_bug.cgi?id=44753. This patch is a workaround of a Doxygen bug, so that it can correctly generate documents for class clang::ento::CallEvent and its derived classes. Differential Revision: https://reviews.llvm.org/D82356 Added: Modified: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h Removed: ################################################################################ diff --git a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h index d75f9f63286d..a2a98c558a4b 100644 --- a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h +++ b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h @@ -554,7 +554,7 @@ class SimpleFunctionCall : public AnyFunctionCall { /// Represents a call to a block. /// -/// Example: <tt>^{ /* ... */ }()</tt> +/// Example: <tt>^{ statement-body }()</tt> class BlockCall : public CallEvent { friend class CallEventManager; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits