summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in clangAlexander Kornienko2018-04-064-5/+5
* [analyzer] [testing] Be less verbose by default in integration testing.George Karpenkov2018-03-291-1/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-274-18/+19
* Reland "[Attr] Fix parameter indexing for several attributes"Joel E. Denny2018-03-131-4/+35
* Revert r326602, it caused PR36620.Nico Weber2018-03-071-136/+3
* TableGen: Give up on exact fixits for diagnostic groupsNicolai Haehnle2018-03-061-32/+6
* [Bash-autocompletion] Pass all flags in shell command-line to ClangYuka Takahashi2018-03-051-30/+11
* [Attr] Fix parameter indexing for several attributesJoel E. Denny2018-03-021-3/+136
* [analyzer] [tests] Create a directory for the log fileGeorge Karpenkov2018-03-011-0/+2
* Test commit access: apply clang-format suggestionJoel E. Denny2018-02-281-2/+2
* [analyzer] [tests] Write to logfile instead of stdout while updatingGeorge Karpenkov2018-02-281-17/+18
* Improve the way attribute argument printing happens for omitted optional argu...Aaron Ballman2018-02-271-37/+97
* [docs] Fix duplicate arguments for JoinedAndSeparateJonas Hahnfeld2018-02-221-7/+15
* [OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev2018-02-141-1/+1
* [analyzer] [tests] Update CmpRuns to write to stdout correctly in multithread...George Karpenkov2018-02-132-14/+18
* [analyzer] [tests] Fix a typo in analyzer testing script.George Karpenkov2018-02-121-1/+1
* [analyzer] [tests] Fixing an error after non-atomic cherry-pickGeorge Karpenkov2018-02-091-0/+1
* [analyzer] [tests] [NFC] Remove a fragile tightly-coupled component emulating...George Karpenkov2018-02-092-22/+12
* [analyzer] [tests] Test different projects concurrentlyGeorge Karpenkov2018-02-082-81/+180
* [analyzer] [tests] Show function name in CmpRuns outputGeorge Karpenkov2018-02-061-3/+9
* [analyzer] [tests] Fix crash in SATestBuild.pyGeorge Karpenkov2018-02-021-0/+7
* [analyzer] [tests] [NFC] Remove dead code from CmpRunsGeorge Karpenkov2018-02-011-21/+6
* [analyzer] [tests] Add an option to show the histogram of path differences be...George Karpenkov2018-02-011-2/+42
* Mark fallthrough with LLVM_FALLTHROUGHAdrian Prantl2018-02-011-1/+1
* [analyzer] [tests] Show the number of removed/added bug reportsGeorge Karpenkov2018-02-011-0/+9
* [analyzer] Use stable filenames in analyzer testing infrastructureGeorge Karpenkov2018-01-291-0/+1
* Unused diagnostics can occur in tblgen.Benjamin Kramer2018-01-251-1/+1
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-221-2/+2
* [AArch64] Add ARMv8.2-A FP16 scalar intrinsicsAbderrazek Zaafrani2018-01-193-1/+153
* Make attribute instantiation instantiate all attributes, not just the first ofRichard Smith2018-01-041-2/+10
* Introduce some infrastructure for adding C attributes with [[]] syntax.Aaron Ballman2018-01-031-0/+2
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-3/+3
* [AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-12-211-1/+5
* Add support for ObjectFormat to TargetSpecificAttrErich Keane2017-12-201-40/+42
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-3/+3
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-121/+57
* Move the clang-tblgen project into the Clang tablegenning folder on IDEs like...Aaron Ballman2017-11-041-0/+1
* [analyzer] [tests] Remove empty folders in reference results, do not store di...George Karpenkov2017-10-302-17/+12
* [Analyzer] [Tests] Fixing typo from the previous commit.George Karpenkov2017-10-271-1/+1
* [Analyzer] [Tests] Dump the output of scan-build to stdout on failure.George Karpenkov2017-10-271-5/+6
* New lldb python module for managing diagnostic breakpointsDon Hinton2017-10-271-0/+192
* [Analyzer] [Tests] Write analyzers crashes to stdout, and not to a separate fileGeorge Karpenkov2017-10-261-20/+12
* Add a new attribute definition spelling, Clang<"attr">, that expands to two a...Aaron Ballman2017-10-261-6/+10
* [Analyzer] [Tests] Consistently use exit codes. Use code=42 to signify differ...George Karpenkov2017-10-262-10/+13
* [Analyzer] [Tests] Do not discard output from CmpRuns.py when running integra...George Karpenkov2017-10-252-15/+1
* [Analyzer] [Tests] Minor refactor of testing infrastructure:George Karpenkov2017-10-242-115/+122
* [Analyzer] [Tests] Remove temporary fields from generated reference results.George Karpenkov2017-10-241-0/+8
* [Analyzer] Fix bug in testing scripts, which always marked result as failure.George Karpenkov2017-10-241-0/+1
* Silence -Wimplicit-fallthrough warnings with the generated code; NFC.Aaron Ballman2017-10-181-1/+1
* Fix usage in TableGen of getValueAsStringErich Keane2017-10-161-28/+27