clang 22.0.0git
clang::MigratorOptions Class Reference

#include "clang/Frontend/MigratorOptions.h"

Public Member Functions

 MigratorOptions ()

Public Attributes

unsigned NoNSAllocReallocError: 1
unsigned NoFinalizeRemoval: 1

Detailed Description

Definition at line 21 of file MigratorOptions.h.

Constructor & Destructor Documentation

◆ MigratorOptions()

clang::MigratorOptions::MigratorOptions ( )
inline

Definition at line 27 of file MigratorOptions.h.

References MigratorOptions(), NoFinalizeRemoval, and NoNSAllocReallocError.

Referenced by MigratorOptions().

Member Data Documentation

◆ NoFinalizeRemoval

unsigned clang::MigratorOptions::NoFinalizeRemoval

Definition at line 26 of file MigratorOptions.h.

Referenced by MigratorOptions().

◆ NoNSAllocReallocError

unsigned clang::MigratorOptions::NoNSAllocReallocError

Definition at line 24 of file MigratorOptions.h.

Referenced by MigratorOptions().


The documentation for this class was generated from the following file: