aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/SyntaxChecker.h
Commit message (Expand)AuthorAgeFilesLines
* Suggests external for fallback and interface functions.chriseth2018-07-181-0/+2
* Generates a syntax error when declaring a variable declaration's LHS has no n...Christian Parpart2018-07-121-0/+2
* semantics: Suggest auto-deduced type when user declares variable with `var` k...Christian Parpart2018-07-111-2/+0
* Disallow empty structsAlex Beregszaszi2018-03-271-0/+2
* Deprecate the var keyword (and mark it an error as experimental 0.5.0 feature)Jimmy Vogel2018-02-131-0/+2
* Update outdated commentsKwang Yul Seo2017-11-151-1/+1
* Warn if no visibility is specified on contract functions.Alex Beregszaszi2017-09-141-0/+1
* 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