diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2021-11-19 20:06:13 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2021-11-19 20:06:13 +0000 |
| commit | c0981da47d5696fe36474fcf86b4ce03ae3ff818 (patch) | |
| tree | f42add1021b9f2ac6a69ac7cf6c4499962739a45 /lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h | |
| parent | 344a3780b2e33f6ca763666c380202b18aab72a3 (diff) | |
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h')
| -rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h b/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h index 425106bba0a3..907db5d625dc 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 { |
