summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-263-13/+11
* Replaces __inline by __inline__ / C89 compatibleDiogo N. Sampaio2018-09-071-2/+2
* [analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov2018-09-061-76/+0
* Fix arm_neon.h and arm_fp16.h generation for compiling with std=c89Diogo N. Sampaio2018-09-051-2/+2
* Update FIXME as requested in code review.Richard Smith2018-08-301-1/+2
* Improve attribute documentation to list which spellings are used in which syn...Richard Smith2018-08-301-79/+86
* Adjust Attr representation so that changes to documentation don't affectRichard Smith2018-08-301-12/+8
* Fix typoStephen Kelly2018-08-231-1/+1
* [clang-tblgen] Add -print-records and -dump-json modes.Simon Tatham2018-08-221-0/+12
* Model type attributes as regular Attrs.Richard Smith2018-08-201-0/+2
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-2/+0
* Model type attributes as regular Attrs.Richard Smith2018-08-131-0/+2
* Implement diagnostic stream operator for ParsedAttr.Erich Keane2018-08-091-1/+1
* [analyzer] [tests] Do not be verbose by default when updating reference results.George Karpenkov2018-08-071-1/+1
* revert r338831 - Fix unused variable warning in tablegen generated codeErich Keane2018-08-031-8/+4
* Fix unused variable warning in tablegen generated codeKarl-Johan Karlsson2018-08-031-4/+8