[lldb] Reword CompilerType docstring to not say "generic type"
Since "generic type" has a precise meaning in some languages, reword the docstring of `CompilerType` to avoid ambiguity. Differential Revision: https://reviews.llvm.org/D87633
This commit is contained in:
parent
96c6d012df
commit
757ac4ccfb
@ -20,7 +20,7 @@ namespace lldb_private {
|
||||
|
||||
class DataExtractor;
|
||||
|
||||
/// Represents a generic type in a programming language.
|
||||
/// Generic representation of a type in a programming language.
|
||||
///
|
||||
/// This class serves as an abstraction for a type inside one of the TypeSystems
|
||||
/// implemented by the language plugins. It does not have any actual logic in it
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user