Avoid string allocation in particular, but also avoid attempting to
impose any particular ordering based on formatted results.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101054
[AST] Sort introspection results without instantiating other data ClosedPublic Authored by steveire on Apr 22 2021, 5:24 AM.
Details Summary Avoid string allocation in particular, but also avoid attempting to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 23 2021, 8:09 AM This revision was landed with ongoing or failed builds.Apr 23 2021, 8:21 AM Closed by commit rG35918bcb6f50: [AST] Sort introspection results without instantiating other data (authored by • stephenkelly). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 340046 clang/lib/Tooling/NodeIntrospection.cpp
|