..
ConstantEvaluator.cpp
Move functions into anonymous namespace.
2020-12-14 14:18:03 +01:00
ConstantEvaluator.h
Reimplement constant evaluator.
2020-12-04 15:14:25 +01:00
ContractLevelChecker.cpp
Converted hash collision error into a fatal type error.
2021-02-23 17:09:40 +01:00
ContractLevelChecker.h
Contract level checker: Disallow free function redefinition and alias
2020-09-25 17:09:58 +02:00
ControlFlowAnalyzer.cpp
Fix missing error when accessing unintialized variables.
2021-01-25 14:44:15 +01:00
ControlFlowAnalyzer.h
Print warning for unnamed return parameters and no return statement
2020-10-13 13:11:29 +02:00
ControlFlowBuilder.cpp
Merge remote-tracking branch 'origin/develop' into breaking
2020-12-02 12:28:02 +01:00
ControlFlowBuilder.h
Add SPDX license identifier if not present already in source file
2020-07-17 20:24:12 +05:30
ControlFlowGraph.cpp
Add SPDX license identifier if not present already in source file
2020-07-17 20:24:12 +05:30
ControlFlowGraph.h
Enable the -Wconversion warning
2020-12-08 16:45:24 +00:00
DeclarationContainer.cpp
If a declaration shadows several others, group them together
2020-10-08 21:01:25 +02:00
DeclarationContainer.h
If a declaration shadows several others, group them together
2020-10-08 21:01:25 +02:00
DeclarationTypeChecker.cpp
Fix ICE caused by const structs with mappings
2021-01-12 18:39:54 +01:00
DeclarationTypeChecker.h
Return a type error when an enum has more than 256 members
2020-11-16 18:58:19 +01:00
DocStringAnalyser.cpp
Fix segfault for empty @return tags in modifiers
2020-12-10 11:54:40 +01:00
DocStringAnalyser.h
NatSpec: Implement `@inheritdoc
`
2020-07-20 18:32:18 +02:00
DocStringTagParser.cpp
Fix segfault for empty @return tags in modifiers
2020-12-10 11:54:40 +01:00
DocStringTagParser.h
NatSpec: Implement `@inheritdoc
`
2020-07-20 18:32:18 +02:00
FunctionCallGraph.cpp
Fix 'switch' style in FunctionCallGraph
2021-02-23 14:02:35 +01:00
FunctionCallGraph.h
Remove contract reference from the call graph
2021-02-23 14:01:20 +01:00
GlobalContext.cpp
Merge remote-tracking branch 'origin/develop' into breaking
2020-12-14 11:33:40 +01:00
GlobalContext.h
Free functions.
2020-08-18 11:46:59 +02:00
ImmutableValidator.cpp
Allow path syntax for super constructor calls
2020-10-13 14:32:11 +02:00
ImmutableValidator.h
Allow path syntax for super constructor calls
2020-10-13 14:32:11 +02:00
NameAndTypeResolver.cpp
Only warn about variables being shadowed in inline assembly.
2021-02-19 14:29:22 +01:00
NameAndTypeResolver.h
Only warn about variables being shadowed in inline assembly.
2021-02-19 14:29:22 +01:00
OverrideChecker.cpp
Merge remote-tracking branch 'origin/develop' into breaking
2020-11-24 16:22:03 +01:00
OverrideChecker.h
Add SPDX license identifier if not present already in source file
2020-07-17 20:24:12 +05:30
PostTypeChecker.cpp
OverrideSpecifier: Check for null before dereferencing
2021-02-04 13:17:28 +01:00
PostTypeChecker.h
Constants at file-level.
2020-10-08 18:56:17 +02:00
ReferencesResolver.cpp
Only warn about variables being shadowed in inline assembly.
2021-02-19 14:29:22 +01:00
ReferencesResolver.h
Allow path syntax for super constructor calls
2020-10-13 14:32:11 +02:00
Scoper.cpp
Assign scopes as a separate step.
2020-09-02 20:45:33 +02:00
Scoper.h
Assign scopes as a separate step.
2020-09-02 20:45:33 +02:00
StaticAnalyzer.cpp
Disallowing usage of msg.data in receive() function.
2020-12-08 11:49:20 +01:00
StaticAnalyzer.h
Add SPDX license identifier if not present already in source file
2020-07-17 20:24:12 +05:30
SyntaxChecker.cpp
Report meaningful error if parsing a version pragma failed
2020-12-18 11:50:37 +00:00
SyntaxChecker.h
Merge remote-tracking branch 'origin/develop' into breaking
2020-11-03 14:05:14 +01:00
TypeChecker.cpp
Remove unreachable warning for shift/exp operator
2021-02-16 13:17:58 +00:00
TypeChecker.h
Merge remote-tracking branch 'origin/develop' into breaking
2020-11-03 14:05:14 +01:00
ViewPureChecker.cpp
Introduce address(...).code
2020-12-11 03:00:30 +00:00
ViewPureChecker.h
Use opportunistic visiting order for modifiers.
2020-08-18 11:46:59 +02:00