[clang-tools-extra] c8a3572 - [clangd] Make dexp command line options sticky

2022-03-08 Thread Yevgeny Rouban via cfe-commits
Author: Yevgeny Rouban Date: 2022-03-09T13:00:25+07:00 New Revision: c8a35727fe7cdb06bf2a081356c36a5159598e9f URL: https://github.com/llvm/llvm-project/commit/c8a35727fe7cdb06bf2a081356c36a5159598e9f DIFF: https://github.com/llvm/llvm-project/commit/c8a35727fe7cdb06bf2a081356c36a5159598e9f.diff

[clang-tools-extra] 81f8df0 - [clangd] Make dexp command line options sticky

2022-03-08 Thread Yevgeny Rouban via cfe-commits
Author: Yevgeny Rouban Date: 2022-03-09T12:59:49+07:00 New Revision: 81f8df0c83c6a4476f5bffa6947c0e78a94138a7 URL: https://github.com/llvm/llvm-project/commit/81f8df0c83c6a4476f5bffa6947c0e78a94138a7 DIFF: https://github.com/llvm/llvm-project/commit/81f8df0c83c6a4476f5bffa6947c0e78a94138a7.diff

[clang] 39e3e3a - [NewPM] Redesign of PreserveCFG Checker

2021-04-05 Thread Yevgeny Rouban via cfe-commits
Author: Yevgeny Rouban Date: 2021-04-06T12:35:49+07:00 New Revision: 39e3e3aa51d628722637c1bfa507f9ec2c532120 URL: https://github.com/llvm/llvm-project/commit/39e3e3aa51d628722637c1bfa507f9ec2c532120 DIFF: https://github.com/llvm/llvm-project/commit/39e3e3aa51d628722637c1bfa507f9ec2c532120.diff

r352849 - Provide reason messages for unviable inlining

2019-02-01 Thread Yevgeny Rouban via cfe-commits
Author: yrouban Date: Fri Feb 1 02:44:43 2019 New Revision: 352849 URL: http://llvm.org/viewvc/llvm-project?rev=352849&view=rev Log: Provide reason messages for unviable inlining InlineCost's isInlineViable() is changed to return InlineResult instead of bool. This provides messages for failure r