Aaron Ballman
1ea584377e
A significant number of our tests in C accidentally use functions
...
without prototypes. This patch converts the function signatures to have
a prototype for the situations where the test is not specific to K&R C
declarations. e.g.,
void func();
becomes
void func(void);
This is the ninth batch of tests being updated (there are a
significant number of other tests left to be updated).
2022-02-13 08:03:40 -05:00
George Karpenkov
8a88c83593
Revert "Revert "Revert "Revert "[analyzer] Add coverage information to plist output, update tests""""
...
This reverts commit 2f5d71d9fa135be86bb299e7d773036e50bf1df6.
Hopefully fixing tests on Windows.
llvm-svn: 341719
2018-09-07 21:58:24 +00:00
Simon Pilgrim
b746df0b0a
Revert "Revert "Revert "[analyzer] Add coverage information to plist output, update tests"""
...
Reverts analyzer tests from rL341627 again as they still broke windows buildbots
llvm-svn: 341648
2018-09-07 10:27:16 +00:00
George Karpenkov
d7acacab94
Revert "Revert "[analyzer] Add coverage information to plist output, update tests""
...
This reverts commit a39bcab414dd7ace7e490363ecdf01ecce7743fc.
Reverting the revert, fixing tests.
llvm-svn: 341627
2018-09-07 02:02:35 +00:00
George Karpenkov
4762fb5d11
Revert "[analyzer] Add coverage information to plist output, update tests"
...
This reverts commit 03d183b6b94eda27ce66a4f9b87a00b0a148cf9e.
Temporary revert until the tests are fixed.
llvm-svn: 341626
2018-09-07 01:39:23 +00:00
George Karpenkov
bb313b797d
[analyzer] Add coverage information to plist output, update tests
...
Split tests which were still using FileCheck to compare plists.
Differential Revision: https://reviews.llvm.org/D51515
llvm-svn: 341621
2018-09-07 00:44:17 +00:00
George Karpenkov
5a755b333d
[analyzer] Serialize statistics to plist when serialize-stats=true is set
...
Differential Revision: https://reviews.llvm.org/D43131
llvm-svn: 324793
2018-02-10 01:49:20 +00:00