aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/SyntaxChecker.h
Commit message (Expand)AuthorAgeFilesLines
* Support experimental feature pragmaAlex Beregszaszi2017-08-101-0/+2
* Deprecate throw.chriseth2017-07-061-0/+3
* Warn deprecated usage of parameter names in function typesFederico Bond2017-06-271-0/+2
* Refactor error reportingRhett Aultman2017-05-301-5/+2
* Deprecate use of unary '+'Rhett Aultman2017-04-291-0/+4
* Refactor NameAndTypeResolver and SyntaxChecker to allow other entry points.chriseth2017-02-141-1/+1
* Fix licensing headersVoR02202016-11-231-4/+4
* Version pragma.chriseth2016-09-011-0/+7
* Require modifiers to contain "_".chriseth2016-08-161-0/+9
* code changes according to Chris's commentsLu Guanqun2016-01-191-3/+6
* check whether break/continue is in the loopLu Guanqun2016-01-151-0/+58