[all-commits] [llvm/llvm-project] 35918b: [AST] Sort introspection results without instantia...
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Fri Apr 23 08:21:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35918bcb6f507cb3d28f80ab4408125ba292400c
https://github.com/llvm/llvm-project/commit/35918bcb6f507cb3d28f80ab4408125ba292400c
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-04-23 (Fri, 23 Apr 2021)
Changed paths:
M clang/lib/Tooling/NodeIntrospection.cpp
Log Message:
-----------
[AST] Sort introspection results without instantiating other data
Avoid string allocation in particular, but also avoid attempting to
impose any particular ordering based on formatted results.
Differential Revision: https://reviews.llvm.org/D101054
More information about the All-commits
mailing list