mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 16:26:06 +00:00

This change adds support for cross-file diagnostic paths in html output. If the diagnostic path is not cross-file, there is no change in the output. Patch by Vlad Tsyrklevich! Differential Revision: https://reviews.llvm.org/D30406 llvm-svn: 309968
4 lines
34 B
C
4 lines
34 B
C
void f1(int *ptr) {
|
|
*ptr = 0;
|
|
}
|