diff options
Diffstat (limited to 'clang-tools-extra/cpp11-migrate/UseNullptr/NullptrActions.cpp')
| -rw-r--r-- | clang-tools-extra/cpp11-migrate/UseNullptr/NullptrActions.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clang-tools-extra/cpp11-migrate/UseNullptr/NullptrActions.cpp b/clang-tools-extra/cpp11-migrate/UseNullptr/NullptrActions.cpp index 309ba713756..30c36d75272 100644 --- a/clang-tools-extra/cpp11-migrate/UseNullptr/NullptrActions.cpp +++ b/clang-tools-extra/cpp11-migrate/UseNullptr/NullptrActions.cpp @@ -1,4 +1,4 @@ -//===-- nullptr-convert/NullptrActions.cpp - Matcher callback -------------===// +//===-- UseNullptr/NullptrActions.cpp - Matcher callback ------------------===// // // The LLVM Compiler Infrastructure // @@ -7,10 +7,10 @@ // //===----------------------------------------------------------------------===// /// -/// \file -/// \brief This file contains the definition of the NullptrFixer class which is -/// used as an ASTMatcher callback. Also within this file is a helper AST -/// visitor class used to identify sequences of explicit casts. +/// \file +/// \brief This file contains the definition of the NullptrFixer class which is +/// used as an ASTMatcher callback. Also within this file is a helper AST +/// visitor class used to identify sequences of explicit casts. /// //===----------------------------------------------------------------------===// |

