================
@@ -17,13 +17,41 @@
 namespace lldb_private {
 class Stream;
 
+/// Represents a source file whose contents is known (for example
----------------
JDevlieghere wrote:

 - Presumably this class is primarily used for source files but can hold any 
file?
 - Represents a path to a file?
 - I think a common name for something like this is a "spooled" file, so maybe 
"SpooledFileSpec". 
 - I'm surprised this isn't a subclass of FileSpec.

https://github.com/llvm/llvm-project/pull/75880
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to