Also fixed Clang-tidy readability-simplify-boolean-expr in tools/libclang/CIndex.cpp.
I checked this patch on my own build on RHEL 6. Regressions were OK.
Please check it in if it's OK, because I don't have SVN write access.
Paths
| Differential D13187
[Clang] Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups. ClosedPublic Authored by Eugene.Zelenko on Sep 25 2015, 6:33 PM.
Details Summary Also fixed Clang-tidy readability-simplify-boolean-expr in tools/libclang/CIndex.cpp. I checked this patch on my own build on RHEL 6. Regressions were OK. Please check it in if it's OK, because I don't have SVN write access.
Diff Detail Event TimelineEugene.Zelenko retitled this revision from to [Clang] Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups.. Eugene.Zelenko updated this object. This revision is now accepted and ready to land.Sep 29 2015, 1:57 PM Closed by commit rL248828: Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files… (authored by hans). · Explain WhySep 29 2015, 1:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 35789 include/clang/AST/Expr.h
include/clang/AST/OpenMPClause.h
include/clang/Analysis/CFG.h
include/clang/Basic/Attr.td
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CodeGenModule.h
lib/CodeGen/TargetInfo.h
lib/Sema/TreeTransform.h
tools/libclang/CIndex.cpp
utils/TableGen/ClangAttrEmitter.cpp
utils/TableGen/ClangCommentCommandInfoEmitter.cpp
|