[PATCH] D13187: [Clang] Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups.
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 25 18:34:01 PDT 2015
Eugene.Zelenko created this revision.
Eugene.Zelenko added a reviewer: hans.
Eugene.Zelenko added a subscriber: cfe-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.
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.
Repository:
rL LLVM
http://reviews.llvm.org/D13187
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13187.35789.patch
Type: text/x-patch
Size: 11673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150926/d2414f9b/attachment-0001.bin>
More information about the cfe-commits
mailing list