summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-201-1/+37
* Fix errors with the Clang natvis file.Aaron Ballman2018-12-181-23/+30
* Portable Python script across Python versionSerge Guelton2018-12-1815-15/+15
* Portable Python script across Python versionSerge Guelton2018-12-181-1/+0
* Portable Python script across Python versionSerge Guelton2018-12-187-17/+16
* Portable Python script across Python versionSerge Guelton2018-12-182-4/+4
* Portable Python script across Python versionSerge Guelton2018-12-1814-136/+149
* Portable Python script across Python versionSerge Guelton2018-12-181-2/+5
* Portable Python script across Python versionSerge Guelton2018-12-183-3/+3
* Portable Python script across Python versionSerge Guelton2018-12-131-2/+5
* NFC: Make this test kinder on downstream forksErik Pilkington2018-12-041-6/+2
* Portable Python script across Python versionSerge Guelton2018-12-032-2/+4
* Portable Python script across versionSerge Guelton2018-12-035-11/+11
* Portable Python script across Python versionSerge Guelton2018-12-035-15/+15
* [analyzer] Drastically simplify the tblgen files used for checkersKristof Umann2018-11-121-239/+13
* [AArch64] Implement FP16FML intrinsicsBryan Chan2018-10-251-0/+37
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-241-9/+9
* [analyzer] [testing] Compute data on path length, compute percentilesGeorge Karpenkov2018-10-231-0/+14
* Remove top-level using declaration from header files, as these aliases leak.Sam McCall2018-10-121-45/+42
* [analyzer] [tests] Hotfix: missing spaceGeorge Karpenkov2018-10-021-1/+1
* [analyzer] [tests] Allow specifying entire -analyze-config on the command lin...George Karpenkov2018-10-021-14/+16
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-302-3/+3
* [analyzer] [testing] Pass through an extra argument for specifying extra anal...George Karpenkov2018-09-271-16/+22