mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Follow up for 200239, using variadic macros stored in the index.
This commit is contained in:
parent
53cdbc9b41
commit
306eb7d948
1 changed files with 1 additions and 1 deletions
|
@ -2289,7 +2289,7 @@ public class LocationMap implements ILocationResolver, IScannerPreprocessorLog {
|
|||
int startOffset, int nameOffset, int nameEndOffset, int endOffset) {
|
||||
final _FunctionMacroDefinition functionMacroDefinition = new _FunctionMacroDefinition(
|
||||
currentContext, startOffset, endOffset, m.name, nameOffset,
|
||||
m.getExpansion(), m.getOriginalParameters());
|
||||
m.getExpansion(), removeNullArguments(m.getOriginalParameters()));
|
||||
currentContext.addSubContext(functionMacroDefinition);
|
||||
return functionMacroDefinition;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue