diff options
| author | Craig Topper <craig.topper@gmail.com> | 2014-03-02 09:32:10 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2014-03-02 09:32:10 +0000 |
| commit | a798a9db933352dbece8bec1494ee3d3c2937a14 (patch) | |
| tree | 1f621344e54583049bb1d484a153d6fc1e5f9c5c /clang/unittests/ASTMatchers/ASTMatchersTest.h | |
| parent | 9737e3886b4ea0cfb1a42c395d63cbd3b9302a9e (diff) | |
| download | bcm5719-llvm-a798a9db933352dbece8bec1494ee3d3c2937a14.tar.gz bcm5719-llvm-a798a9db933352dbece8bec1494ee3d3c2937a14.zip | |
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
llvm-svn: 202625
Diffstat (limited to 'clang/unittests/ASTMatchers/ASTMatchersTest.h')
| -rw-r--r-- | clang/unittests/ASTMatchers/ASTMatchersTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/ASTMatchers/ASTMatchersTest.h b/clang/unittests/ASTMatchers/ASTMatchersTest.h index f5bcd37f112..e79f9114f22 100644 --- a/clang/unittests/ASTMatchers/ASTMatchersTest.h +++ b/clang/unittests/ASTMatchers/ASTMatchersTest.h @@ -47,7 +47,7 @@ public: } } - void onEndOfTranslationUnit() LLVM_OVERRIDE { + void onEndOfTranslationUnit() override { if (FindResultReviewer) FindResultReviewer->onEndOfTranslationUnit(); } |

