- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 15 2020
Apr 13 2020
Apr 19 2017
Sep 7 2016
Thank you for reviewing.
- Added more tests
Sep 1 2016
Nov 10 2015
Thanks to all for their time and reviewing the patch.
Thanks! Landed in r252695.
Nov 9 2015
Hi Kuba,
Nov 6 2015
I've go fork tests working by disabling interceptors for it. It's fused with another commit in my history, so I can't be precise. But...
Thanks!
Nov 2 2015
Oct 26 2015
Sep 30 2015
- Don't try to calculate field offset for Objective-C instance variables
- Added test for Objective-C instance variables
- Added a non-null pointer in test
Sep 22 2015
Ping!
Thanks for reviewing.
Addressed comments.
Sep 21 2015
Sorry, that's a typo. It is 24170.
Ping!
Sep 18 2015
Ping!
Ping!
Thank you for reviewing!
- Added a new test file instead of adding '-analyzer-viz-egraph-ubigraph' to an existing test.
Sep 15 2015
I don't have ubigraph installed either. The purpose of the test isn't to check as to whether we can generate a conforming/sensible ubigraph output, but to ensure that this tiny patch works and clang doesn't crash. So, I'd keep it. But if you are worried about other/unknown problems in ubigraph generator that the test might surface, then we can proceed without the test, and a ubigraph expert can write an output validation test.
Sep 11 2015
Ping!
Sep 7 2015
Ping! It seems like this patch was forgotten. This fixes PR24730, which is reported recently.
Sep 4 2015
Thank you for the feedback! I have added the test in a C file, so we can get the first part of the patch in -- between lines 778-780.
- Rolled back to the first version of patch, where only parameter Out is renamed to OutStream
- Use a different test that doesn't trigger the self-loop assertion.
Sep 3 2015
Aug 30 2015
Aug 22 2015
OK, that makes sense. Thanks!
- Change parameter name to OutStream.
Aug 21 2015
Aug 20 2015
- Renamed Out parameter to Stm.
- Removed assertion that checks whether an ExplodedNode has an edge to itself.
- Added '-analyzer-viz-egraph-ubigraph' to an analyzer invocation in a test.
Aug 18 2015
Aug 6 2015
Jul 24 2015
- Removed preprocessor directives guarding pthread.
Jul 12 2015
In D10425#194696, @dblaikie wrote:A few thoughts - but probably having some review by rtreiu would be good. He's more involved in the diagnostic development than I am.
Have you run this over any substantial existing codebase to see what the stats are like (true/false positives, etc)?
No, I haven't, but I heard Google has a large C++11 codebase :) I saw this bug in clang's source code (I didn't submit patch for it yet, can do it in a few days).
Jun 26 2015
Jun 23 2015
Removed PTHREAD_CREATE_JOINABLE definition.
Jun 22 2015
Allow only Mac OS X implementation of internal_start_thread and internal_join_thread
Jun 12 2015
Ping.
May 21 2015
Return from analyzeInClassInitializer, if in-class initializer is null.
May 20 2015
May 18 2015
May 14 2015
Thank you for reviewing!
May 13 2015
May 12 2015
Thank you both for your time!
- Sort includes alphabetically
- Remove newline in GetRSS
May 11 2015
Addressed comments.
May 10 2015
May 9 2015
Hi Alexander,