diff options
Diffstat (limited to 'clang-tools-extra/cpp11-migrate/ReplaceAutoPtr/ReplaceAutoPtrActions.h')
| -rw-r--r-- | clang-tools-extra/cpp11-migrate/ReplaceAutoPtr/ReplaceAutoPtrActions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang-tools-extra/cpp11-migrate/ReplaceAutoPtr/ReplaceAutoPtrActions.h b/clang-tools-extra/cpp11-migrate/ReplaceAutoPtr/ReplaceAutoPtrActions.h index 7369e9e5c46..2cf55a09742 100644 --- a/clang-tools-extra/cpp11-migrate/ReplaceAutoPtr/ReplaceAutoPtrActions.h +++ b/clang-tools-extra/cpp11-migrate/ReplaceAutoPtr/ReplaceAutoPtrActions.h @@ -8,10 +8,11 @@ //===----------------------------------------------------------------------===// /// /// \file -/// \brief This file contains the declaration of the ASTMatcher callback -/// for the ReplaceAutoPtr transform. +/// \brief This file contains the declaration of the ASTMatcher callback for the +/// ReplaceAutoPtr transform. /// //===----------------------------------------------------------------------===// + #ifndef CPP11_MIGRATE_REPLACE_AUTO_PTR_ACTIONS_H #define CPP11_MIGRATE_REPLACE_AUTO_PTR_ACTIONS_H |

