minilua::CommonSCInfo struct

Common information for source changes.

Contents

Derived classes

struct SourceChange
A source change for a single location.
struct SourceChangeAlternative
Multiple source changes where only one can be applied (i.e. alternatives).
struct SourceChangeCombination
Multiple source changes that all need to be applied together (i.e. in combination).

Public variables

std::string origin
Can be filled in by the function creating the suggestion.
std::string hint
Hint for the source locations that would be modified (e.g. variable name/line number).