solidity/libsolidity
chriseth c0d9b492a2 This fixes several bugs with regards to line breaks and comments:
- any unicode line break (line feed, vertical tab, form feed, carriage
   return, NEL, LS and PS) is considered to terminate a single-line
   comment. The line break itself is considered to be the next token
   after the comment, leading to a parser error if it is not an
   ascii character (i.e. for NEL, LS and PS).
 - unterminated multiline comments are considered illegal tokens
 - '/** /' is considered an unterminated multiline comment
   (previously, whitespace was allowed before the last '/'
2018-09-10 12:28:34 +02:00
..
analysis Disallow structs in events without ABIEncoderV2 2018-09-06 17:11:53 +02:00
ast Warn/enforce single bytes argument for certain builtins (hashing functions). 2018-05-16 09:48:03 +02:00
codegen Fix revert with reason coming from a string variable 2018-05-09 17:53:17 +02:00
formal [SMTChecker] Declaring all state vars before any function is visited 2018-05-15 14:28:08 +02:00
inlineasm Assert that mandatory fields in the AST are present in AsmAnalysis 2018-05-10 10:48:48 +02:00
interface Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00
parsing This fixes several bugs with regards to line breaks and comments: 2018-09-10 12:28:34 +02:00
CMakeLists.txt Fix link error when using boost shared library 2018-05-11 11:20:19 +08:00