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 | d7cfc246f645ab06f4c1d49bc1b3df1cdc7d4642 (patch) | |
| tree | 84f0fcb4302641ec31929af02e02f626ca5bffcd /clang/lib/Sema/Sema.h | |
| parent | 443e040d06091aa5d86cfcba0f7268c3ac64ba6f (diff) | |
| download | bcm5719-llvm-d7cfc246f645ab06f4c1d49bc1b3df1cdc7d4642.tar.gz bcm5719-llvm-d7cfc246f645ab06f4c1d49bc1b3df1cdc7d4642.zip | |
rip out __builtin_overload
llvm-svn: 64961
Diffstat (limited to 'clang/lib/Sema/Sema.h')
| -rw-r--r-- | clang/lib/Sema/Sema.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 39d049bd29a..3eb68b50590 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -1164,12 +1164,6 @@ public: ExprTy *cond, ExprTy *expr1, ExprTy *expr2, SourceLocation RPLoc); - // __builtin_overload(...) - virtual ExprResult ActOnOverloadExpr(ExprTy **Args, unsigned NumArgs, - SourceLocation *CommaLocs, - SourceLocation BuiltinLoc, - SourceLocation RParenLoc); - // __builtin_va_arg(expr, type) virtual ExprResult ActOnVAArg(SourceLocation BuiltinLoc, ExprTy *expr, TypeTy *type, |

