Page MenuHomePhabricator

Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline

Feed Advanced Search

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
staronj updated the diff for D32222: [clang-tidy] Add misc-for-loop-iterator-invalidation check..

Renames helper functions to start with lowercase.
HaveEqivalent... -> hasEquivalent....
Adds heuristic and option description to documentation.
Adds note about breaking from loop to documentation.

Apr 23 2017, 2:52 AM · Restricted Project
staronj abandoned D30039: [CodeGenDAGPatterns] Replaces some implicit map inserts with count..
Apr 23 2017, 2:05 AM
staronj abandoned D21302: Changes after running performance-returning-type check on LLVM codebase..
Apr 23 2017, 2:04 AM
staronj abandoned D21303: [clang-tidy] Adds performance-returning-type check..

Because of https://reviews.llvm.org/D21619 the check is no longer required.

Apr 23 2017, 2:03 AM

Apr 19 2017

staronj created D32222: [clang-tidy] Add misc-for-loop-iterator-invalidation check..
Apr 19 2017, 6:25 AM · Restricted Project

Feb 17 2017

staronj updated the summary of D30039: [CodeGenDAGPatterns] Replaces some implicit map inserts with count..
Feb 17 2017, 6:41 AM
staronj updated the summary of D30040: [RewriteStatepointsForGC] Removes some unnecessary calls for operator[]..
Feb 17 2017, 4:15 AM

Feb 16 2017

staronj created D30040: [RewriteStatepointsForGC] Removes some unnecessary calls for operator[]..
Feb 16 2017, 5:09 AM
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..
Feb 16 2017, 5:01 AM
staronj created D30039: [CodeGenDAGPatterns] Replaces some implicit map inserts with count..
Feb 16 2017, 4:58 AM

Dec 16 2016

staronj added inline comments to D27806: [clang-tidy] Add obvious-invalid-range.
Dec 16 2016, 3:21 AM

Dec 13 2016

staronj added inline comments to D27700: [clang-tidy] refactor ExprSequence out of misc-use-after-move check.
Dec 13 2016, 7:34 AM
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 13 2016, 6:43 AM

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..
Dec 11 2016, 1:38 PM

Jun 21 2016

staronj added inline comments to D21303: [clang-tidy] Adds performance-returning-type check..
Jun 21 2016, 10:29 AM
staronj updated the diff for D21303: [clang-tidy] Adds performance-returning-type check..
  1. Name changed to return-value-copy.
  2. Changed warning message.
  3. Fixed check description.
Jun 21 2016, 10:28 AM

Jun 14 2016

staronj added reviewers for D21303: [clang-tidy] Adds performance-returning-type check.: krystyna, mnbvmar.
Jun 14 2016, 1:22 AM

Jun 13 2016

staronj retitled D21303: [clang-tidy] Adds performance-returning-type check. from to [clang-tidy] Adds performance-returning-type check..
Jun 13 2016, 12:46 PM
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..
Jun 13 2016, 12:26 PM

May 11 2016

staronj committed rL269171: [clang-tidy] Adds modernize-use-bool-literals check..
[clang-tidy] Adds modernize-use-bool-literals check.
May 11 2016, 4:39 AM

May 6 2016

staronj added inline comments to D18745: [clang-tidy] Adds modernize-use-bool-literals check..
May 6 2016, 4:07 AM
staronj updated the diff for D18745: [clang-tidy] Adds modernize-use-bool-literals check..
May 6 2016, 4:06 AM

Apr 19 2016

staronj added a comment to D18745: [clang-tidy] Adds modernize-use-bool-literals check..
Apr 19 2016, 2:41 AM

Apr 16 2016

staronj updated the diff for D18745: [clang-tidy] Adds modernize-use-bool-literals check..

Check now finds implicit and explicit conversions from integer literal to bool.

Apr 16 2016, 4:03 AM

Apr 9 2016

staronj added inline comments to D18919: [Clang-tidy] Add check "modernize use using" .
Apr 9 2016, 7:06 AM

Apr 6 2016

staronj updated the diff for D18745: [clang-tidy] Adds modernize-use-bool-literals check..
  1. Adds newline at the end of modernize-use-bool-literals.rst file.
  2. Change names in check test for better readability.
  3. Adds some new test cases.
Apr 6 2016, 1:11 PM

Apr 5 2016

staronj updated the diff for D18745: [clang-tidy] Adds modernize-use-bool-literals check..
  1. Name changed from misc-use-bool-literals to modernize-use-bool-literals.
  2. Code clang-formatted.
  3. Check ran on LLVM code.
Apr 5 2016, 3:34 PM

Apr 3 2016

staronj updated subscribers of D18745: [clang-tidy] Adds modernize-use-bool-literals check..
Apr 3 2016, 12:56 PM
staronj added reviewers for D18745: [clang-tidy] Adds modernize-use-bool-literals check.: alexfh, Prazek.
Apr 3 2016, 10:50 AM
staronj updated the diff for D18745: [clang-tidy] Adds modernize-use-bool-literals check..

Adds note in docs/Releasenotes.rst.

Apr 3 2016, 10:01 AM
staronj retitled D18745: [clang-tidy] Adds modernize-use-bool-literals check. from to [clang-tidy] Adds misc-use-bool-literals check..
Apr 3 2016, 9:26 AM