[all-commits] [llvm/llvm-project] e12406: Fix bad doxygen result for class clang::ento::Call...
Valeriy Savchenko via All-commits
all-commits at lists.llvm.org
Mon Jul 13 02:26:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e124062bf3874e1ce7ddad407b35e95ec3d3ac13
https://github.com/llvm/llvm-project/commit/e124062bf3874e1ce7ddad407b35e95ec3d3ac13
Author: Ella Ma <alansnape3058 at gmail.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
Log Message:
-----------
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
More information about the All-commits
mailing list