User Details
User Details
- User Since
- Aug 23 2012, 12:53 PM (553 w, 2 d)
Jan 15 2019
Jan 15 2019
jdennett added a comment to D56731: Add -Wctad-maybe-unsupported to diagnose CTAD on types with no user defined deduction guides..
Nov 27 2018
Nov 27 2018
Documentation: add \file markup as needed.
Jul 18 2018
Jul 18 2018
Documentation: fix a typo in the AST Matcher Reference docs.
Documentation: fix a typo in the AST Matcher Reference docs.
Apr 30 2018
Apr 30 2018
Add a missing `||` operator in a preprocessor condition.
Add a missing `||` operator in a preprocessor condition.
Feb 2 2018
Feb 2 2018
More documentation cleanup for Decl.h.
More documentation cleanup for Decl.h.
Documentation cleanup, no functional change.
Documentation cleanup, no functional change.
Jan 2 2017
Jan 2 2017
Extend documentation of how to test clang-tidy checks.
jdennett updated the diff for D28189: Extend documentation of how to test clang-tidy checks..
Addressed review comments: double-backtick quoting, underscores for references
to FileCheck, and change "matcher tests" to "clang-tidy tests".
jdennett added a comment to D28189: Extend documentation of how to test clang-tidy checks..
Thanks for the review. I've address your comments, and will check over the (presumed-final) diff before submitting.
Dec 30 2016
Dec 30 2016
jdennett retitled D28189: Extend documentation of how to test clang-tidy checks. from to Extend documentation of how to test clang-tidy checks..
Typo fix in AST matcher documentation: s/aribtrary/arbitrary/
Aug 4 2016
Aug 4 2016
jdennett added a comment to rL277342: Make RecursiveASTVisitor visit lambda capture initialization expressions.
I don't understand the intent of this patch.
Aug 5 2015
Aug 5 2015
Documentation: fix another typo, "arrays types" -> "array types".
jdennett committed rL244104: Documentation: fix a typo, "This flag is determines" -> "This flag determines"..
Documentation: fix a typo, "This flag is determines" -> "This flag determines".
Jul 16 2015
Jul 16 2015
jdennett committed rL242485: Doxygen: Enable autobrief feature, matching llvm config/coding standards..
Doxygen: Enable autobrief feature, matching llvm config/coding standards.
jdennett retitled D11281: Doxygen: Enable autobrief feature, matching llvm config/coding standards. from to Doxygen: Enable autobrief feature, matching llvm config/coding standards..
Documentation cleanup. No functional change intended.
Jul 15 2015
Jul 15 2015
jdennett closed D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on..
Committed as r242317.
jdennett committed rL242317: Allow any comment to be a trailing comment when -fparse-all-comments is on..
Allow any comment to be a trailing comment when -fparse-all-comments is on.
Jul 14 2015
Jul 14 2015
jdennett committed rL242258: Documentation cleanup, mostly fixing summaries. No functional change intended..
Documentation cleanup, mostly fixing summaries. No functional change intended.
Jun 11 2015
Jun 11 2015
That last patch was me losing a fight with arc. The clang-format patch is http://reviews.llvm.org/D10410. This one really is closed.
jdennett updated subscribers of D10410: Improve formatting of lambda functions..
jdennett retitled D10410: Improve formatting of lambda functions. from to Improve formatting of lambda functions..
jdennett updated the diff for D9486: Replace the broken LambdaCapture::isInitCapture API..
Improve formatting of lambda functions.
May 11 2015
May 11 2015
Typo fix: s/initialzier/initializer/ in a doc comment.
May 7 2015
May 7 2015
Replace the broken LambdaCapture::isInitCapture API.
May 5 2015
May 5 2015
jdennett updated the diff for D9486: Replace the broken LambdaCapture::isInitCapture API..
Fixing formatting.
jdennett updated the diff for D9486: Replace the broken LambdaCapture::isInitCapture API..
Coding style fix: change parameter name from capture to Capture.
jdennett updated the diff for D9486: Replace the broken LambdaCapture::isInitCapture API..
Actually add the test.
jdennett updated the diff for D9486: Replace the broken LambdaCapture::isInitCapture API..
Added tests, and fixed the fix.
May 4 2015
May 4 2015
jdennett retitled D9486: Replace the broken LambdaCapture::isInitCapture API. from to Replace the broken LambdaCapture::isInitCapture API..
Apr 6 2015
Apr 6 2015
jdennett committed rL234221: Fix a call to std::unique to actually discard the trailing (junk) elements..
Fix a call to std::unique to actually discard the trailing (junk) elements.
May 27 2014
May 27 2014
jdennett added a reviewer for D3926: Add range accessors for captures of a LambdaExpr.: aaron.ballman.
jdennett retitled D3926: Add range accessors for captures of a LambdaExpr. from to Add range accessors for captures of a LambdaExpr..