llvm-project/llvm/lib/Target/ARM/MCTargetDesc
Adrian Prantl 5f8f34e459 Remove \brief commands from doxygen comments.
We've been running doxygen with the autobrief option for a couple of
years now. This makes the \brief markers into our comments
redundant. Since they are a visual distraction and we don't want to
encourage more \brief markers in new code either, this patch removes
them all.

Patch produced by

  for i in $(git grep -l '\\brief'); do perl -pi -e 's/\\brief //g' $i & done

Differential Revision: https://reviews.llvm.org/D46290

llvm-svn: 331272
2018-05-01 15:54:18 +00:00
..
ARMAddressingModes.h ARMAddressingModes.h: Don't mark header functions as file local 2017-10-24 21:29:21 +00:00
ARMAsmBackend.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
ARMAsmBackend.h [ARM][NFC] Avoid recreating MCSubtargetInfo in ARMAsmBackend 2018-01-03 13:46:21 +00:00
ARMAsmBackendDarwin.h [ARM][NFC] Avoid recreating MCSubtargetInfo in ARMAsmBackend 2018-01-03 13:46:21 +00:00
ARMAsmBackendELF.h [ARM][NFC] Avoid recreating MCSubtargetInfo in ARMAsmBackend 2018-01-03 13:46:21 +00:00
ARMAsmBackendWinCOFF.h [ARM][NFC] Avoid recreating MCSubtargetInfo in ARMAsmBackend 2018-01-03 13:46:21 +00:00
ARMBaseInfo.h [ARM] Armv8.2-A FP16 code generation (part 1/3) 2018-01-26 09:26:40 +00:00
ARMELFObjectWriter.cpp [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
ARMELFStreamer.cpp [ARM] Change std::sort to llvm::sort in response to r327219 2018-04-05 18:31:50 +00:00
ARMFixupKinds.h Don't repeat names and reformat. NFC. 2017-06-28 16:00:16 +00:00
ARMMCAsmInfo.cpp [ARM] Use SEH exceptions on thumbv7-windows 2017-11-21 11:30:20 +00:00
ARMMCAsmInfo.h
ARMMCCodeEmitter.cpp [NFC] fix trivial typos in comments and error message 2018-04-09 04:37:53 +00:00
ARMMCExpr.cpp Remove redundant includes from lib/Target/ARM. 2017-12-13 21:31:17 +00:00
ARMMCExpr.h
ARMMCTargetDesc.cpp [ARM] Simplify constructing the ARMArchFeature string. NFC. 2018-03-26 08:41:10 +00:00
ARMMCTargetDesc.h [ARM][NFC] Avoid recreating MCSubtargetInfo in ARMAsmBackend 2018-01-03 13:46:21 +00:00
ARMMachORelocationInfo.cpp Remove redundant includes from lib/Target/ARM. 2017-12-13 21:31:17 +00:00
ARMMachObjectWriter.cpp [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
ARMTargetStreamer.cpp [TargetParser] Use enum classes for various ARM kind enums. 2017-07-27 16:27:56 +00:00
ARMUnwindOpAsm.cpp
ARMUnwindOpAsm.h
ARMWinCOFFObjectWriter.cpp [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
ARMWinCOFFStreamer.cpp [ARM] Use dwarf exception handling on MinGW 2017-11-17 08:04:40 +00:00
CMakeLists.txt List cpp file only once (was added in 147117 and 147117 as build fix each). 2018-04-23 13:11:51 +00:00
LLVMBuild.txt