summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Use the definition to check if decl is provided by templateclang_7.00.11clang_7.0J.Ru2018-12-08-3/+19
* Require explicit inst. decls to use main templateJ.Ru2018-12-08-1/+213
* Introduce an extra use flag UF_ExplicitInstantiationJ.Ru2018-12-08-26/+39
* Treat explicit template instantiations as full usesJ.Ru2018-12-08-3/+108
* Update .travis.ymlAsier Lacasta2018-12-08-1/+1
* When include-what-you-use if found, return the real pathTom Rix2018-12-08-1/+1
* Refactor CanIgnoreType for clarity and reuseJ.Ru2018-12-08-21/+27
* Make 'comment' a default argument in Report* functionsJ.Ru2018-12-08-41/+23
* look for iwyu binary from environment variable in iwyu_tool.pyMartin Villagra2018-12-08-0/+2
* Update mappingsIgnat Loskutov2018-12-08-144/+294
* Fix package names in travis configKim Grasman2018-10-29-6/+6
* Update travis on branch to run against llvm-7.0Kim Grasman2018-10-29-9/+6
* Update for Clang r344337Kim Grasman2018-10-13-1/+2
* [iwyu_tool] Fix formatting and add doc commentKim Grasman2018-09-29-3/+9
* [iwyu_tool] Add --basedir argumentPhilip Pfaffe2018-09-29-11/+115
* [iwyu_tool] Drop multiprocessingPhilip Pfaffe2018-09-29-42/+81
* Remove dead synthesis of resource dirKim Grasman2018-09-17-7/+0
* Have IWYU depend on clang-headers targetKim Grasman2018-09-17-0/+7
* Introduce IWYU_IN_TREE CMake variableKim Grasman2018-09-17-2/+6
* Build to $build/bin instead of $buildKim Grasman2018-09-17-0/+2
* Update for Clang r341573Kim Grasman2018-09-12-3/+3
* [iwyu_tool] Refactor for testability and add unit testPhilip Pfaffe2018-09-08-28/+136
* [fix_includes] Remove unused command-line flagsKim Grasman2018-08-19-6/+0
* [fix_includes] Remove left-over commentKim Grasman2018-08-19-1/+0
* [fix_includes] Add option to disable line re-orderingPhantal2018-08-19-2/+114
* [fix_includes] Enhance to understand multi-level namespacesChristian Venegas2018-08-18-98/+441
* [iwyu_tool] Introduce class for IWYU invocationsKim Grasman2018-08-18-29/+42
* [iwyu_tool] Improve compilation database filteringKim Grasman2018-08-18-16/+27
* [iwyu_tool] Extract compilation database parsing to a functionKim Grasman2018-08-18-9/+15
* [iwyu_tool] Make executable search more explicitKim Grasman2018-08-18-13/+23
* [iwyu_tool] Improve include-what-you-use process launchKim Grasman2018-08-18-32/+33
* [iwyu_tool] Make formatters pure functionsKim Grasman2018-08-18-15/+18
* [iwyu_tool] Cosmetic style cleanupKim Grasman2018-08-18-10/+10
* Modernize README caveatKim Grasman2018-08-12-2/+2
* Replace remaining dyn_cast_or_null with DynCastFromJ.Ru2018-08-11-5/+2
* Don't assume an implicit decl is always a functionJ.Ru2018-08-11-1/+5
* Handle builtins properly during template traversalJ.Ru2018-08-11-8/+50
* Fix up indentation in fix_includes_test.pyKim Grasman2018-08-10-2/+2
* Remove unused distribution scriptKim Grasman2018-07-29-31/+0
* [CMake] Improve linking against the LLVM libraries.Philip Pfaffe2018-07-20-13/+8
* Enhance fix_includes.py to understand Allman namespacesChristian Venegas2018-07-10-11/+267
* Fix typo in fix_includes.pyVictor Poughon2018-07-08-1/+1
* Add --only_re option to fix_includes.pyVictor Poughon2018-07-08-0/+100
* Set CMake policy CMP0048 unconditionallyKim Grasman2018-07-08-7/+3
* Add option to change header ordering to place quoted local project headers firstScott Ramsby2018-06-11-6/+90
* Add custom markdownlint config and update docs to be markdownlint cleanScott Ramsby2018-05-29-165/+121
* imp files for Intel intrinsicsPaul Seyfert2018-05-29-0/+119
* pick include-what-you-use from same path as iwyu_tool.pyPaul Seyfert2018-05-29-0/+11
* Update travis config to use new CMakeKim Grasman2018-05-28-1/+1
* Update build instructions for new CMakeKim Grasman2018-05-28-26/+26