[PATCH] D14311: [Clang] Fix some Clang-tidy modernize warnings, other minor fixes
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 3 16:55:07 PST 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.
Herald added subscribers: dschuff, jfb.
Fixed warnings are: modernize-use-override, modernize-use-nullptr and modernize-redundant-void-arg.
I checked this patch on my own build on RHEL 6. Regressions were OK.
Repository:
rL LLVM
http://reviews.llvm.org/D14311
Files:
lib/AST/ASTContext.cpp
lib/Driver/Tools.cpp
lib/Driver/Tools.h
lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
lib/StaticAnalyzer/Core/LoopWidening.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14311.39134.patch
Type: text/x-patch
Size: 11342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151104/a151c83c/attachment.bin>
More information about the cfe-commits
mailing list