User Details
- User Since
- Jun 7 2022, 3:20 AM (69 w, 1 d)
Sep 21 2022
Sep 20 2022
Sep 19 2022
Sep 16 2022
Update UncheckedOptionalAccessCheck.cpp.
Remove deprecated runDataflowAnalysis.
Sep 15 2022
Address comment.
Address comment.
Address comment.
Address comment.
Sep 14 2022
Sep 9 2022
Sep 1 2022
Update build target dependency.
Update build target.
Aug 31 2022
Use u suffix to declare constants as unsigned in CFGMatchSwitchTest.cpp.
Update according to change in preceding patches to replace use of designated initialisers when constructing AnalysisInputs.
Propagate change from parent patch.
Update according to change in parent patch to replace designated initialisers when constructing AnalysisInputs.
This is a re-update of a previous update which uploaded the wrong diff.
Remove use of designated initializers which are only allowed on C++20. Instead, introduce a constructor that sets required fields, and withFieldName methods that sets optional fields when constructing an AnalysisInputs struct.
Remove use of designated initializers which are only allowed on C++20. Instead, introduce a constructor that sets required fields, and withFieldName methods that sets optional fields when constructing an AnalysisInputs struct.
Minor fixes:
- Update sfinea to check on ostream& and use decltype to get type of the input to be streamed
- Fix build target dependency
Aug 30 2022
Address comment.
Rename build target.
Replace use of virtual functions with sfinea and CRTP to call transfer functions defined by the user.
Aug 29 2022
Address comment.
Address comments.
Address comments.
Address comments.
Address comment.
Address comments.
Propagate change from parent patch.