[all-commits] [llvm/llvm-project] 529805: [clang-format] refactor the use of the SMDiagnosti...
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Wed Nov 13 12:56:18 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 52980576ee4a5683aa9a428b76335ed617f142ab
https://github.com/llvm/llvm-project/commit/52980576ee4a5683aa9a428b76335ed617f142ab
Author: mydeveloperday <mydeveloperday at gmail.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
M clang/tools/clang-format/ClangFormat.cpp
Log Message:
-----------
[clang-format] refactor the use of the SMDiagnostics in replacement warnings
Summary:
Review comments in {D69854} recommended a simpler approach of creating the SMDiagnostics to remove much of the complexity. (thanks @thakis)
@vlad.tsyrklevich I've rebuilt on both Windows and Linux (running Linux with Address and Undefined sanitizers) over the clang code base
Reviewers: thakis, klimek, mitchell-stellar, vlad.tsyrklevich
Reviewed By: thakis
Subscribers: cfe-commits, thakis, vlad.tsyrklevich
Tags: #clang-format, #clang
Differential Revision: https://reviews.llvm.org/D69921
More information about the All-commits
mailing list