diff options
Diffstat (limited to 'clang-tools-extra/cpp11-migrate/UseAuto/UseAutoMatchers.cpp')
| -rw-r--r-- | clang-tools-extra/cpp11-migrate/UseAuto/UseAutoMatchers.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/clang-tools-extra/cpp11-migrate/UseAuto/UseAutoMatchers.cpp b/clang-tools-extra/cpp11-migrate/UseAuto/UseAutoMatchers.cpp index 60d29b24584..a4ada5a76c1 100644 --- a/clang-tools-extra/cpp11-migrate/UseAuto/UseAutoMatchers.cpp +++ b/clang-tools-extra/cpp11-migrate/UseAuto/UseAutoMatchers.cpp @@ -7,11 +7,12 @@ // //===----------------------------------------------------------------------===// /// -/// \file -/// \brief This file contains the implementation for matcher-generating -/// functions and custom AST_MATCHERs. +/// \file +/// \brief This file contains the implementation for matcher-generating +/// functions and custom AST_MATCHERs. /// //===----------------------------------------------------------------------===// + #include "UseAutoMatchers.h" #include "clang/AST/ASTContext.h" |

