Use the cxxStdInitializerListExp matcher from ASTMatchers.h instead of a local one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D32923
[clang-tidy] Use cxxStdInitializerListExpr in modernize-use-emplace ClosedPublic Authored by kuhar on May 5 2017, 2:52 PM.
Details Summary Use the cxxStdInitializerListExp matcher from ASTMatchers.h instead of a local one.
Diff Detail
Event TimelineThis 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 WhyMay 5 2017, 4:13 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 98034 clang-tools-extra/trunk/clang-tidy/modernize/UseEmplaceCheck.cpp
|