diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-18 22:14:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-18 22:14:55 +0000 |
commit | 1e4db7c468c002c58f07e059ff7925384f053e85 (patch) | |
tree | fca6b4e910c63a0b6fef1fdeda263de687639ee5 /include/clang/Parse/Action.h | |
parent | b2b14d772aea2c5b96df22a120cfcd7f8039697a (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.h | 8 |
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, |