User Details
- User Since
- Aug 25 2015, 7:34 AM (432 w, 3 d)
Jan 17 2018
Jan 16 2018
Jan 8 2018
Jan 5 2018
Thanks Bruno,
Jan 2 2018
Ping.
Dec 13 2017
Dec 11 2017
Improve tests.
Dec 8 2017
Ping.
Dec 1 2017
Nov 30 2017
I messed up the diff (obviously), so I have reverted the change and will resubmit.
Nov 29 2017
- Rebase
- Add documentation to CodeGenerator.rst
- Move test checks above corresponding functions
Nov 27 2017
I'd defer to others to comment on the highlevel whether this is a good or helpful idea.
Nov 17 2017
- Add documentation to the llc CommandGuide
- Skip functions with dynamic stack allocation
Nov 16 2017
Thanks for the feedback!
Nov 15 2017
Nov 8 2017
Add context to diff. The arc tool doesn't seem to do that for me anymore.
Oct 4 2017
Oct 3 2017
Extend a test that already checked for this to cover filtered output as well.
Oct 2 2017
Improve test to check for absence of "Files which contain no functions" message.
Add context.
Sep 28 2017
Sep 27 2017
- Make the changes to text as well as HTML
- Address review comments
- Upload the right diff ...
Sep 26 2017
Sep 13 2017
I didn't mark this as accepted in case anyone else wanted/needed to review this before you put it in, but I'm happy with it.
Aug 31 2017
Aug 30 2017
Change to use SpecialCaseList and add documentation of new option.
LGTM, Thanks :)
Aug 25 2017
Aug 24 2017
I would still personally rather replace widen-loops, but if its just me I'm happy for it to be a separate option for now.
Aug 14 2017
Nice! Thanks again for working on this.
Fix typo and rebase.
Aug 11 2017
Address some review comments and tidy up removeUnmappedInputs.
Aug 10 2017
- Address review comments
- Move the creation of the mapping into its own method, and call that inside load(), so it works properly for report as well as show
Aug 8 2017
Thanks for your feedback, I think I've addressed all your comments (or replied to them).
Update based on review comments.
Aug 7 2017
Add missing file.
Jul 5 2017
Jul 3 2017
- Added a test
- Fixed a missing brace in the error message string
Jun 29 2017
Changed to early return as requested.
Jun 28 2017
Jun 22 2017
Jun 20 2017
Thanks for looking at this.
Nov 18 2016
May 26 2016
Committed: http://reviews.llvm.org/rL270849
Jan 6 2016
Removing old "experimental" comment
Jan 5 2016
Nov 26 2015
Nov 24 2015
If the Decl *D pointer is nullptr the NormalizeLine would crash while getting the LangOptions.
Do you have a reproducible test case for this?
Nov 12 2015
If you have multiple users using a bug suppression system, I would design such system using only a single hash version across all users; using a mix seems error prone.. Once all of your users upgrade to a version of the analyzer where a new hash version is available, you upgrade the hash in the database to reflect that.
Nov 11 2015
Nov 10 2015
We are working on tools that use the new hash for bug suppression. There seems to be no way to predict the names of future hashes. We have products (that will use the bug identification) that are on a different release schedule to our clang compiler. These tools will not be able to take advantage of new hashes, unless they know the future hash names.
Fixed by r252506. Thanks Devin.
Nov 9 2015
Fix an assertion which occurs when getCXXThisVal() returns an Unknown SVal and the Analyzer tries to get the corresponding memory region.
Oct 30 2015
Oct 29 2015
Updated to latest revision