Renames helper functions to start with lowercase.
HaveEqivalent... -> hasEquivalent....
Adds heuristic and option description to documentation.
Adds note about breaking from loop to documentation.
Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Apr 23 2017
Apr 23 2017
staronj added inline comments to D32222: [clang-tidy] Add misc-for-loop-iterator-invalidation check..
Apr 23 2017, 2:52 AM · Restricted Project
Apr 23 2017, 2:52 AM · Restricted Project
Because of https://reviews.llvm.org/D21619 the check is no longer required.
Apr 19 2017
Apr 19 2017
Apr 19 2017, 6:25 AM · Restricted Project
Feb 17 2017
Feb 17 2017
staronj updated the summary of D30039: [CodeGenDAGPatterns] Replaces some implicit map inserts with count..
staronj updated the summary of D30040: [RewriteStatepointsForGC] Removes some unnecessary calls for operator[]..
Feb 16 2017
Feb 16 2017
staronj retitled D30039: [CodeGenDAGPatterns] Replaces some implicit map inserts with count. from [LLVM] Replaces some implicit map inserts with count. to [CodeGenDAGPatterns] Replaces some implicit map inserts with count..
Dec 16 2016
Dec 16 2016
Dec 13 2016
Dec 13 2016
staronj added inline comments to D27700: [clang-tidy] refactor ExprSequence out of misc-use-after-move check.
staronj retitled D27652: Using auto for calls to cast-like functions to cover LLVM style guide. from Changes in LLVM after running llvm-use-auto-in-calls check. to Using auto for calls to cast-like functions to cover LLVM style guide..
Dec 11 2016
Dec 11 2016
staronj retitled D27652: Using auto for calls to cast-like functions to cover LLVM style guide. from to Changes in LLVM after running llvm-use-auto-in-calls check..
Jun 21 2016
Jun 21 2016
- Name changed to return-value-copy.
- Changed warning message.
- Fixed check description.
Jun 14 2016
Jun 14 2016
staronj added reviewers for D21303: [clang-tidy] Adds performance-returning-type check.: krystyna, mnbvmar.
Jun 13 2016
Jun 13 2016
staronj retitled D21303: [clang-tidy] Adds performance-returning-type check. from to [clang-tidy] Adds performance-returning-type check..
staronj retitled D21302: Changes after running performance-returning-type check on LLVM codebase. from to Changes after running performance-returning-type check on LLVM codebase..
May 11 2016
May 11 2016
[clang-tidy] Adds modernize-use-bool-literals check.
May 6 2016
May 6 2016
Apr 19 2016
Apr 19 2016
Apr 16 2016
Apr 16 2016
Check now finds implicit and explicit conversions from integer literal to bool.
Apr 9 2016
Apr 9 2016
Apr 6 2016
Apr 6 2016
- Adds newline at the end of modernize-use-bool-literals.rst file.
- Change names in check test for better readability.
- Adds some new test cases.
Apr 5 2016
Apr 5 2016
- Name changed from misc-use-bool-literals to modernize-use-bool-literals.
- Code clang-formatted.
- Check ran on LLVM code.
Apr 3 2016
Apr 3 2016
staronj added reviewers for D18745: [clang-tidy] Adds modernize-use-bool-literals check.: alexfh, Prazek.
Adds note in docs/Releasenotes.rst.
staronj retitled D18745: [clang-tidy] Adds modernize-use-bool-literals check. from to [clang-tidy] Adds misc-use-bool-literals check..