[PATCH] D66578: Remove \brief commands from doxygen comments.

Dmitri Gribenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 04:32:24 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL369643: Remove \brief commands from doxygen comments. (authored by gribozavr, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D66578?vs=216570&id=216584#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66578/new/

https://reviews.llvm.org/D66578

Files:
  clang-tools-extra/trunk/clang-apply-replacements/include/clang-apply-replacements/Tooling/ApplyReplacements.h
  clang-tools-extra/trunk/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
  clang-tools-extra/trunk/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
  clang-tools-extra/trunk/clang-doc/BitcodeWriter.cpp
  clang-tools-extra/trunk/clang-include-fixer/IncludeFixerContext.h
  clang-tools-extra/trunk/clang-include-fixer/find-all-symbols/FindAllMacros.h
  clang-tools-extra/trunk/clang-include-fixer/find-all-symbols/FindAllSymbols.h
  clang-tools-extra/trunk/clang-include-fixer/find-all-symbols/HeaderMapCollector.h
  clang-tools-extra/trunk/clang-include-fixer/find-all-symbols/PathConfig.h
  clang-tools-extra/trunk/clang-include-fixer/find-all-symbols/PragmaCommentHandler.h
  clang-tools-extra/trunk/clang-include-fixer/find-all-symbols/SymbolInfo.h
  clang-tools-extra/trunk/clang-include-fixer/find-all-symbols/SymbolReporter.h
  clang-tools-extra/trunk/clang-query/QueryParser.h
  clang-tools-extra/trunk/clang-reorder-fields/ReorderFieldsAction.cpp
  clang-tools-extra/trunk/clang-tidy/ClangTidy.h
  clang-tools-extra/trunk/clang-tidy/ClangTidyCheck.h
  clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.h
  clang-tools-extra/trunk/clang-tidy/ClangTidyModule.h
  clang-tools-extra/trunk/clang-tidy/ClangTidyOptions.cpp
  clang-tools-extra/trunk/clang-tidy/ClangTidyOptions.h
  clang-tools-extra/trunk/clang-tidy/ExpandModularHeadersPPCallbacks.h
  clang-tools-extra/trunk/clang-tidy/android/CloexecCheck.h
  clang-tools-extra/trunk/clang-tidy/bugprone/IncorrectRoundingsCheck.h
  clang-tools-extra/trunk/clang-tidy/bugprone/MultipleStatementMacroCheck.cpp
  clang-tools-extra/trunk/clang-tidy/bugprone/SwappedArgumentsCheck.cpp
  clang-tools-extra/trunk/clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp
  clang-tools-extra/trunk/clang-tidy/bugprone/VirtualNearMissCheck.h
  clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.h
  clang-tools-extra/trunk/clang-tidy/google/NonConstReferences.h
  clang-tools-extra/trunk/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.h
  clang-tools-extra/trunk/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.h
  clang-tools-extra/trunk/clang-tidy/modernize/LoopConvertCheck.cpp
  clang-tools-extra/trunk/clang-tidy/modernize/LoopConvertUtils.cpp
  clang-tools-extra/trunk/clang-tidy/modernize/LoopConvertUtils.h
  clang-tools-extra/trunk/clang-tidy/modernize/PassByValueCheck.cpp
  clang-tools-extra/trunk/clang-tidy/modernize/RedundantVoidArgCheck.h
  clang-tools-extra/trunk/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
  clang-tools-extra/trunk/clang-tidy/modernize/UseAutoCheck.cpp
  clang-tools-extra/trunk/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
  clang-tools-extra/trunk/clang-tidy/modernize/UseEqualsDefaultCheck.h
  clang-tools-extra/trunk/clang-tidy/modernize/UseEqualsDeleteCheck.h
  clang-tools-extra/trunk/clang-tidy/modernize/UseNodiscardCheck.h
  clang-tools-extra/trunk/clang-tidy/modernize/UseNoexceptCheck.h
  clang-tools-extra/trunk/clang-tidy/modernize/UseNullptrCheck.cpp
  clang-tools-extra/trunk/clang-tidy/objc/SuperSelfCheck.cpp
  clang-tools-extra/trunk/clang-tidy/performance/UnnecessaryValueParamCheck.h
  clang-tools-extra/trunk/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp
  clang-tools-extra/trunk/clang-tidy/readability/IdentifierNamingCheck.h
  clang-tools-extra/trunk/clang-tidy/readability/ImplicitBoolConversionCheck.h
  clang-tools-extra/trunk/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.h
  clang-tools-extra/trunk/clang-tidy/readability/StaticAccessedThroughInstanceCheck.h
  clang-tools-extra/trunk/clang-tidy/utils/DeclRefExprUtils.h
  clang-tools-extra/trunk/clang-tidy/utils/FixItHintUtils.h
  clang-tools-extra/trunk/clang-tidy/utils/HeaderFileExtensionsUtils.h
  clang-tools-extra/trunk/clang-tidy/utils/HeaderGuard.cpp
  clang-tools-extra/trunk/clang-tidy/utils/IncludeInserter.h
  clang-tools-extra/trunk/clang-tidy/utils/OptionsUtils.h
  clang-tools-extra/trunk/clangd/URI.cpp
  clang-tools-extra/trunk/clangd/fuzzer/clangd-fuzzer.cpp
  clang-tools-extra/trunk/clangd/index/Index.h
  clang-tools-extra/trunk/clangd/index/SymbolCollector.h
  clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
  clang-tools-extra/trunk/modularize/CoverageChecker.h
  clang-tools-extra/trunk/modularize/Modularize.h
  clang-tools-extra/trunk/modularize/ModularizeUtilities.h
  clang-tools-extra/trunk/modularize/PreprocessorTracker.h
  clang-tools-extra/trunk/pp-trace/PPCallbacksTracker.cpp
  clang-tools-extra/trunk/pp-trace/PPCallbacksTracker.h
  clang-tools-extra/trunk/unittests/include/common/VirtualFileHelper.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66578.216584.patch
Type: text/x-patch
Size: 124777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190822/0a605600/attachment.bin>


More information about the llvm-commits mailing list