[PATCH] D55083: Re-arrange content in FunctionDecl dump
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 15 04:08:30 PST 2019
steveire marked an inline comment as done.
steveire added inline comments.
================
Comment at: test/AST/ast-dump-funcs.cpp:59
// CHECK: CXXMethodDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:28> col:8 f 'void (float, int)'
+ // CHECK-NEXT: Overrides: [ 0x{{[^ ]*}} S::f 'void (float, int)' ]
// CHECK-NEXT: ParmVarDecl 0x{{[^ ]*}} <col:10> col:15 'float'
----------------
aaron.ballman wrote:
> I don't think this belongs at the start of the function -- the parameter information seems far more interesting than what the method overrides.
Output does not occur in order of 'interesting-ness'.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55083/new/
https://reviews.llvm.org/D55083
More information about the cfe-commits
mailing list