This is an archive of the discontinued LLVM Phabricator instance.

[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings
AbandonedPublic

Authored by Eugene.Zelenko on Jun 27 2016, 7:05 PM.

Details

Summary

I checked this patch on my own build on RHEL 6. Regressions were OK.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings.
Eugene.Zelenko updated this object.
Eugene.Zelenko added reviewers: hans, aaron.ballman.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko added a subscriber: llvm-commits.
hans added inline comments.Jun 28 2016, 8:43 AM
include/llvm/ADT/ArrayRef.h
40

Do we generally use this syntax in LLVM? I thought we used typedef for this all over the place.

Eugene.Zelenko abandoned this revision.Jul 11 2016, 1:47 PM