aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2019-05-01Make clang/utils/creduce-clang-crash.py executableReid Kleckner
2019-05-01[analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann
2019-04-25creduce-clang-crash: add -F flag to grep to avoid interpreting string as regexAmy Huang
2019-04-24Use llvm::stable_sortFangrui Song
2019-04-24Fixes in creduce-clang-crash.py for clang crash message parsing and reading t...Amy Huang
2019-04-19[analyzer][NFC] Reimplement checker optionsKristof Umann
2019-04-17Remove --show-includes flag in crash reduce scriptAmy Huang
2019-03-29Various fixes and additions to creduce-clang-crash.pyGeorge Burgess IV
2019-03-21creduce-clang-crash.py: preprocess file + reduce commandlineGeorge Burgess IV
2019-03-12Add a creduce script for clang crashesGeorge Burgess IV
2019-02-10Use llvm::is_contained. NFCFangrui Song
2019-02-05[analyzer] [testing] Inside CmpRuns.py output also print the filename of the ...George Karpenkov
2019-01-30[ASTDump] Rename methods which are conceptually VisitsStephen Kelly
2019-01-26[analyzer] Reimplement dependencies between checkersKristof Umann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Emit !callback metadata and introduce the callback attributeJohannes Doerfert
2019-01-11Implement Attr dumping in terms of visitorsStephen Kelly
2019-01-11[Bug 39548][Clang] PGO bootstrap fails with python3: errors in perf-helper.pySerge Guelton
2019-01-06Have MSVC Visualizer for DeducedTemplateSpecializationType show both the orig...Mike Spertus
2019-01-05Fix MSVC Visualization for TemplateTypeParmType and TemplateTypeParmDeclMike Spertus
2019-01-05Improve MSVC type visualizationsMike Spertus
2019-01-03Fix MSVC visualizations for ActionResult and OpaquePtrMike Spertus
2019-01-03Portable Python script across Python versionSerge Guelton
2018-12-31Make clearer which clang::type subclasses have visualizersMike Spertus
2018-12-30DeclAccessPair visualizer should be expandableMike Spertus
2018-12-22Improving this fatal diagnostic to help checker developers figure out what's ...Aaron Ballman
2018-12-21Switch from cast<> to dyn_cast<>.Aaron Ballman
2018-12-20Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman
2018-12-18Fix errors with the Clang natvis file.Aaron Ballman
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-13Portable Python script across Python versionSerge Guelton
2018-12-04NFC: Make this test kinder on downstream forksErik Pilkington
2018-12-03Portable Python script across Python versionSerge Guelton
2018-12-03Portable Python script across versionSerge Guelton
2018-12-03Portable Python script across Python versionSerge Guelton
2018-11-12[analyzer] Drastically simplify the tblgen files used for checkersKristof Umann
2018-10-25[AArch64] Implement FP16FML intrinsicsBryan Chan
2018-10-24Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman
2018-10-23[analyzer] [testing] Compute data on path length, compute percentilesGeorge Karpenkov
2018-10-12Remove top-level using declaration from header files, as these aliases leak.Sam McCall
2018-10-02[analyzer] [tests] Hotfix: missing spaceGeorge Karpenkov
2018-10-02[analyzer] [tests] Allow specifying entire -analyze-config on the command lin...George Karpenkov
2018-09-30Use the container form llvm::sort(C, ...)Fangrui Song
2018-09-27[analyzer] [testing] Pass through an extra argument for specifying extra anal...George Karpenkov