Feed Advanced Search

Mar 14 2018

gracicot updated subscribers of D11303: Make lambda introduce a context in DU chain.
Mar 14 2018, 6:01 PM
gracicot added a comment to D11303: Make lambda introduce a context in DU chain.

excellent, lgtm. do you have commit rights?

Mar 14 2018, 5:50 PM
gracicot updated the diff for D11303: Make lambda introduce a context in DU chain.

Of course. This is my first unit test, tell me if this one is okay. It passes on my machine. Before my patch, only one context with 6 declaration was created.

Mar 14 2018, 2:54 PM
gracicot updated the summary of D11303: Make lambda introduce a context in DU chain.
Mar 14 2018, 12:37 AM
gracicot added a reviewer for D11303: Make lambda introduce a context in DU chain: KDevelop.
Mar 14 2018, 12:37 AM
gracicot requested review of D11303: Make lambda introduce a context in DU chain.
Mar 14 2018, 12:35 AM

Oct 9 2017

gracicot added a comment to D8215: Added support for STRINGS property in CMake cache editor.

Can you push that for me? I don't have the rights for pusing. My email is gufideg at gmail.com. Thanks.

Oct 9 2017, 6:26 PM
gracicot updated the diff for D8215: Added support for STRINGS property in CMake cache editor.
  • Remove code duplication in cmakecachemodel.cpp
Oct 9 2017, 3:42 PM
gracicot added a comment to D8215: Added support for STRINGS property in CMake cache editor.

Here's two screenshot of the new ui:

Oct 9 2017, 3:04 PM
gracicot added a comment to D8215: Added support for STRINGS property in CMake cache editor.
In D8215#153611, @apol wrote:

Why does it need to be in a different column? Am I missing something?

Oct 9 2017, 2:16 PM
gracicot updated the diff for D8215: Added support for STRINGS property in CMake cache editor.
  • Fix a bug where STRINGS were not filled when cache variable also marked as advanced
Oct 9 2017, 3:53 AM
gracicot updated the summary of D8215: Added support for STRINGS property in CMake cache editor.
Oct 9 2017, 3:01 AM
gracicot created D8215: Added support for STRINGS property in CMake cache editor.
Oct 9 2017, 2:58 AM

Oct 8 2017

gracicot added a comment to D7979: Filter out warnings as error from parser's compile flags.

My email is gufideg at gmail.com. Thank you for your patience in this review.

Oct 8 2017, 12:19 AM · KDevelop
gracicot updated the diff for D7979: Filter out warnings as error from parser's compile flags.
  • Removed else brakets in else if
Oct 8 2017, 12:18 AM · KDevelop
gracicot updated the diff for D7979: Filter out warnings as error from parser's compile flags.
  • Added a comment to explain the operations done to warning string and optimizations
Oct 8 2017, 12:14 AM · KDevelop

Oct 4 2017

gracicot added inline comments to D7979: Filter out warnings as error from parser's compile flags.
Oct 4 2017, 7:22 PM · KDevelop

Oct 2 2017

gracicot updated the diff for D7979: Filter out warnings as error from parser's compile flags.
  • Clear -Werror instead of removing it
Oct 2 2017, 4:56 AM · KDevelop

Sep 27 2017

gracicot updated the diff for D7979: Filter out warnings as error from parser's compile flags.
  • Remove '-Werror=' properly and only if found at the start of the string
Sep 27 2017, 2:54 AM · KDevelop
gracicot updated the summary of D7979: Filter out warnings as error from parser's compile flags.
Sep 27 2017, 2:47 AM · KDevelop

Sep 26 2017

gracicot updated the diff for D7979: Filter out warnings as error from parser's compile flags.
  • Changed std::copy_if to erase + remove_if in the same container
Sep 26 2017, 9:54 PM · KDevelop
gracicot added inline comments to D7979: Filter out warnings as error from parser's compile flags.
Sep 26 2017, 1:33 PM · KDevelop
gracicot updated the diff for D7979: Filter out warnings as error from parser's compile flags.
  • Revert "Filter out warnings as error from parser's compile flags"
  • Filter clang flags in the clang parser
Sep 26 2017, 1:38 AM · KDevelop

Sep 25 2017

gracicot added a comment to D7979: Filter out warnings as error from parser's compile flags.

@kfunk I'll check this out soon!

Sep 25 2017, 12:22 PM · KDevelop
gracicot updated the summary of D7979: Filter out warnings as error from parser's compile flags.
Sep 25 2017, 5:33 AM · KDevelop
gracicot created D7979: Filter out warnings as error from parser's compile flags.
Sep 25 2017, 5:32 AM · KDevelop

Sep 19 2017

gracicot updated the diff for D7876: Append project compiler arguments after arguments from build system anddisable warning as error.
  • Reverted Wno-error, and appending extraArguments at the end of options
Sep 19 2017, 11:13 PM
gracicot added a comment to D7876: Append project compiler arguments after arguments from build system anddisable warning as error.

Seems reasonable @kfunk . I'll update this patch accordingly. Although, I think there should be an option to "override" buildsystem arguments for the parser, to enable more fine grained option about what warnings the parse emit or not.

Sep 19 2017, 9:50 PM
gracicot created D7876: Append project compiler arguments after arguments from build system anddisable warning as error.
Sep 19 2017, 2:56 AM