solidity/libsolidity
hrkrshnn 1a6f0fe52f Disallow declarations to have names "this", "super" and "_".
There will be a declaration error 3726 if these names are used in the contract. Note that there is
an existing warning about shadowing a built-in for "this" and "super".
2020-11-25 11:14:13 +01:00
..
analysis Disallow declarations to have names "this", "super" and "_". 2020-11-25 11:14:13 +01:00
ast Merge remote-tracking branch 'origin/develop' into breaking 2020-11-23 19:28:08 +01:00
codegen Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
formal Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
interface Replace links to readthedocs.io with ones using the new domain 2020-11-18 15:20:34 +01:00
parsing Return a type error when an enum has more than 256 members 2020-11-16 18:58:19 +01:00
CMakeLists.txt Move AsmJsonImporter from libsolidity to libyul 2020-10-29 14:06:34 +00:00