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 36034 cfe/trunk/include/clang/AST/Expr.h
cfe/trunk/include/clang/AST/OpenMPClause.h
cfe/trunk/include/clang/Analysis/CFG.h
cfe/trunk/include/clang/Basic/Attr.td
cfe/trunk/lib/CodeGen/CGDebugInfo.h
cfe/trunk/lib/CodeGen/CodeGenModule.h
cfe/trunk/lib/CodeGen/TargetInfo.h
cfe/trunk/lib/Sema/TreeTransform.h
cfe/trunk/tools/libclang/CIndex.cpp
cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp
cfe/trunk/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
|