aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/TypeChecker.h
Commit message (Expand)AuthorAgeFilesLines
* Code, Changelog, ReleaseChecklist: Fix typos.Cryptomental2018-07-111-1/+1
* Move constructor argument override check to TypeChecker and reuse annotations...Daniel Kirchner2018-04-091-1/+6
* Use EVM version in type checker.chriseth2018-03-021-1/+8
* Warn about using events without emit.chriseth2018-02-221-0/+4
* Introduce emit statement.chriseth2018-02-221-0/+1
* Update outdated commentsKwang Yul Seo2017-11-151-1/+1
* Extract duplicate function or event finding logicFederico Bond2017-09-301-0/+3
* Emit error when declaring event with same name and arguments twiceFederico Bond2017-09-301-0/+1
* Store super function.chriseth2017-09-061-0/+1
* Use a secondary location for function override errorsFederico Bond2017-08-121-0/+1
* Refactor function override check to remove duplicate logicFederico Bond2017-08-121-3/+2
* Improve override changes signature error messageFederico Bond2017-08-121-0/+3
* Warn about copies in storage that might overwrite unexpectedly.chriseth2017-06-261-0/+3
* Refactor error reportingRhett Aultman2017-05-301-11/+3
* Disallow enums in interfacesAlex Beregszaszi2017-03-181-0/+1
* Refactor type system to allow multiple entry points.chriseth2017-02-141-1/+1
* Fix licensing headersVoR02202016-11-231-4/+4
* Check that no internals are used in any external function type.chriseth2016-11-161-0/+1
* Warn about unused return values.chriseth2016-06-261-0/+3
* Code generation (missing external access and source locations).chriseth2016-03-301-0/+1
* [cond-expr] change endVisit() to visit()Lu Guanqun2016-01-231-1/+1
* [cond-expr] add type checkerLu Guanqun2016-01-231-0/+1
* Added the `using x for y` directive.chriseth2015-11-271-0/+1
* Make members context-sensitive.chriseth2015-11-261-0/+2
* Make some functions const.chriseth2015-11-261-2/+2
* Allow "new expressions" also for general type names.chriseth2015-11-261-0/+2
* passed SourceLocations instead of nodes to the error reporting functionLianaHus2015-11-071-2/+2
* File reorganisation.chriseth2015-10-211-0/+122