mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 21:45:46 -04:00

Previously plist-html output produced multi-file HTML reports but only single-file Plist reports. Change plist-html output to produce multi-file Plist reports as well. Differential Revision: https://reviews.llvm.org/D46902 llvm-svn: 332417
4 lines
115 B
C
4 lines
115 B
C
void foo(int *ptr) {
|
|
*ptr = 1; // expected-warning{{Dereference of null pointer (loaded from variable 'ptr')}}
|
|
}
|