Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
clang-tidy/modernize/
-
modernize/
-
UseEmplaceCheck.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D32923
[clang-tidy] Use cxxStdInitializerListExpr in modernize-use-emplace
Closed
Public
Authored by
kuhar
on May 5 2017, 2:52 PM.
Download Raw Diff
Details
Reviewers
aaron.ballman
alexfh
Prazek
Commits
rG64293fca3946: [clang-tidy] Use cxxStdInitializerListExpr in modernize-use-emplace
rCTE302317: [clang-tidy] Use cxxStdInitializerListExpr in modernize-use-emplace
rL302317: [clang-tidy] Use cxxStdInitializerListExpr in modernize-use-emplace
Summary
Use the cxxStdInitializerListExp matcher from ASTMatchers.h instead of a local one.
Diff Detail
Repository
rL LLVM
Event Timeline
kuhar
created this revision.
May 5 2017, 2:52 PM
Herald
added a subscriber:
xazax.hun
.
·
View Herald Transcript
May 5 2017, 2:52 PM
aaron.ballman
accepted this revision.
May 5 2017, 3:48 PM
Comment Actions
LGTM!
This revision is now accepted and ready to land.
May 5 2017, 3:48 PM
Closed by commit
rL302317: [clang-tidy] Use cxxStdInitializerListExpr in modernize-use-emplace
(authored by
kuhar
).
·
Explain Why
May 5 2017, 4:13 PM
This revision was automatically updated to reflect the committed changes.