Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via codespell -q 3 -I ../clang-whitelist.txt Where whitelist consists of: archtype cas classs checkk compres definit frome iff inteval ith lod methode nd optin ot pres statics te thru Patch by luzpaz! (This is a subset of D44188 that applies cleanly with a few files that have dubious fixes reverted.) Differential revision: https://reviews.llvm.org/D44188 llvm-svn: 329399 | ||||
* | Add coding and shebang. | Vassil Vassilev | 2017-03-02 | 2 | -0/+6 |
| | | | | | | Reviewed by Artem Dergachev (D26030)! llvm-svn: 296781 | ||||
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -37/+0 |
| | | | | | | | | | | | | | | | | | Summary: This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html "This is the way [autoconf] ends Not with a bang but a whimper." -T.S. Eliot Reviewers: chandlerc, grosbach, bob.wilson, echristo Subscribers: klimek, cfe-commits Differential Revision: http://reviews.llvm.org/D16472 llvm-svn: 258862 | ||||
* | [scan-view] replace deprecated optparse with argparse | Alexander Kornienko | 2015-12-21 | 1 | -45/+48 |
| | | | | | | | | | | | | | | Summary: scan-view migrated from optparse deprecated Python module to its replacement (argparse) and resolved few conflicts with pep8 Reviewers: ddunbar, aaron.ballman, dcoughlin, jroelofs, zaks.anna Subscribers: cfe-commits Patch by Kirill Bobyrev! Differential Revision: http://reviews.llvm.org/D15370 llvm-svn: 256150 | ||||
* | [scan-build] Make scan-build work whether it's installed or not | Jonathan Roelofs | 2015-11-13 | 3 | -5/+11 |
| | | | | llvm-svn: 253074 | ||||
* | [scan-build] Move non user-facing utilities to share | Jonathan Roelofs | 2015-11-13 | 6 | -8/+11 |
| | | | | llvm-svn: 253068 | ||||
* | Fix build | Jonathan Roelofs | 2015-11-13 | 1 | -1/+1 |
| | | | | llvm-svn: 252991 | ||||
* | [scan-view] Rename 'Resources' --> 'share' | Jonathan Roelofs | 2015-11-13 | 6 | -10/+10 |
| | | | | llvm-svn: 252977 | ||||
* | Hiding the scan-build and scan-view projects under the Misc folder in IDEs ↵ | Aaron Ballman | 2015-11-11 | 1 | -0/+1 |
| | | | | | | instead of having them at the root view. llvm-svn: 252771 | ||||
* | Fix build | Jonathan Roelofs | 2015-11-10 | 1 | -1/+1 |
| | | | | llvm-svn: 252667 | ||||
* | Implement post-commit review feedback on r252662 | Jonathan Roelofs | 2015-11-10 | 1 | -3/+2 |
| | | | | llvm-svn: 252664 | ||||
* | Implement the fix that r252641 should have been | Jonathan Roelofs | 2015-11-10 | 1 | -9/+12 |
| | | | | llvm-svn: 252662 | ||||
* | Fix missing CMake dependency introduced in r252474 | Jonathan Roelofs | 2015-11-10 | 1 | -2/+4 |
| | | | | llvm-svn: 252641 | ||||
* | Fix the cmake build after r252474 broke it | Jonathan Roelofs | 2015-11-09 | 1 | -2/+5 |
| | | | | llvm-svn: 252489 | ||||
* | Create install targets for scan-build and scan-view | Jonathan Roelofs | 2015-11-09 | 4 | -3/+73 |
| | | | | | | http://reviews.llvm.org/D14403 llvm-svn: 252474 | ||||
* | [analyzer] scan-view: don't ever serve absolute paths. | Jordan Rose | 2013-04-29 | 1 | -12/+4 |
| | | | | | | | | | | | | At one point in time scan-view allowed absolute paths to reference files within the server root, but this doesn't seem to be used anymore, and caused problems if a server-root-relative path actually matched an absolute path to an existing file. This patch just treats paths as server-root-relative all the time. PR15843 llvm-svn: 180715 | ||||
* | Further harden checking that scan-view isn't serving up pages outside | Ted Kremenek | 2012-10-12 | 1 | -2/+2 |
| | | | | | | the server root. llvm-svn: 165839 | ||||
* | Have scan-view guard against serving up pages outside the root directory. | Ted Kremenek | 2012-10-12 | 1 | -0/+5 |
| | | | | llvm-svn: 165815 | ||||
* | Fix call to send_error() in scan-view. An int error code is expected but a ↵ | Ted Kremenek | 2011-02-21 | 1 | -1/+1 |
| | | | | | | string was being sent. Patch by Andrew Price! llvm-svn: 126138 | ||||
* | Increase scan-view max timeout to 1 minute. | Ted Kremenek | 2009-05-04 | 1 | -1/+1 |
| | | | | llvm-svn: 70896 | ||||
* | "missing ivar release" is a performance bug. | Ted Kremenek | 2008-10-30 | 2 | -0/+2 |
| | | | | llvm-svn: 58436 | ||||
* | Generalize searching for the keyword "leak" in a bug type. | Ted Kremenek | 2008-10-24 | 1 | -1/+1 |
| | | | | llvm-svn: 58115 | ||||
* | For Radar reporting, null dereferences should be default classified as ↵ | Ted Kremenek | 2008-10-23 | 1 | -0/+2 |
| | | | | | | "Crash/Hang/Data loss" <rdar://problem/6315624> llvm-svn: 58045 | ||||
* | Set reproducibility back to "Always" | Ted Kremenek | 2008-09-30 | 1 | -0/+0 |
| | | | | llvm-svn: 56891 | ||||
* | scan-view: Remove some debugging prints. | Daniel Dunbar | 2008-09-30 | 1 | -2/+0 |
| | | | | llvm-svn: 56864 | ||||
* | Default reproducibility to "Not applicable" | Ted Kremenek | 2008-09-30 | 1 | -0/+0 |
| | | | | llvm-svn: 56860 | ||||
* | Make "Performance" the default Radar classification for leaks. "Other" for ↵ | Ted Kremenek | 2008-09-30 | 1 | -1/+10 |
| | | | | | | all others (for now). llvm-svn: 56858 | ||||
* | Make a separate parameter class for "Radar classifications". | Ted Kremenek | 2008-09-30 | 1 | -5/+13 |
| | | | | | | Do not save the radar classification to the config file. llvm-svn: 56856 | ||||
* | Add "SelectionParameter" class to represent drop-down boxes. | Ted Kremenek | 2008-09-30 | 2 | -13/+27 |
| | | | | | | | Added "Classification" field to Radar filing. Modified FileRadar.scpt to take the classification as an argument. llvm-svn: 56854 | ||||
* | Conditionally load/save default parameter value from config file. | Ted Kremenek | 2008-09-30 | 1 | -0/+2 |
| | | | | llvm-svn: 56852 | ||||
* | Use objects to represent form parameters. This allows us to abstract away some | Ted Kremenek | 2008-09-30 | 2 | -18/+44 |
| | | | | | | | | of the details of HTML rendering of form parameters, and also us with the ability to delegate other actions (such as in the filling in of default values) to specific parameter objects. llvm-svn: 56851 | ||||
* | Tabs -> Spaces. | Ted Kremenek | 2008-09-30 | 1 | -4/+4 |
| | | | | llvm-svn: 56833 | ||||
* | Fix braindead bug, ID number was hardcoded. | Daniel Dunbar | 2008-09-29 | 1 | -0/+0 |
| | | | | llvm-svn: 56789 | ||||
* | Change Radar reproducibility to "Always". | Daniel Dunbar | 2008-09-26 | 1 | -0/+0 |
| | | | | llvm-svn: 56644 | ||||
* | Disable report crashes link for the time being. | Daniel Dunbar | 2008-09-25 | 1 | -3/+7 |
| | | | | llvm-svn: 56617 | ||||
* | Add link to report analyzer failures (parse errors, asserts, etc). | Daniel Dunbar | 2008-09-25 | 1 | -45/+202 |
| | | | | llvm-svn: 56606 | ||||
* | Add scan-view '--allow-all-hosts' option, by default access is now | Daniel Dunbar | 2008-09-24 | 2 | -0/+7 |
| | | | | | | restricted to 127.0.0.1. llvm-svn: 56563 | ||||
* | scan-view: Add header and "report bug" links to report pages. | Daniel Dunbar | 2008-09-22 | 1 | -2/+18 |
| | | | | llvm-svn: 56470 | ||||
* | scan-view: Add links to open files using default file handler. | Daniel Dunbar | 2008-09-22 | 2 | -9/+230 |
| | | | | llvm-svn: 56454 | ||||
* | scan-view: Update for "button" class change, drop magic resolution of | Daniel Dunbar | 2008-09-22 | 1 | -3/+29 |
| | | | | | | "scanview.css", start action for opening files. llvm-svn: 56448 | ||||
* | Removed scan-view's version of scanview.css. | Ted Kremenek | 2008-09-22 | 1 | -70/+0 |
| | | | | llvm-svn: 56446 | ||||
* | not executable | Nuno Lopes | 2008-09-22 | 1 | -0/+0 |
| | | | | llvm-svn: 56439 | ||||
* | scan-view: Add links from bug reporting forms to report & summary pages. | Daniel Dunbar | 2008-09-22 | 1 | -5/+13 |
| | | | | llvm-svn: 56427 | ||||
* | scan-view: Search for available port if default is unavailable. | Daniel Dunbar | 2008-09-22 | 2 | -17/+40 |
| | | | | llvm-svn: 56426 | ||||
* | scan-view: Store bug reporter defaults in ~/.scanview.cfg | Daniel Dunbar | 2008-09-22 | 1 | -13/+56 |
| | | | | llvm-svn: 56424 | ||||
* | scan-view tweak | Daniel Dunbar | 2008-09-22 | 1 | -1/+6 |
| | | | | | | - Require index.html in provided results directory. llvm-svn: 56423 | ||||
* | scan-view tweaks | Daniel Dunbar | 2008-09-22 | 1 | -6/+6 |
| | | | | | | | | - Use more correct HTTP error codes on (unexpected) errors. - Use onLoad to set ensure bug submission method gets set correctly. llvm-svn: 56422 | ||||
* | Improve scan-view report bug (submitted) interface. | Daniel Dunbar | 2008-09-22 | 3 | -65/+100 |
| | | | | | | | | | Give more meaningful error messages / fail gracefully on bad form input or SMTP errors. Use button for Report Bug link (where available). llvm-svn: 56420 | ||||
* | Improve scan-view report bug interface. | Daniel Dunbar | 2008-09-22 | 3 | -33/+133 |
| | | | | | | - Pulled css out into Resources/scanview.css llvm-svn: 56416 | ||||
* | scan-view tweaks: | Daniel Dunbar | 2008-09-21 | 1 | -2/+21 |
| | | | | | | | - Add simple favicon - Allow resolving source file paths (should be rethought) llvm-svn: 56414 |