File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -3118,13 +3118,9 @@ class AttrReader {
3118
3118
return Reader.readVersionTuple ();
3119
3119
}
3120
3120
3121
- void skipInts (unsigned N) {
3122
- Reader.skipInts (N);
3123
- }
3121
+ void skipInts (unsigned N) { Reader.skipInts (N); }
3124
3122
3125
- unsigned getCurrentIdx () {
3126
- return Reader.getIdx ();
3127
- }
3123
+ unsigned getCurrentIdx () { return Reader.getIdx (); }
3128
3124
3129
3125
OMPTraitInfo *readOMPTraitInfo () { return Reader.readOMPTraitInfo (); }
3130
3126
Original file line number Diff line number Diff line change @@ -65,4 +65,4 @@ import A;
65
65
#include " foo.h"
66
66
import A;
67
67
foo test;
68
- int size = test.size(); // expected-error {{no member named 'size' in 'foo'}}
68
+ int size = test.size(); // expected-error {{no member named 'size' in 'foo'}}
You can’t perform that action at this time.
0 commit comments