Commit Graph

12 Commits

Author SHA1 Message Date
Oliver Stöneberg a22c181553
fixed "Redundant elaborated type specifier" Rider warnings () 2023-10-08 09:10:17 +02:00
chrchr-github aa281501c9
Fix FN unreadVariable (regression) () 2023-09-11 11:36:03 +02:00
chrchr-github d6d3c7b3fc
Fix , FP unreadVariable () 2023-07-07 20:18:15 +02:00
chrchr-github bb962e2bc3
Enable and mitigate readability-else-after-return () 2023-06-20 18:43:21 +02:00
chrchr-github 94b6c87049
Fix FP unreadVariable with brace-init () 2023-05-23 20:21:02 +02:00
Oliver Stöneberg 5be8eee943
iwyu.yml: use a distro which has the latest `include-what-you-use` / enabled Qt mappings / cleaned up includes () 2023-04-08 16:08:47 +02:00
Oliver Stöneberg bd1ae69b00
cleaned up includes based on `include-what-you-use` () 2023-03-02 21:50:14 +01:00
chrchr-github 4f8329b2df
Fix FP unreadVariable with std::span () 2023-02-14 06:11:24 +01:00
Oliver Stöneberg 8ef14dad98
fixed and enabled `performance-faster-string-find` clang-tidy warning () 2023-02-08 21:01:51 +01:00
Daniel Marjamäki 464fbe8d53 Update copyright year 2023-01-28 10:16:34 +01:00
Oliver Stöneberg bea6aec2b2
extracted `ValueFlow::Value` to `vfvalue.{cpp|h}` () 2023-01-26 22:23:22 +01:00
Oliver Stöneberg 29e0133cb5
extracted `FwdAnalysis` from `astutils.{cpp|h}` ()
* added missing filtering offiles in Visual Studio project

* extracted `FwdAnalysis` from `astutils.{cpp|h}`
2022-12-13 22:29:23 +01:00