Skip to content

Commit

Permalink
[clang][NFC] Annotate TemplateName.h with preferred_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Endilll committed Nov 6, 2023
1 parent fb9d124 commit b89aadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/AST/TemplateName.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class UncommonTemplateNameStorage {
};

struct BitsTag {
/// A Kind.
LLVM_PREFERRED_TYPE(Kind)
unsigned Kind : 2;

// The template parameter index.
Expand Down

0 comments on commit b89aadf

Please sign in to comment.