aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/SyntaxChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce ExperimentalFeatures headerAlex Beregszaszi2017-08-101-6/+4
* Reject wildcard and multiple experimental pragmasAlex Beregszaszi2017-08-101-13/+16
* Reject unsupported experimental feature namesAlex Beregszaszi2017-08-101-0/+5
* Warn if using experimental pragmaAlex Beregszaszi2017-08-101-0/+5
* Support experimental feature pragmaAlex Beregszaszi2017-08-101-4/+28
* Deprecate throw.chriseth2017-07-061-0/+10
* Warn deprecated usage of parameter names in function typesFederico Bond2017-06-271-0/+12
* Refactor error reportingRhett Aultman2017-05-301-32/+9
* Style and stricter tests.chriseth2017-05-021-3/+1
* Deprecate use of unary '+'Rhett Aultman2017-04-291-0/+19
* Refactor NameAndTypeResolver and SyntaxChecker to allow other entry points.chriseth2017-02-141-2/+2
* Fix licensing headersVoR02202016-11-231-4/+4
* Suggest correct version for pragma and complain about pre-release version.chriseth2016-10-251-4/+13
* Fix pragma keyword checkYoichi Hirai2016-10-111-1/+1
* Use version string (including prerelease) for pragma matching.chriseth2016-09-011-2/+3
* Version pragma.chriseth2016-09-011-3/+50
* Require modifiers to contain "_".chriseth2016-08-161-1/+20
* add another test case for continue not in loopLu Guanqun2016-01-191-4/+4
* code changes according to Chris's commentsLu Guanqun2016-01-191-16/+9
* check whether break/continue is in the loopLu Guanqun2016-01-151-0/+87