]> granicus.if.org Git - clang/commit
[DebugInfo] Don't emit checksums when compiling a preprocessed CPP
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Tue, 21 May 2019 19:40:28 +0000 (19:40 +0000)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Tue, 21 May 2019 19:40:28 +0000 (19:40 +0000)
commitd4dc1a1166ffacf59762ba7fd00a08d41b1d11f5
tree2af4784bbc999c40e0ed5db1436523a16c0a24b8
parent361087be665198fc831e86ddcb13c4e22d115420
[DebugInfo] Don't emit checksums when compiling a preprocessed CPP

Fixes PR41215

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361296 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/SourceLocation.h
lib/Basic/SourceManager.cpp
lib/CodeGen/CGDebugInfo.cpp
test/CodeGen/Inputs/debug-info-file-checksum-line.cpp [new file with mode: 0644]
test/CodeGen/Inputs/debug-info-file-checksum-pre.cpp [new file with mode: 0644]
test/CodeGen/debug-info-file-checksum.c