Skip to content

Commit

Permalink
[lldb] Reword CompilerType docstring to not say "generic type"
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kastiglione committed Sep 16, 2020
1 parent 96c6d01 commit 757ac4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/include/lldb/Symbol/CompilerType.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 757ac4c

Please sign in to comment.