aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/ErrorReporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-226/+0
* Do not abort excessive warnings, just ignore them.Alex Beregszaszi2018-04-061-14/+30
* Ignore warnings when limited errors to 256Alex Beregszaszi2018-04-061-3/+10
* Limit the number of errors output in a single run to 256Alex Beregszaszi2018-04-061-0/+14
* Show unimplemented function if trying to instantiate an abstract classAlex Beregszaszi2017-08-041-0/+10
* Warn about shadowing variables.Alex Beregszaszi2017-07-251-1/+13
* Remove Why3 error classAlex Beregszaszi2017-07-011-19/+0
* Refactor error reportingRhett Aultman2017-05-301-0/+186