Index: include/clang/Frontend/CodeGenOptions.h |
=================================================================== |
--- include/clang/Frontend/CodeGenOptions.h (revision 145044) |
+++ include/clang/Frontend/CodeGenOptions.h (working copy) |
@@ -35,7 +35,6 @@ |
Mixed = 2 |
}; |
- unsigned AddressSanitizer : 1; /// Enable AddressSanitizer. |
unsigned AsmVerbose : 1; /// -dA, -fverbose-asm. |
unsigned ObjCAutoRefCountExceptions : 1; /// Whether ARC should be EH-safe. |
unsigned CUDAIsDevice : 1; /// Set when compiling for CUDA device. |
@@ -152,7 +151,6 @@ |
public: |
CodeGenOptions() { |
- AddressSanitizer = 0; |
AsmVerbose = 0; |
CUDAIsDevice = 0; |
CXAAtExit = 1; |