Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Analysis/FlowSensitive/DebugSupport.cpp | ||
---|---|---|
35 | I think all of these debugString functions could return a llvm::StringRef or an std::string_view. |
Paths
| Differential D131891
[clang][dataflow] Debug string for value kinds. ClosedPublic Authored by wyt on Aug 15 2022, 7:34 AM.
Details
Diff Detail
Event Timeline
wyt marked an inline comment as done. This revision is now accepted and ready to land.Aug 16 2022, 7:43 AM Closed by commit rGdbb95c2a851c: [clang][dataflow] Debug string for value kinds. (authored by wyt). · Explain WhyAug 19 2022, 8:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 454001 clang/include/clang/Analysis/FlowSensitive/DebugSupport.h
clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
|
I think all of these debugString functions could return a llvm::StringRef or an std::string_view.