xazax.hun added inline comments.

================
Comment at: clang/lib/Analysis/FlowSensitive/DebugSupport.cpp:34
 
+std::string debugString(Value::Kind Kind) {
+  switch (Kind) {
----------------
I think all of these `debugString` functions could return a `llvm::StringRef` 
or an `std::string_view`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131891/new/

https://reviews.llvm.org/D131891

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to