[Lldb-commits] [PATCH] D87633: [lldb] Reword CompilerType docstring to not say "generic type"
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 15 22:15:14 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG757ac4ccfb8b: [lldb] Reword CompilerType docstring to not say "generic type" (authored by kastiglione).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87633/new/
https://reviews.llvm.org/D87633
Files:
lldb/include/lldb/Symbol/CompilerType.h
Index: lldb/include/lldb/Symbol/CompilerType.h
===================================================================
--- lldb/include/lldb/Symbol/CompilerType.h
+++ lldb/include/lldb/Symbol/CompilerType.h
@@ -20,7 +20,7 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87633.292107.patch
Type: text/x-patch
Size: 539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200916/0a4b9c2d/attachment.bin>
More information about the lldb-commits
mailing list