r333413 - Fix emission of phony dependency targets when adding extra deps

2018-05-29 Thread David Stenberg via cfe-commits
Author: dstenb Date: Tue May 29 06:07:58 2018 New Revision: 333413 URL: http://llvm.org/viewvc/llvm-project?rev=333413&view=rev Log: Fix emission of phony dependency targets when adding extra deps Summary: This commit fixes a bug where passing extra dependency entries (using -fdepfile-entry) woul

r333637 - [Driver] Clean up tmp files when deleting Compilation objects

2018-05-31 Thread David Stenberg via cfe-commits
Author: dstenb Date: Thu May 31 02:05:22 2018 New Revision: 333637 URL: http://llvm.org/viewvc/llvm-project?rev=333637&view=rev Log: [Driver] Clean up tmp files when deleting Compilation objects Summary: In rL327851 the createUniqueFile() and createTemporaryFile() variants that do not return the

[clang-tools-extra] r333637 - [Driver] Clean up tmp files when deleting Compilation objects

2018-05-31 Thread David Stenberg via cfe-commits
Author: dstenb Date: Thu May 31 02:05:22 2018 New Revision: 333637 URL: http://llvm.org/viewvc/llvm-project?rev=333637&view=rev Log: [Driver] Clean up tmp files when deleting Compilation objects Summary: In rL327851 the createUniqueFile() and createTemporaryFile() variants that do not return the

r355592 - [analyzer] Handle comparison between non-default AS symbol and constant

2019-03-07 Thread David Stenberg via cfe-commits
Author: dstenb Date: Thu Mar 7 05:01:17 2019 New Revision: 355592 URL: http://llvm.org/viewvc/llvm-project?rev=355592&view=rev Log: [analyzer] Handle comparison between non-default AS symbol and constant Summary: When comparing a symbolic region and a constant, the constant would be widened or t

Re: [clang] d9b9621 - Reland D73534: [DebugInfo] Enable the debug entry values feature by default

2020-03-23 Thread David Stenberg via cfe-commits
Hi! On Mon, 2020-03-23 at 08:56 +0100, Djordje wrote: > (+ CCing some debug info folks as well) > > Hi David, > > OK, I agree, my apologize. > > The patch enables the whole feature by default and removes the experimental > option that has been used during the implementation. > We tested the cod