clang 22.0.0git
Enumerations
clang::DiagAttrParams Namespace Reference

Enums for the diagnostics of target, target_version and target_clones. More...

Enumerations

enum  DiagType { Unsupported , Duplicate , Unknown }
 
enum  Specifier { None , CPU , Tune }
 
enum  AttrName { Target , TargetClones , TargetVersion }
 

Detailed Description

Enums for the diagnostics of target, target_version and target_clones.

Enumeration Type Documentation

◆ AttrName

Enumerator
Target 
TargetClones 
TargetVersion 

Definition at line 843 of file Sema.h.

◆ DiagType

Enumerator
Unsupported 
Duplicate 
Unknown 

Definition at line 841 of file Sema.h.

◆ Specifier

Enumerator
None 
CPU 
Tune 

Definition at line 842 of file Sema.h.