This change switches function and method parsing to use the structure ParseFunction, which holds all important values of the function. This structure is then used also in call and usage parsing to allow distinction between signatures.
13 lines
864 B
Plaintext
13 lines
864 B
Plaintext
ConfigManager.cpp ERROR: value path/to/nowhere is not present in config.
|
|
Token.cpp ERROR: Location Id was not referenced by this Token.
|
|
Node.cpp WARNING: Cannot change NodeType after it was already set from namespace to class
|
|
Edge.cpp ERROR: Nodes are not plain copies.
|
|
Graph.cpp ERROR: Can't remove member edge, without removing the child node.
|
|
TextAccess.cpp WARNING: Index 'firstLine' has to be lower or equal index 'lastLine', is 3 > 2
|
|
TextAccess.cpp WARNING: Tried to access index 10. Maximum index is 8
|
|
TextAccess.cpp WARNING: Tried to access index 10. Maximum index is 8
|
|
TextAccess.cpp WARNING: Line numbers start with one, is 0
|
|
TextAccess.cpp WARNING: Line numbers start with one, is 0
|
|
TokenLocationCollection.cpp ERROR: Can't create TokenLocation with wrong boundaries.
|
|
TokenLocationCollection.cpp ERROR: Can't create TokenLocation with wrong boundaries.
|