Changes in LLVM code to satisfy Use auto Type Deduction to Make Code More Readable rule in LLVM coding standards.
modernize-use-auto is clang-tidy check.
Paths
| Differential D27767
NFC Changes from modernize-use-auto AbandonedPublic Authored by Prazek on Dec 14 2016, 10:55 AM.
Details
Summary Changes in LLVM code to satisfy Use auto Type Deduction to Make Code More Readable rule in LLVM coding standards. modernize-use-auto is clang-tidy check.
Diff Detail Event TimelinePrazek updated this object. Herald added subscribers: nemanjai, dschuff, sanjoy, klimek. · View Herald TranscriptDec 14 2016, 10:55 AM malcolm.parsons added inline comments.
Large DiffThis large diff affects 445 files. Files without inline comments have been collapsed. Expand All Files
Revision Contents
Diff 81420 lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
|
The check missed this one.