summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Add .H as a known header extensionclang_4.0clang_4.0Kim Grasman2017-07-16-1/+19
* Commit first canonical READMEKim Grasman2017-07-16-232/+0
* Remove docs/InstructionsForDevelopers.mdKim Grasman2017-07-16-62/+0
* Copy InstructionsForDevelopers to CONTRIBUTINGKim Grasman2017-07-16-0/+62
* Make fix_includes understand Windows path namesKim Grasman2017-07-16-1/+24
* Fix requiring allocator for getting container iterator with libc++. (#448)Volodymyr Sapsai2017-07-16-3/+22
* Map FILE to <stdio.h>Kim Grasman2017-07-16-0/+2
* Allow IWYU pragma: keep on forward declarations as an escape hatch for cases ...Kristoffer Henriksson2017-07-16-22/+37
* Add .gitignoreKim Grasman2017-07-16-0/+2
* Don't lie about symbol regexes in the docsKim Grasman2017-07-16-1/+1
* More complete usage instructionsKim Grasman2017-07-16-5/+103
* Add test coverage for simple function pointer expressionsKim Grasman2017-07-16-2/+51
* Remove second-guessing for DeclRefExprs in CallExprsKim Grasman2017-07-16-9/+1
* Extract function pointer tests out of badincKim Grasman2017-07-16-37/+256
* Equate alias declarations and typedef in templatesKim Grasman2017-07-16-1/+9
* Break out typedef-in-template tests from badincKim Grasman2017-07-16-14/+89
* Accept methods hiding using declarationsKim Grasman2017-07-16-8/+33
* Let scrub-logs accept input from stdinKim Grasman2017-07-16-8/+8
* Handle locations of nested macros betterKim Grasman2017-04-18-37/+58
* Add pragma to set associated headerKim Grasman2017-03-10-0/+137
* Add tweaks for declval, forward and nullptr_tEugeneZelenko2017-02-28-0/+3
* Pick up more sugar for function argumentsKim Grasman2017-02-21-3/+18
* Add optional terse flag to PrintableDeclKim Grasman2017-02-21-4/+10
* Exclude prefix headers from macro-defined-by-includer heuristics (issue #368).Volodymyr Sapsai2017-02-19-1/+36
* Fix out-of-tree build for MSVCKim Grasman2017-02-19-6/+9
* Remove test expectation for char_traitsKim Grasman2017-01-29-1/+1
* Remove I1_Class requirement for calling operator==.Volodymyr Sapsai2017-01-28-6/+0
* Fix GetFirstClassArgument.Volodymyr Sapsai2017-01-28-14/+29
* Relax pointer detection regexKim Grasman2017-01-25-1/+1
* Further improve pointer regexKim Grasman2017-01-25-1/+1
* 64-bit addresses can be up to 16 hex digitsKim Grasman2017-01-25-1/+1
* Detect pointer values betterKim Grasman2017-01-25-1/+1
* Add dev script for log scrubbingKim Grasman2017-01-25-0/+45
* Add /bigobj for MSVC buildsKim Grasman2017-01-24-0/+3
* How to Run: Redirect stderr to /tmp/iwyu.outWieland Hoffmann2017-01-22-3/+3
* Adjust badinc test for improved Clang behavior (#388)Kim Gräsman2017-01-10-0/+6
* Update to reflect changes in ClangKim Grasman2017-01-06-2/+2
* Remove incorrect test case assumption on desugared typesKim Grasman2017-01-06-2/+0
* Handle CK_ZeroToOCLQueue cast kindKim Grasman2017-01-01-0/+1
* Better validate pragma syntaxKim Grasman2016-12-12-4/+22
* Ignore friend decls when looking for definition-as-writtenKim Grasman2016-12-04-3/+8
* Fix handling template creation as an array.Volodymyr Sapsai2016-11-29-0/+10
* Add a new option for a more tool-friendly output.Sven Panne2016-11-28-8/+80
* Fix Clang-tidy warningsEugeneZelenko2016-11-16-57/+44
* Use a variable name which makes pylint happySven Panne2016-11-10-2/+2
* Handle symbolic links in source paths correctlySven Panne2016-11-10-0/+4
* Bump versino to 0.8 on masterKim Grasman2016-10-29-1/+1
* Update to reflect changes in Clang.Volodymyr Sapsai2016-10-10-3/+2
* Improve macro use-attribution heuristicsKim Grasman2016-10-07-24/+27
* Add new test cases for macro location bugsKim Grasman2016-10-07-0/+82