summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* [ci] Pin CI to LLVM 12 for clang_12 branch0.16Kim Grasman2021-05-24-1/+1
* Revert "Handle missing enumeration value in iwyu.cc"Kim Grasman2021-05-24-1/+0
* [ci] Fix tagging to match actual package namesKim Grasman2021-05-24-2/+2
* [ci] Add variable LLVM_TAG for LLVM version suffixKim Grasman2021-05-24-7/+10
* Replace direct member access with a getterAlexey Storozhev2021-05-22-3/+3
* Get a FileEntry for <new> importsAlexey Storozhev2021-05-22-5/+16
* Add mappings for std::size_tsaki72021-05-18-1/+56
* Run tests in parallel on CIAlexey Storozhev2021-05-01-1/+1
* Run tests using CMakeAlexey Storozhev2021-05-01-3/+17
* Add --run-test-file argument to run_iwyu_tests.pyAlexey Storozhev2021-05-01-10/+10
* Add --list-test-files argument to run_iwyu_tests.pyAlexey Storozhev2021-05-01-0/+12
* Add --list argument to run_iwyu_tests.pyAlexey Storozhev2021-05-01-0/+20
* Extract the body of a single test into a separate functionAlexey Storozhev2021-05-01-27/+24
* Delete the first argument of TestIwyuOnRelativeFileAlexey Storozhev2021-05-01-6/+4
* Delete logging of registered testsAlexey Storozhev2021-05-01-2/+0
* Use SourceLocation::printToStringAlexey Storozhev2021-04-25-4/+1
* Handle missing enumeration value in iwyu.ccAlexey Storozhev2021-04-25-0/+1
* [iwyu_tool] Allow float as -l argumentFlorian Schmaus2021-04-13-1/+1
* Update README to point to GitHub CIKim Grasman2021-04-11-1/+1
* Move CI to GitHub workflowKim Grasman2021-04-11-43/+60
* [iwyu_tool] Add support for load average limiting via --loadFlorian Schmaus2021-04-05-4/+18
* [cmake] Require C++14 for building IWYUKim Grasman2021-03-13-0/+5
* [cmake] Move clang-resource-headers target up a bitKim Grasman2021-03-13-24/+24
* [mappings] Modernize Qt mapping generatorKim Grasman2021-03-07-31/+27
* [mappings] Move Qt mapping generator to new structureKim Grasman2021-03-07-1/+1
* Add Boost 1.75.0 mappingssaki72021-03-07-0/+18821
* Add libstdc++-10 related mappingssaki72021-03-07-11/+79
* [mappings] Add generated mappings for python2.7Kim Grasman2021-03-07-0/+67
* [mappings] Add generated mappings for python3.8Kim Grasman2021-03-07-0/+107
* [mappings] Add mapping generator for Python C APIKim Grasman2021-03-07-0/+93
* Delete unused `using` declarationsAlexey Storozhev2021-02-08-2/+0
* [travis] Workaround missing libomptarget.so.13Alexey Storozhev2021-02-04-0/+3
* Revert "[travis] Work around missing libomptarget.so.12"Alexey Storozhev2021-02-04-3/+0
* Replace dynamically created test cases with test functionsAlexey Storozhev2021-02-01-59/+65
* Remove unused local variable begin_exports_locationKim Grasman2021-01-31-1/+0
* Delete IWYU launch arguments editing from test runnerAlexey Storozhev2021-01-31-53/+4
* Migrate test launch arguments to IWYU_ARGSAlexey Storozhev2021-01-31-153/+226
* Parse IWYU arguments from test files.Alexey Storozhev2021-01-31-7/+47
* [travis] Work around missing libomptarget.so.12Kim Grasman2021-01-30-0/+3
* Remove references to LLVM/Clang 'trunk'Kim Grasman2020-12-28-3/+3
* Update references to Clang master -> mainKim Grasman2020-12-28-16/+16
* [iwyu_tool] Notify success/failure via exit codeOmer Anson2020-12-07-4/+53
* Simplify _StripCommentFromLineAlexey Storozhev2020-12-06-6/+1
* Handle missing enumeration values in iwyu.ccAlexey Storozhev2020-11-30-0/+5
* Fix reference-to-temporary in header-searchAlexey Storozhev2020-11-30-1/+1
* Delete unused using declarationsAlexey Storozhev2020-11-28-6/+0
* Use higher-level approach to build, test and install the project on CIAlexey Storozhev2020-11-28-3/+3
* Update README for 0.15Kim Grasman2020-11-21-1/+2
* Bump version to 0.16 on masterKim Grasman2020-11-21-1/+1
* [cmake] Clarify comment around dynamic linkingKim Grasman2020-11-21-1/+1