[Lldb-commits] [lldb] f5c65be - [lldb][NFC] Improve CppModuleConfiguration documentation a bit
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 28 07:39:21 PDT 2021
Author: Raphael Isemann
Date: 2021-10-28T16:39:06+02:00
New Revision: f5c65be510430605829f8ccf46b855e39b424d1e
URL: https://github.com/llvm/llvm-project/commit/f5c65be510430605829f8ccf46b855e39b424d1e
DIFF: https://github.com/llvm/llvm-project/commit/f5c65be510430605829f8ccf46b855e39b424d1e.diff
LOG: [lldb][NFC] Improve CppModuleConfiguration documentation a bit
Added:
Modified:
lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
Removed:
################################################################################
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h b/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
index 425106bba0a38..907db5d625dcf 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
+++ b/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
@@ -16,9 +16,9 @@ namespace lldb_private {
/// A Clang configuration when importing C++ modules.
///
-/// Includes a list of include paths that should be used when importing
-/// and a list of modules that can be imported. Currently only used when
-/// importing the 'std' module and its dependencies.
+/// This class computes a list of include paths and module names that can be
+/// imported given a list of source files. Currently only used when importing
+/// the 'std' module and its dependencies.
class CppModuleConfiguration {
/// Utility class for a path that can only be set once.
class SetOncePath {
More information about the lldb-commits
mailing list