aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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
2018-08-01[P0936R0] add [[clang::lifetimebound]] attributeRichard Smith
2018-07-30[analyzer] [tests] Add an option for showing statistics after running tests.George Karpenkov
2018-07-30[analyzer] [tests] Style fixes for testing harness.George Karpenkov
2018-07-20Implement cpu_dispatch/cpu_specific MultiversioningErich Keane
2018-07-13[NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane
2018-07-02[analyzer] [tests] Pass clang executable path to prefix-less executor scripts.George Karpenkov
2018-06-29[analyzer] [tests] Allow the tested project to specify it's own analyzer wrapperGeorge Karpenkov
2018-06-29[analyzer] [tests] Fix 80 column violation in SATestBuild.pyGeorge Karpenkov
2018-06-27[analyzer] Fix string not being formatted with extra argumentsMikhail R. Gadelha
2018-06-26[analyzer] [tests] Include statistics in tests.George Karpenkov
2018-06-21Re-apply: Add python tool to dump and construct header mapsBruno Cardoso Lopes
2018-06-21Revert "Add python tool to dump and construct header maps"Bruno Cardoso Lopes
2018-06-21Revert "Fix hmaptool cmake file to work on Windows"Bruno Cardoso Lopes
2018-06-20Fix hmaptool cmake file to work on WindowsBruno Cardoso Lopes
2018-06-20Add python tool to dump and construct header mapsBruno Cardoso Lopes
2018-06-12[AArch64] Corrected FP16 Intrinsic range checks in Clang + added Sema testsLuke Geeson
2018-05-30Fix a (possible) division by zero check in the CmpRuns scriptMikhail R. Gadelha
2018-05-28Introduces --stats-only option to only show changes in statistics.Mikhail R. Gadelha
2018-05-26[ClangDiagnostics] Silence warning about fallthrough after PrintFatalErrorDavid Bolvansky
2018-05-24[bash-completion] Fix tab separation on macOSBen Langmuir
2018-05-21[Clang Tablegen] Add llvm_unreachable() to getModifierName()Mark Searles
2018-05-19[Clang Tablegen][RFC] Allow Early Textual Substitutions in `Diagnostic` messa...Eric Fiselier
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-05-03Allow writing calling convention attributes on function types.Aaron Ballman
2018-04-27[ARM,AArch64] Add intrinsics for dot product instructionsOliver Stannard
2018-04-06Fix typos in clangAlexander Kornienko
2018-03-29[analyzer] [testing] Be less verbose by default in integration testing.George Karpenkov