[PATCH] D34404: [Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML output
Vladimir Plyashkun via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 5 03:57:53 PDT 2017
vladimir.plyashkun updated this revision to Diff 105240.
vladimir.plyashkun added a comment.
- use `EXPECT_*` instead of `ASSERT_*` where it's possible
- `Diagnostic` constructor now takes `const` references for it's arguments
- removed extra namespace qualifiers
Repository:
rL LLVM
https://reviews.llvm.org/D34404
Files:
include/clang/Tooling/Core/Diagnostic.h
include/clang/Tooling/DiagnosticsYaml.h
lib/Tooling/Core/Diagnostic.cpp
unittests/Tooling/CMakeLists.txt
unittests/Tooling/DiagnosticsYamlTest.cpp
unittests/clang-apply-replacements/ApplyReplacementsTest.cpp
unittests/clang-apply-replacements/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34404.105240.patch
Type: text/x-patch
Size: 12911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170705/4fec2118/attachment-0001.bin>
More information about the cfe-commits
mailing list