Tags: hyker/codechecker
Tags
[gui] Fix number of outstanding reports chart Let's assume that a bug was detected yesterday at 3PM and I want to view this chart today at 1PM. In day resolution we used the current date as a starting point and based on the interval length (e.g.: 7 days) we subtract x days from the current date. For this reason the grap will not show me this bug which was detected yesteday, but it assumes that is was detected today. With this patch we will set the starting date to the end of the current date which will solve this issue.
Merge pull request Ericsson#3494 from dkrupp/remove_virt_destr_checker Removing cppcoreguidelines-virtual-class-destructor from the profiles
Merge pull request Ericsson#3432 from bruntib/add_labels_to_checkers [config] Add some labels to checkers
Merge pull request Ericsson#3339 from csordasmarton/fix_analysis_info… …_storage [server] Fix getting existing analysis info
Merge pull request Ericsson#3025 from gyorb/fix-test-exit fix exit code check in the tests
Merge pull request Ericsson#2936 from gamesh411/fix-list-all-tidy-opts [clang-tidy][doc] Show config for all checks
Merge pull request Ericsson#2830 from csordasmarton/fix_storing_run_c… …ommand [server] Fix storing analyze command
Merge pull request Ericsson#2788 from csordasmarton/fix_analyze_file_… …option2 [analyzer] Fix analyzer --file option
PreviousNext