clang API Documentation
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) } |
| DriverOption | |
| HelpHidden | |
| LinkerInput | |
| NoArgumentUnused | |
| NoForward | |
| RenderAsInput | |
| RenderJoined | |
| RenderSeparate | |
| Unsupported |
Definition at line 19 of file OptTable.h.