Changeset View
Changeset View
Standalone View
Standalone View
clang/include/clang/Driver/SanitizerArgs.h
Show All 28 Lines | class SanitizerArgs { | ||||
std::vector<std::string> UserIgnorelistFiles; | std::vector<std::string> UserIgnorelistFiles; | ||||
std::vector<std::string> SystemIgnorelistFiles; | std::vector<std::string> SystemIgnorelistFiles; | ||||
std::vector<std::string> CoverageAllowlistFiles; | std::vector<std::string> CoverageAllowlistFiles; | ||||
std::vector<std::string> CoverageIgnorelistFiles; | std::vector<std::string> CoverageIgnorelistFiles; | ||||
int CoverageFeatures = 0; | int CoverageFeatures = 0; | ||||
int BinaryMetadataFeatures = 0; | int BinaryMetadataFeatures = 0; | ||||
int MsanTrackOrigins = 0; | int MsanTrackOrigins = 0; | ||||
bool MsanUseAfterDtor = true; | bool MsanUseAfterDtor = true; | ||||
bool MsanParamRetval = false; | bool MsanParamRetval = true; | ||||
bool CfiCrossDso = false; | bool CfiCrossDso = false; | ||||
bool CfiICallGeneralizePointers = false; | bool CfiICallGeneralizePointers = false; | ||||
bool CfiCanonicalJumpTables = false; | bool CfiCanonicalJumpTables = false; | ||||
int AsanFieldPadding = 0; | int AsanFieldPadding = 0; | ||||
bool SharedRuntime = false; | bool SharedRuntime = false; | ||||
bool AsanUseAfterScope = true; | bool AsanUseAfterScope = true; | ||||
bool AsanPoisonCustomArrayCookie = false; | bool AsanPoisonCustomArrayCookie = false; | ||||
bool AsanGlobalsDeadStripping = false; | bool AsanGlobalsDeadStripping = false; | ||||
▲ Show 20 Lines • Show All 89 Lines • Show Last 20 Lines |