summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* [analyzer] exploded-graph-rewriter: Add support for dynamic types.Artem Dergachev2019-07-011-17/+25
* [analyzer] exploded-graph-rewriter: Implement program point tags.Artem Dergachev2019-07-011-0/+6
* Various tweaks to MSVC natvis visualizersMike Spertus2019-06-301-14/+40
* [analyzer] exploded-graph-rewriter: Prettier location context dumps.Artem Dergachev2019-06-261-1/+2
* [analyzer] print() JSONify: Create pointersCsaba Dabis2019-06-251-2/+4
* [analyzer] exploded-graph-rewriter: Fix escaping for bitwise-or.Artem Dergachev2019-06-251-1/+2
* [analyzer] exploded-graph-rewriter: Add support for range constraints.Artem Dergachev2019-06-251-2/+63
* [analyzer] NFC: exploded-graph-rewriter: Extract some code into functions.Artem Dergachev2019-06-251-19/+22
* MSVC visualizers for type aliasesMike Spertus2019-06-231-0/+51
* Natural MSVC visualization of constructorsMike Spertus2019-06-221-1/+6
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-201-12/+26
* [analyzer] exploded-graph-rewriter: Implement a --diff mode.Artem Dergachev2019-06-191-61/+218
* [analyzer] exploded-graph-rewriter: Fix escaping StringRegions.Artem Dergachev2019-06-191-0/+1
* Various improvements to Clang MSVC VisualizerMike Spertus2019-06-171-32/+149
* [analyzer] exploded-graph-rewriter: Add the missing license header!Artem Dergachev2019-06-051-0/+9
* [OpenCL] Declare builtin functions using TableGenSven van Haastregt2019-06-034-0/+328
* [analyzer] exploded-graph-rewriter: Initial commit.Artem Dergachev2019-06-021-0/+398
* Add script to update OpenMP -ast-dump test expectations, and use it toRichard Smith2019-06-021-0/+79
* Add the `objc_class_stub` attribute.John McCall2019-05-301-31/+34
* [analyzer] SATestBuild.py: Use driver for analyzing single-file tests.Artem Dergachev2019-05-292-23/+6
* [analyzer] List checker/plugin options in 3 categories: released, alpha, deve...Kristof Umann2019-05-231-0/+18
* [analyzer] Hide developer-only checker/package options by defaultKristof Umann2019-05-231-32/+37
* Clang-formatting the header in advance of other planned changes; NFC.Aaron Ballman2019-05-221-21/+37
* Make clang/utils/creduce-clang-crash.py executableReid Kleckner2019-05-011-0/+0
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-011-2/+18
* creduce-clang-crash: add -F flag to grep to avoid interpreting string as regexAmy Huang2019-04-251-1/+1
* Use llvm::stable_sortFangrui Song2019-04-241-6/+2
* Fixes in creduce-clang-crash.py for clang crash message parsing and reading t...Amy Huang2019-04-241-4/+9
* [analyzer][NFC] Reimplement checker optionsKristof Umann2019-04-191-4/+103
* Remove --show-includes flag in crash reduce scriptAmy Huang2019-04-171-0/+4
* Various fixes and additions to creduce-clang-crash.pyGeorge Burgess IV2019-03-291-171/+334
* creduce-clang-crash.py: preprocess file + reduce commandlineGeorge Burgess IV2019-03-211-72/+194
* Add a creduce script for clang crashesGeorge Burgess IV2019-03-121-0/+118
* Use llvm::is_contained. NFCFangrui Song2019-02-101-2/+2
* [analyzer] [testing] Inside CmpRuns.py output also print the filename of the ...George Karpenkov2019-02-051-1/+22
* [ASTDump] Rename methods which are conceptually VisitsStephen Kelly2019-01-301-3/+3
* [analyzer] Reimplement dependencies between checkersKristof Umann2019-01-261-16/+60
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1912-48/+36
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-191-0/+37
* Implement Attr dumping in terms of visitorsStephen Kelly2019-01-113-35/+73
* [Bug 39548][Clang] PGO bootstrap fails with python3: errors in perf-helper.pySerge Guelton2019-01-111-2/+2
* Have MSVC Visualizer for DeducedTemplateSpecializationType show both the orig...Mike Spertus2019-01-061-13/+24
* Fix MSVC Visualization for TemplateTypeParmType and TemplateTypeParmDeclMike Spertus2019-01-051-7/+10
* Improve MSVC type visualizationsMike Spertus2019-01-051-7/+47
* Fix MSVC visualizations for ActionResult and OpaquePtrMike Spertus2019-01-031-32/+8
* Portable Python script across Python versionSerge Guelton2019-01-033-3/+3
* Make clearer which clang::type subclasses have visualizersMike Spertus2018-12-311-1/+1
* DeclAccessPair visualizer should be expandableMike Spertus2018-12-301-0/+4
* Improving this fatal diagnostic to help checker developers figure out what's ...Aaron Ballman2018-12-221-3/+4
* Switch from cast<> to dyn_cast<>.Aaron Ballman2018-12-211-2/+5