Skip to content

Commit acc9903

Browse files
committed
[cxxmodules] Filter out source locations.
If the declaration comes from an AST file no source locations are printed. This patch is in the same direction as we took in 3a8dfca4
1 parent 48e10c5 commit acc9903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cling/operator/EqualTest.ref-cling

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Processing runEqualTest.C...
33
===========================================================================
44
class privateOp2
5-
SIZE: 4 FILE: equal.C LINE: 29
5+
SIZE: 4 FILE: equal.C LINE: N/A
66
List of member variables --------------------------------------------------
77
List of member functions :---------------------------------------------------
88
filename line:size busy function type and name
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sed -e 's?FILE:.*[/\]?FILE:?' -e 's/.dll/.so/g' \
1+
sed -e 's?FILE:.*[/\]?FILE:?' -e 's/.dll/.so/g' | sed -E "s,(: )-?[0-9]+$,\1N/A," \
22
| grep -v -e tagnum -e 'int c' -e '~privateOp2'

0 commit comments

Comments
 (0)