diff options
Diffstat (limited to 'clang-tools-extra/cpp11-migrate/UseAuto/UseAutoActions.cpp')
| -rw-r--r-- | clang-tools-extra/cpp11-migrate/UseAuto/UseAutoActions.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/clang-tools-extra/cpp11-migrate/UseAuto/UseAutoActions.cpp b/clang-tools-extra/cpp11-migrate/UseAuto/UseAutoActions.cpp index e20affa5e2b..643de63069e 100644 --- a/clang-tools-extra/cpp11-migrate/UseAuto/UseAutoActions.cpp +++ b/clang-tools-extra/cpp11-migrate/UseAuto/UseAutoActions.cpp @@ -7,11 +7,12 @@ // //===----------------------------------------------------------------------===// /// -/// \file -/// \brief This file contains the implementation of callbacks for the UseAuto -/// transform. +/// \file +/// \brief This file contains the implementation of callbacks for the UseAuto +/// transform. /// //===----------------------------------------------------------------------===// + #include "UseAutoActions.h" #include "UseAutoMatchers.h" #include "clang/AST/ASTContext.h" |

