diff options
author | Chris Lattner <sabre@nondot.org> | 2008-08-10 01:53:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-08-10 01:53:14 +0000 |
commit | d9f6910f4ef37c0e8eeee2a01287d9572c3176ef (patch) | |
tree | 11cdacedc41a441b204a6a6d0092e65ba35a1c29 /Driver/PrintParserCallbacks.cpp | |
parent | 55d71f9f4cf5f123db5d6dcfd20f3a8d5699c226 (diff) |
rename PreDefinedExpr -> PredefinedExpr
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/PrintParserCallbacks.cpp')
-rw-r--r-- | Driver/PrintParserCallbacks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/PrintParserCallbacks.cpp b/Driver/PrintParserCallbacks.cpp index fec13e3909..caae11b861 100644 --- a/Driver/PrintParserCallbacks.cpp +++ b/Driver/PrintParserCallbacks.cpp @@ -403,7 +403,7 @@ namespace { return 0; } - virtual ExprResult ActOnPreDefinedExpr(SourceLocation Loc, + virtual ExprResult ActOnPredefinedExpr(SourceLocation Loc, tok::TokenKind Kind) { llvm::cout << __FUNCTION__ << "\n"; return 0; |