aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/Action.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-18 22:14:55 +0000
committerChris Lattner <sabre@nondot.org>2009-02-18 22:14:55 +0000
commit1e4db7c468c002c58f07e059ff7925384f053e85 (patch)
treefca6b4e910c63a0b6fef1fdeda263de687639ee5 /include/clang/Parse/Action.h
parentb2b14d772aea2c5b96df22a120cfcd7f8039697a (diff)
rip out __builtin_overload
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64961 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r--include/clang/Parse/Action.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h
index d657780dbf..5103c16ee3 100644
--- a/include/clang/Parse/Action.h
+++ b/include/clang/Parse/Action.h
@@ -748,14 +748,6 @@ public:
SourceLocation RPLoc) {
return 0;
}
- // __builtin_overload(...)
- virtual ExprResult ActOnOverloadExpr(ExprTy **Args, unsigned NumArgs,
- SourceLocation *CommaLocs,
- SourceLocation BuiltinLoc,
- SourceLocation RPLoc) {
- return 0;
- }
-
// __builtin_va_arg(expr, type)
virtual ExprResult ActOnVAArg(SourceLocation BuiltinLoc,