Fix some Include What You Use warnings.
I checked this patch on my own build on RHEL 6. Regressions were OK.
Paths
| Differential D20254
[Clang] Fix some Clang-tidy modernize-use-bool-literals warnings; other minor fixes. AbandonedPublic Authored by Eugene.Zelenko on May 13 2016, 1:33 PM.
Details
Summary Fix some Include What You Use warnings. I checked this patch on my own build on RHEL 6. Regressions were OK.
Diff Detail
Event TimelineEugene.Zelenko retitled this revision from to [Clang] Fix some Clang-tidy modernize-use-bool-literals warnings; other minor fixes.. Eugene.Zelenko updated this object. Comment Actions I'd leave out the blank lines between DEF_TRAVERSE_STMTs, but the rest looks good.
Revision Contents
Diff 57237 include/clang/AST/RecursiveASTVisitor.hinclude/clang/Basic/IdentifierTable.h
lib/Basic/FileManager.cpp
|
I'm not sure about the blank lines in these DEF_TRAVERSE_STMTs. I don't really see what the logic is.