diff options
Diffstat (limited to 'unittests/IR/PassBuilderCallbacksTest.cpp')
-rw-r--r-- | unittests/IR/PassBuilderCallbacksTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unittests/IR/PassBuilderCallbacksTest.cpp b/unittests/IR/PassBuilderCallbacksTest.cpp index df0b11f6cc71..e46fc1781507 100644 --- a/unittests/IR/PassBuilderCallbacksTest.cpp +++ b/unittests/IR/PassBuilderCallbacksTest.cpp @@ -39,7 +39,7 @@ using testing::Invoke; using testing::WithArgs; using testing::_; -/// \brief A CRTP base for analysis mock handles +/// A CRTP base for analysis mock handles /// /// This class reconciles mocking with the value semantics implementation of the /// AnalysisManager. Analysis mock handles should derive from this class and @@ -110,7 +110,7 @@ protected: } }; -/// \brief A CRTP base for pass mock handles +/// A CRTP base for pass mock handles /// /// This class reconciles mocking with the value semantics implementation of the /// PassManager. Pass mock handles should derive from this class and |