aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2018-04-06Fix typos in clangAlexander Kornienko
2018-03-29[analyzer] [testing] Be less verbose by default in integration testing.George Karpenkov
2018-03-27[clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-13Reland "[Attr] Fix parameter indexing for several attributes"Joel E. Denny
2018-03-07Revert r326602, it caused PR36620.Nico Weber
2018-03-06TableGen: Give up on exact fixits for diagnostic groupsNicolai Haehnle
2018-03-05[Bash-autocompletion] Pass all flags in shell command-line to ClangYuka Takahashi
2018-03-02[Attr] Fix parameter indexing for several attributesJoel E. Denny
2018-03-01[analyzer] [tests] Create a directory for the log fileGeorge Karpenkov
2018-02-28Test commit access: apply clang-format suggestionJoel E. Denny
2018-02-28[analyzer] [tests] Write to logfile instead of stdout while updatingGeorge Karpenkov
2018-02-27Improve the way attribute argument printing happens for omitted optional argu...Aaron Ballman
2018-02-22[docs] Fix duplicate arguments for JoinedAndSeparateJonas Hahnfeld
2018-02-14[OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev
2018-02-13[analyzer] [tests] Update CmpRuns to write to stdout correctly in multithread...George Karpenkov
2018-02-12[analyzer] [tests] Fix a typo in analyzer testing script.George Karpenkov
2018-02-09[analyzer] [tests] Fixing an error after non-atomic cherry-pickGeorge Karpenkov
2018-02-09[analyzer] [tests] [NFC] Remove a fragile tightly-coupled component emulating...George Karpenkov
2018-02-08[analyzer] [tests] Test different projects concurrentlyGeorge Karpenkov
2018-02-06[analyzer] [tests] Show function name in CmpRuns outputGeorge Karpenkov
2018-02-02[analyzer] [tests] Fix crash in SATestBuild.pyGeorge Karpenkov
2018-02-01[analyzer] [tests] [NFC] Remove dead code from CmpRunsGeorge Karpenkov
2018-02-01[analyzer] [tests] Add an option to show the histogram of path differences be...George Karpenkov
2018-02-01Mark fallthrough with LLVM_FALLTHROUGHAdrian Prantl
2018-02-01[analyzer] [tests] Show the number of removed/added bug reportsGeorge Karpenkov
2018-01-29[analyzer] Use stable filenames in analyzer testing infrastructureGeorge Karpenkov
2018-01-25Unused diagnostics can occur in tblgen.Benjamin Kramer
2018-01-22[NFC] fix trivial typos in commentsHiroshi Inoue
2018-01-19[AArch64] Add ARMv8.2-A FP16 scalar intrinsicsAbderrazek Zaafrani
2018-01-04Make attribute instantiation instantiate all attributes, not just the first ofRichard Smith
2018-01-03Introduce some infrastructure for adding C attributes with [[]] syntax.Aaron Ballman
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-21[AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani
2017-12-20Add support for ObjectFormat to TargetSpecificAttrErich Keane
2017-12-19Silence a bunch of implicit fallthrough warningsAdrian Prantl
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-11-04Move the clang-tblgen project into the Clang tablegenning folder on IDEs like...Aaron Ballman
2017-10-30[analyzer] [tests] Remove empty folders in reference results, do not store di...George Karpenkov
2017-10-27[Analyzer] [Tests] Fixing typo from the previous commit.George Karpenkov
2017-10-27[Analyzer] [Tests] Dump the output of scan-build to stdout on failure.George Karpenkov
2017-10-27New lldb python module for managing diagnostic breakpointsDon Hinton
2017-10-26[Analyzer] [Tests] Write analyzers crashes to stdout, and not to a separate fileGeorge Karpenkov
2017-10-26Add a new attribute definition spelling, Clang<"attr">, that expands to two a...Aaron Ballman
2017-10-26[Analyzer] [Tests] Consistently use exit codes. Use code=42 to signify differ...George Karpenkov
2017-10-25[Analyzer] [Tests] Do not discard output from CmpRuns.py when running integra...George Karpenkov
2017-10-24[Analyzer] [Tests] Minor refactor of testing infrastructure:George Karpenkov
2017-10-24[Analyzer] [Tests] Remove temporary fields from generated reference results.George Karpenkov
2017-10-24[Analyzer] Fix bug in testing scripts, which always marked result as failure.George Karpenkov
2017-10-18Silence -Wimplicit-fallthrough warnings with the generated code; NFC.Aaron Ballman
2017-10-16Fix usage in TableGen of getValueAsStringErich Keane