Commit Graph

9 Commits

Author SHA1 Message Date
Harmen Stoppels
b9e72557e8
Remove .99 from version ranges (#26422)
In most cases, .99 can be omitted thanks to #26402 .
2021-10-03 09:09:02 -04:00
Michael Kuhn
f7391c1970
iwyu: add 0.16 (#24258) 2021-06-10 19:28:26 -04:00
Michael Kuhn
29deb399b4
iwyu: link clang resources in the right location (#23885)
iwyu cannot find clang's headers if they are installed in separate
prefixes, see:
https://github.com/include-what-you-use/include-what-you-use#how-to-install
2021-05-25 09:01:44 -06:00
Michael Kuhn
bb13ce308a
iwyu: add 0.15 (#23876) 2021-05-24 23:28:49 +00:00
Todd Gamblin
a8ccb8e116 copyrights: update all files with license headers for 2021
- [x] add `concretize.lp`, `spack.yaml`, etc. to licensed files
- [x] update all licensed files to say 2013-2021 using
      `spack license update-copyright-year`
- [x] appease mypy with some additions to package.py that needed
      for oneapi.py
2021-01-02 12:12:00 -08:00
Toyohisa Kameyama
7d0a46c051
iwyu: Require llvm+all_targets on non-x86_64 systems (#18710) 2020-09-18 10:31:03 -04:00
Seth R. Johnson
6ac8cf8126
IWYU: fix 0.14 build (#16761)
* IWYU: fix 0.14 build

The CMake patch used for 0.13 hadn't been applied to the master when
0.14 was released, and this version of IWYU requires C++14 or higher.

* Flake8
2020-05-22 15:07:59 -05:00
Seth R. Johnson
c9df2dea95
IWYU: update include-what-you-use version (#16760) 2020-05-22 08:55:29 -05:00
Seth R. Johnson
e989c05cd0
Add include-what-you-use (#15691) 2020-03-26 22:38:56 -05:00