@@ -140,7 +140,7 @@ var Normalizers = []Mapping{
140
140
{
141
141
"Name" : StringConv (Var ("path" ), prependDotSlash , removeDotSlash ),
142
142
"IsSystem" : Bool (false ),
143
- "Path" : String ("" ),
143
+ "Path" : String ("" ),
144
144
// FIXME(juanjux): save this once we've a way
145
145
"Resolved" : Any (),
146
146
},
@@ -182,10 +182,10 @@ var Normalizers = []Mapping{
182
182
183
183
MapSemantic ("CPPASTLiteralExpression" , uast.String {}, MapObj (
184
184
Obj {
185
- "LiteralValue" : Quote (Var ("val" )),
186
- "kind" : String ("string_literal" ),
185
+ "LiteralValue" : Quote (Var ("val" )),
186
+ "kind" : String ("string_literal" ),
187
187
"ExpressionValueCategory" : String ("LVALUE" ),
188
- "IsLValue" : Bool (true ),
188
+ "IsLValue" : Bool (true ),
189
189
// Will be const char[somenum]
190
190
"ExpressionType" : Any (),
191
191
},
@@ -215,7 +215,7 @@ var Normalizers = []Mapping{
215
215
Map (
216
216
Fields {
217
217
{Name : "IASTClass" , Op : String ("CPPASTName" )},
218
- {Name : "Name" , Op : String ("" )},
218
+ {Name : "Name" , Op : String ("" )},
219
219
// FIXME(juanjux): save this once we have a way.
220
220
{Name : "ExpandedFromMacro" , Drop : true , Op : Any ()},
221
221
},
@@ -487,7 +487,7 @@ var Normalizers = []Mapping{
487
487
Obj {
488
488
"Nodes" : Arr (
489
489
Fields {
490
- {Name : "Comments" , Op : Fields {
490
+ {Name : "Comments" , Op : Fields {
491
491
{Name : "LeadingComments" , Optional : "optLeadingComments" , Op : Var ("leadingComments" )},
492
492
{Name : "FreestadingComments" , Optional : "optFSComments" , Op : Var ("fsComments" )},
493
493
{Name : "TrailingComments" , Optional : "optTlComments" , Op : Var ("tsComments" )},
0 commit comments