llvm-project/clang/lib
Aaron Puchert 1cb15b10ea Correct Doxygen syntax for inline code
There is no syntax like {@code ...} in Doxygen, @code is a block command
that ends with @endcode, and generally these are not enclosed in braces.
The correct syntax for inline code snippets is @c <code>.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D98665
2021-03-16 15:17:45 +01:00
..
APINotes [clang][APINotes] Fix gcc Wunused-function warning (NFC) 2021-03-10 11:47:00 +08:00
ARCMigrate ARCMigrate: Migrate ObjCMT.cpp over to FileEntryRef 2020-12-09 14:16:05 -08:00
AST Disable unique linkage suffixes ifor global vars until demanglers can be fixed. 2021-03-11 20:59:30 -08:00
ASTMatchers [ASTMatchers][Dynamic] Add missing matchers from Registry 2021-03-15 13:07:39 +00:00
Analysis Correct Doxygen syntax for inline code 2021-03-16 15:17:45 +01:00
Basic [PowerPC] Add __PCREL__ when PC Relative is enabled. 2021-03-15 15:13:02 -05:00
CodeGen Emit inline implementation of __builtin__wmemchr on MSVCRT platforms. 2021-03-15 15:30:55 -07:00
CrossTU [analyzer][CTU] API for CTU macro expansions 2021-02-22 11:12:22 +01:00
DirectoryWatcher Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
Driver [OpenMP][AMDGPU] Skip backend and assemble phases for amdgcn 2021-03-16 04:58:14 +00:00
Edit [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
Format clang-format: use `pb` as a canonical raw string delimiter for google style 2021-03-09 09:07:14 +01:00
Frontend [NFC] Adjust SmallVector.h header to workaround XL build compiler issue 2021-03-12 21:41:36 -06:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [AArch64] Implement __rndr, __rndrrs intrinsics 2021-03-15 17:51:48 +00:00
Index [Clang][RISCV] Define RISC-V V builtin types 2021-02-18 10:17:31 +08:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Lex [CodeCompletion] Avoid spurious signature help for init-list args 2021-03-16 12:46:40 +01:00
Parse [CodeCompletion] Avoid spurious signature help for init-list args 2021-03-16 12:46:40 +01:00
Rewrite [clang] DeltaTree::AddDelta - fix "initialization is never read" clang-tidy warning. NFCI. 2021-03-02 15:01:34 +00:00
Sema Correct Doxygen syntax for inline code 2021-03-16 15:17:45 +01:00
Serialization [clang][modules] Use extensible RTTI for ModuleFileExtension 2021-03-05 11:11:05 +01:00
StaticAnalyzer Correct Doxygen syntax for inline code 2021-03-16 15:17:45 +01:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling [ast-dump-tool] fix regression if --empty-implementation but --json-input-path is not 2021-03-15 08:48:26 -04:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00