diff options
-rw-r--r-- | lldb/utils/TableGen/LLDBOptionDefEmitter.cpp | 2 | ||||
-rw-r--r-- | lldb/utils/TableGen/LLDBTableGen.cpp | 4 | ||||
-rw-r--r-- | lldb/utils/TableGen/LLDBTableGenBackends.h | 7 |
3 files changed, 7 insertions, 6 deletions
diff --git a/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp b/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp index 74e420ebb83..537f71cd582 100644 --- a/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp +++ b/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp @@ -1,4 +1,4 @@ -//===- TableGen.cpp - Top-Level TableGen implementation for Clang ---------===// +//===- LLDBOptionDefEmitter.cpp -------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/lldb/utils/TableGen/LLDBTableGen.cpp b/lldb/utils/TableGen/LLDBTableGen.cpp index be0ebb57282..0a416d7d156 100644 --- a/lldb/utils/TableGen/LLDBTableGen.cpp +++ b/lldb/utils/TableGen/LLDBTableGen.cpp @@ -1,4 +1,4 @@ -//===- TableGen.cpp - Top-Level TableGen implementation for Clang ---------===// +//===- LLDBTableGen.cpp - Top-Level TableGen implementation for LLDB ------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// // -// This file contains the main function for Clang's TableGen. +// This file contains the main function for LLDB's TableGen. // //===----------------------------------------------------------------------===// diff --git a/lldb/utils/TableGen/LLDBTableGenBackends.h b/lldb/utils/TableGen/LLDBTableGenBackends.h index eb14d80c562..34e8bca0d7d 100644 --- a/lldb/utils/TableGen/LLDBTableGenBackends.h +++ b/lldb/utils/TableGen/LLDBTableGenBackends.h @@ -1,4 +1,4 @@ -//===- TableGen.cpp - Top-Level TableGen implementation for Clang ---------===// +//===- LLDBTableGenBackends.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. @@ -7,8 +7,9 @@ //===----------------------------------------------------------------------===// // // This file contains the declarations for all of the LLDB TableGen -// backends. A "TableGen backend" is just a function. See -// "$LLVM_ROOT/utils/TableGen/TableGenBackends.h" for more info. +// backends. A "TableGen backend" is just a function. +// +// See "$LLVM_ROOT/utils/TableGen/TableGenBackends.h" for more info. // //===----------------------------------------------------------------------===// |