[PATCH] D28095: [ELF] - Use information available from DW_AT_comp_dir attribute when doing error reporting.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 04:06:36 PST 2017


>That is quite verbose. Clang itself doesn't print the full directory:
>
>$ clang -c t/t.c
>t/t.c:1:1: error: unknown type name 'ouoe'
>
>
>Cheers,
>Rafael

Yes, I know it does not. Though supposed its slightly better to have for diagnostics.
We can allow this output if Config->Verbose is set, or do you think we should just abandon this review ?

George.


More information about the llvm-commits mailing list