aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-07Replaces __inline by __inline__ / C89 compatibleDiogo N. Sampaio
2018-09-06[analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov
2018-09-05Fix arm_neon.h and arm_fp16.h generation for compiling with std=c89Diogo N. Sampaio
2018-08-30Update FIXME as requested in code review.Richard Smith
2018-08-30Improve attribute documentation to list which spellings are used in which syn...Richard Smith
2018-08-30Adjust Attr representation so that changes to documentation don't affectRichard Smith
2018-08-23Fix typoStephen Kelly
2018-08-22[clang-tblgen] Add -print-records and -dump-json modes.Simon Tatham
2018-08-20Model type attributes as regular Attrs.Richard Smith
2018-08-14Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner
2018-08-13Model type attributes as regular Attrs.Richard Smith
2018-08-09Implement diagnostic stream operator for ParsedAttr.Erich Keane
2018-08-07[analyzer] [tests] Do not be verbose by default when updating reference results.George Karpenkov
2018-08-03revert r338831 - Fix unused variable warning in tablegen generated codeErich Keane
2018-08-03Fix unused variable warning in tablegen generated codeKarl-Johan Karlsson