projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f70b4e
)
Remove unused function from a previous iteration of unique-stable-name
author
Erich Keane
<erich.keane@intel.com>
Wed, 2 Jun 2021 18:40:17 +0000
(11:40 -0700)
committer
Erich Keane
<erich.keane@intel.com>
Wed, 2 Jun 2021 19:15:16 +0000
(12:15 -0700)
clang/lib/Sema/TreeTransform.h
patch
|
blob
|
history
diff --git
a/clang/lib/Sema/TreeTransform.h
b/clang/lib/Sema/TreeTransform.h
index
1935bff
..
500f72d
100644
(file)
--- a/
clang/lib/Sema/TreeTransform.h
+++ b/
clang/lib/Sema/TreeTransform.h
@@
-2401,12
+2401,6
@@
public:
ExprResult RebuildSYCLUniqueStableNameExpr(SourceLocation OpLoc,
SourceLocation LParen,
- SourceLocation RParen, Expr *E) {
- return getSema().BuildSYCLUniqueStableNameExpr(OpLoc, LParen, RParen, E);
- }
-
- ExprResult RebuildSYCLUniqueStableNameExpr(SourceLocation OpLoc,
- SourceLocation LParen,
SourceLocation RParen,
TypeSourceInfo *TSI) {
return getSema().BuildSYCLUniqueStableNameExpr(OpLoc, LParen, RParen, TSI);