Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Utils] Reuse argument variable names in the body | Johannes Doerfert | 2019-12-31 | 1 | -1/+1 |
| | | | | | | | | | | If we have `int foo(int a) { return a; }` and we run with --function-signature enabled, we want a single variable declaration for `a` which is reused later. Reviewed By: lebedev.ri Differential Revision: https://reviews.llvm.org/D69722 | ||||
* | Add initial tests for update_{llc_,cc_,}test_checks.py | Alex Richardson | 2019-12-16 | 1 | -0/+55 |
Summary: This commit adds basic tests for these update script to validate that they still work as expected. In the future we could extend these tests whenever new features are added to avoid introducing regressions. Reviewers: xbolva00, MaskRay, jdoerfert Reviewed By: jdoerfert Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70660 |