clang 17.0.0git
Enumerations
clang::driver::options Namespace Reference

Enumerations

enum  ClangFlags {
  NoXarchOption = (1 << 4) , LinkerInput = (1 << 5) , NoArgumentUnused = (1 << 6) , Unsupported = (1 << 7) ,
  CoreOption = (1 << 8) , CLOption = (1 << 9) , CC1Option = (1 << 10) , CC1AsOption = (1 << 11) ,
  NoDriverOption = (1 << 12) , LinkOption = (1 << 13) , FlangOption = (1 << 14) , FC1Option = (1 << 15) ,
  FlangOnlyOption = (1 << 16) , DXCOption = (1 << 17) , CLDXCOption = (1 << 18) , Ignored = (1 << 19) ,
  TargetSpecific = (1 << 20)
}
 Flags specifically for clang options. More...
 
enum  ID { OPT_INVALID = 0 , LastOption }
 

Enumeration Type Documentation

◆ ClangFlags

Flags specifically for clang options.

Must not overlap with llvm::opt::DriverFlag.

Enumerator
NoXarchOption 
LinkerInput 
NoArgumentUnused 
Unsupported 
CoreOption 
CLOption 
CC1Option 
CC1AsOption 
NoDriverOption 
LinkOption 
FlangOption 
FC1Option 
FlangOnlyOption 
DXCOption 
CLDXCOption 
Ignored 
TargetSpecific 

Definition at line 24 of file Options.h.

◆ ID

Enumerator
OPT_INVALID 
LastOption 

Definition at line 44 of file Options.h.