summaryrefslogtreecommitdiffstats
path: root/clang/include
diff options
context:
space:
mode:
authorAmy Huang <akhuang@google.com>2020-01-15 14:34:19 -0800
committerHans Wennborg <hans@chromium.org>2020-01-17 10:40:52 +0100
commit9007f06af0e009f41b876ae30e6b1ca96feee02e (patch)
treed0f5750415cf8e658adf3a1839e2e3f7d3a21a0b /clang/include
parent572c7f6fe7b55ce5f7591fb7a445dea27329074a (diff)
downloadbcm5719-llvm-9007f06af0e009f41b876ae30e6b1ca96feee02e.tar.gz
bcm5719-llvm-9007f06af0e009f41b876ae30e6b1ca96feee02e.zip
Revert "Allow system header to provide their own implementation of some builtin"
This reverts commit 921f871ac438175ca8fcfcafdfcfac4d7ddf3905 because it causes libc++ code to trigger __warn_memset_zero_len. See https://reviews.llvm.org/D71082. (cherry picked from commit 3d210ed3d1880c615776b07d1916edb400c245a6)
Diffstat (limited to 'clang/include')
-rw-r--r--clang/include/clang/AST/Decl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/include/clang/AST/Decl.h b/clang/include/clang/AST/Decl.h
index 43c6c7b85db..620ab4b089d 100644
--- a/clang/include/clang/AST/Decl.h
+++ b/clang/include/clang/AST/Decl.h
@@ -2309,9 +2309,6 @@ public:
/// true through IsAligned.
bool isReplaceableGlobalAllocationFunction(bool *IsAligned = nullptr) const;
- /// Determine if this function provides an inline implementation of a builtin.
- bool isInlineBuiltinDeclaration() const;
-
/// Determine whether this is a destroying operator delete.
bool isDestroyingOperatorDelete() const;
OpenPOWER on IntegriCloud