clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::MigratorOptions Class Reference

#include <MigratorOptions.h>

Collaboration diagram for clang::MigratorOptions:
[legend]

Public Member Functions

 MigratorOptions ()
 

Public Attributes

unsigned NoNSAllocReallocError: 1
 
unsigned NoFinalizeRemoval: 1
 

Detailed Description

Definition at line 20 of file MigratorOptions.h.

Constructor & Destructor Documentation

clang::MigratorOptions::MigratorOptions ( )
inline

Definition at line 24 of file MigratorOptions.h.

References NoFinalizeRemoval, and NoNSAllocReallocError.

Member Data Documentation

unsigned clang::MigratorOptions::NoFinalizeRemoval
unsigned clang::MigratorOptions::NoNSAllocReallocError

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