Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(18)

Unified Diff: include/clang/Frontend/CodeGenOptions.h

Issue 5430043: implement __has_feature(address_sanitizer) Base URL: https://llvm.org/svn/llvm-project/cfe/trunk/
Patch Set: use lang options only Created 13 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/clang/Basic/LangOptions.def ('k') | lib/CodeGen/BackendUtil.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « include/clang/Basic/LangOptions.def ('k') | lib/CodeGen/BackendUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b