clang API Documentation

Enumerations
clang::driver::options Namespace Reference

Enumerations

enum  ID { OPT_INVALID = 0 }
enum  DriverFlag {
  DriverOption = (1 << 0), HelpHidden = (1 << 1), LinkerInput = (1 << 2), NoArgumentUnused = (1 << 3),
  NoForward = (1 << 4), RenderAsInput = (1 << 5), RenderJoined = (1 << 6), RenderSeparate = (1 << 7),
  Unsupported = (1 << 8)
}

Enumeration Type Documentation

Enumerator:
DriverOption 
HelpHidden 
LinkerInput 
NoArgumentUnused 
NoForward 
RenderAsInput 
RenderJoined 
RenderSeparate 
Unsupported 

Definition at line 19 of file OptTable.h.

Enumerator:
OPT_INVALID 

Definition at line 18 of file Options.h.