Skip to content

Commit 266d03f

Browse files
committed
Resolve two warnings related to doc comments.
1 parent 48dc0c6 commit 266d03f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/include/clang/Sema/CodeCompleteConsumer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ class CodeCompletionContext {
335335
/// error and don't know which completions we should give.
336336
CCC_Recovery,
337337

338-
/// Code completion in a `@class` forward declaration.
338+
/// Code completion in a \c \@class forward declaration.
339339
CCC_ObjCClassForwardDecl
340340
};
341341

llvm/include/llvm/IR/DIBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ namespace llvm {
505505
/// \param UniqueIdentifier A unique identifier for the union.
506506
/// \param OffsetInBits The offset of the variant payload in the variant
507507
/// type.
508-
/// \param SpareBitMask A mask of spare bits of the payload, spare bits are
508+
/// \param SpareBitsMask A mask of spare bits of the payload, spare bits are
509509
/// bits that aren't used in any of the variant's cases.
510510
DICompositeType *
511511
createVariantPart(DIScope *Scope, StringRef Name, DIFile *File,

0 commit comments

Comments
 (0)