clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 NoFinalizeRemoval, and NoNSAllocReallocError.

Member Data Documentation

◆ NoFinalizeRemoval

unsigned clang::MigratorOptions::NoFinalizeRemoval

◆ NoNSAllocReallocError

unsigned clang::MigratorOptions::NoNSAllocReallocError

Definition at line 24 of file MigratorOptions.h.

Referenced by clang::arcmt::checkForManualIssues(), and MigratorOptions().


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