aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorMitch Phillips <31459023+hctim@users.noreply.github.com>2022-06-13 12:10:40 -0700
committerMitch Phillips <31459023+hctim@users.noreply.github.com>2022-06-13 12:11:13 -0700
commit8e1f47b596b28fbc88cf32e8f46eb2fecb145fb2 (patch)
treef87bd5130adc59871316125291266df224ac0345 /clang/lib/CodeGen/CodeGenModule.h
parent7cb0bc8abf6efd7e25b0091a7306de23c3a0f314 (diff)
downloadllvm-8e1f47b596b28fbc88cf32e8f46eb2fecb145fb2.zip
llvm-8e1f47b596b28fbc88cf32e8f46eb2fecb145fb2.tar.gz
llvm-8e1f47b596b28fbc88cf32e8f46eb2fecb145fb2.tar.bz2
Revert "Add sanitizer metadata attributes to clang IR gen."
This reverts commit e7766972a6790e25dbb4ce3481f57e9792b49269. Broke the Windows buildbots.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 779d94a..5097ef0 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -1314,9 +1314,8 @@ public:
bool isInNoSanitizeList(SanitizerMask Kind, llvm::Function *Fn,
SourceLocation Loc) const;
- bool isInNoSanitizeList(SanitizerMask Kind, llvm::GlobalVariable *GV,
- SourceLocation Loc, QualType Ty,
- StringRef Category = StringRef()) const;
+ bool isInNoSanitizeList(llvm::GlobalVariable *GV, SourceLocation Loc,
+ QualType Ty, StringRef Category = StringRef()) const;
/// Imbue XRay attributes to a function, applying the always/never attribute
/// lists in the process. Returns true if we did imbue attributes this way,