From 621c3fa22fc5830517ad3174f7ebe2ca67f1f700 Mon Sep 17 00:00:00 2001 From: Rhett Aultman Date: Thu, 11 May 2017 07:57:34 -0700 Subject: Analyze InlineAssembly for variable use The unused variable checker in StaticAnalyzer did not conssider InlineAssembly objects. This commit introduces that missing feature. --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index be5c18c5..9673a057 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### 0.4.12 (unreleased) +Bugfixes: + * Unused variable warnings no longer issued for variables used inside inline assembly + ### 0.4.11 (2017-05-03) Features: -- cgit v1.2.3