Add support for -fdiagnostics-absolute-paths: printing absolute paths in diagnostics
authorHans Wennborg <hans@hanshq.net>
Fri, 26 Aug 2016 15:45:36 +0000 (15:45 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 26 Aug 2016 15:45:36 +0000 (15:45 +0000)
commitb30f4370a5e5de616aeb6eb6c231d53f3a75b874
tree7b7fe8db91d63649e23b4c11b1923ce08f083b18
parentd262feff809062f9ba67bd65bceda5fd5c0ca442
Add support for -fdiagnostics-absolute-paths: printing absolute paths in diagnostics

Differential Revision: https://reviews.llvm.org/D23816

llvm-svn: 279827
clang/include/clang/Basic/DiagnosticOptions.def
clang/include/clang/Driver/CLCompatOptions.td
clang/include/clang/Driver/Options.td
clang/include/clang/Frontend/TextDiagnostic.h
clang/lib/Driver/Tools.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/Frontend/TextDiagnostic.cpp
clang/test/Driver/cl-options.c
clang/test/Frontend/Inputs/absolute-paths.h [new file with mode: 0644]
clang/test/Frontend/absolute-paths.c [new file with mode: 0644]