summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Explicitly link to clangSerializationclang_8.00.12clang_8.0tomKPZ2019-04-08-0/+10
* Temporary hack: allow LLVM to use legacy toolchainKim Grasman2019-04-08-1/+1
* [fix_includes] Simplify regexpJakub Wilk2019-04-06-1/+1
* Add command line option --keep=<glob>Tom Rix2019-03-30-1/+67
* Fix misspecified getopt has_arg flagsKim Grasman2019-03-23-3/+3
* Remove not-yet-implemented commandline optionsKim Grasman2019-03-23-28/+2
* Add docs for --no_fwd_declsKim Grasman2019-03-19-0/+4
* Make --no_fwd_decls respect local forward declsKim Grasman2019-03-19-2/+70
* Rename tests built_ins_* -> builtins_*Kim Grasman2019-03-18-40/+40
* Fix typo in commentKim Grasman2019-03-18-1/+1
* Require converted-to type for upcasts via user-defined conversionsKim Grasman2019-03-14-0/+80
* Generalize how VisitCastExpr tracks required typesKim Grasman2019-03-14-18/+18
* Remove now-unused IsCastToReferenceTypeKim Grasman2019-03-14-15/+0
* Remove early-exit for non-ptr-to-ptr castsKim Grasman2019-03-14-24/+2
* Remove Google-specific handling of third-partyKim Grasman2019-03-10-315/+4
* Stop ignoring uses for builtins with mappingsJohn Bytheway2019-03-08-3/+117
* Refactor check for builtin functionJohn Bytheway2019-03-08-8/+19
* Support headers using symbols mapped to themselvesJohn Bytheway2019-03-04-13/+118
* Add mappings for POSIX time typesDavid Robillard2019-02-23-0/+4
* Add mappings for clock_t and time_tDavid Robillard2019-02-23-0/+8
* Add mappings for standard C fixed-width integer typesDavid Robillard2019-02-23-0/+16
* Add llvm-tools to the CI script to provide FileCheckJ.Ru2019-02-14-0/+1
* Specify version to install LLVM/Clang snapshotsJ.Ru2019-02-14-3/+5
* Add new --cxx17ns optionMiklos Vajna2019-02-06-7/+163
* Reduce spurious line separator changes.Tom Rix2019-01-30-18/+30
* Better fix_includes handling of template linesJohn Bytheway2019-01-30-11/+77
* Ignore compile_commands.json, .gdb_historyJohn Bytheway2019-01-19-0/+3
* Remove now-unused function PrintableSourceRangeKim Grasman2019-01-19-5/+0
* Simplify handling of defined() operatorKim Grasman2019-01-19-172/+18
* Bail when an unrecoverable error has been detected.Tom Rix2019-01-13-1/+12
* Support nested wrapper headersJohn Bytheway2019-01-05-2/+79
* In fix_includes, treat associated as main-CUJohn Bytheway2019-01-05-0/+25
* [iwyu_tool] Use extra args verbatimAsier Lacasta2019-01-04-5/+63
* [iwyu_tool] Make bootstrap argument parsing more testableKim Grasman2019-01-04-5/+5
* [iwyu_tool] Rename iwyu_args -> extra_argsKim Grasman2019-01-04-9/+9
* Freshen up How to Install sectionKim Grasman2018-12-26-1/+3
* [iwyu_tool] Fold consecutive whitespace in command stringsKim Grasman2018-12-22-2/+12
* [iwyu_tool] Model blocking more faithfully in testsKim Grasman2018-12-12-4/+3
* Track use of namespace in using directive declTom Rix2018-12-11-1/+43
* Use utf-8-sig encoding with utf-8 bom filestrix2018-12-11-3/+3
* [iwyu_tool] Fix command splitting for WindowsKim Grasman2018-12-11-1/+114
* [iwyu_tool] Improve MSVC-style driver detectionKim Grasman2018-12-11-2/+42
* [iwyu_tool] Case-insensitive path match on WindowsKim Grasman2018-12-09-4/+55
* [iwyu_tool] Style cleanupKim Grasman2018-12-09-14/+13
* Use the definition to check if decl is provided by templateJ.Ru2018-12-07-3/+19
* Require explicit inst. decls to use main templateJ.Ru2018-12-07-1/+213
* Introduce an extra use flag UF_ExplicitInstantiationJ.Ru2018-12-07-26/+39
* Treat explicit template instantiations as full usesJ.Ru2018-12-07-3/+108
* Update .travis.ymlAsier Lacasta2018-11-21-1/+1
* When include-what-you-use if found, return the real pathTom Rix2018-11-21-1/+1