diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-02-21 15:48:10 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-02-21 15:48:10 +0000 |
commit | e1cbabaff0498efb40ff1f96c32fe95adbc8a49e (patch) | |
tree | e27c5e0dafd9e5f50e2b4a026ca17853f8ab79e9 /llvm/include | |
parent | d2886876763ce6a9e0dccfd286e7d9024f6d4a14 (diff) | |
download | bcm5719-llvm-e1cbabaff0498efb40ff1f96c32fe95adbc8a49e.tar.gz bcm5719-llvm-e1cbabaff0498efb40ff1f96c32fe95adbc8a49e.zip |
Fix missing C++ mode comments
llvm-svn: 354590
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/Support/ScopedPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ScopedPrinter.h b/llvm/include/llvm/Support/ScopedPrinter.h index 169965531b0..88daedc8713 100644 --- a/llvm/include/llvm/Support/ScopedPrinter.h +++ b/llvm/include/llvm/Support/ScopedPrinter.h @@ -1,4 +1,4 @@ -//===-- ScopedPrinter.h ---------------------------------------------------===// +//===-- ScopedPrinter.h ----------------------------------------*- C++ -*--===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |