summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Use LLVM 5.0 for clang_5.0 branchclang_5.0clang_5.0Kim Grasman2017-12-02-9/+6
* Create a travis script to build with latest LLVMJ.Ru2017-10-24-0/+40
* Always report the expanded location for a declJ.Ru2017-10-04-7/+102
* Skip non-ctors during instantiation of implicit methodsJ.Ru2017-10-04-2/+67
* Support 'arguments' key in compilation databasesKim Gräsman2017-09-18-6/+17
* Make fix_includes.py dry-run return proper exit codeKim Gräsman2017-09-17-7/+9
* Add library dependency for backtraceKim Grasman2017-09-16-0/+3
* Add -j switch to iwyu_tool.py for parallel executionPaul Seyfert2017-08-22-5/+19
* Bump version to 0.9Kim Grasman2017-08-20-1/+1
* Add .H as a known header extensionclang_4.0-r2Kim Grasman2017-07-15-1/+19
* Commit first canonical READMEKim Grasman2017-07-09-232/+0
* Remove docs/InstructionsForDevelopers.mdKim Grasman2017-07-09-62/+0
* Copy InstructionsForDevelopers to CONTRIBUTINGKim Grasman2017-07-04-0/+62
* Make fix_includes understand Windows path namesKim Grasman2017-07-04-1/+24
* Fix requiring allocator for getting container iterator with libc++. (#448)Volodymyr Sapsai2017-07-03-3/+22
* Map FILE to <stdio.h>Kim Grasman2017-07-02-0/+2
* Allow IWYU pragma: keep on forward declarations as an escape hatch for cases ...Kristoffer Henriksson2017-06-20-22/+37
* Add .gitignoreKim Grasman2017-06-13-0/+2
* Don't lie about symbol regexes in the docsKim Grasman2017-06-13-1/+1
* Update to reflect changes in LLVM.Volodymyr Sapsai2017-06-08-1/+2
* More complete usage instructionsKim Grasman2017-06-06-5/+103
* Add test coverage for simple function pointer expressionsKim Grasman2017-05-17-2/+51
* Remove second-guessing for DeclRefExprs in CallExprsKim Grasman2017-05-17-9/+1
* Extract function pointer tests out of badincKim Grasman2017-05-17-37/+256
* Equate alias declarations and typedef in templatesKim Grasman2017-05-17-1/+9
* Break out typedef-in-template tests from badincKim Grasman2017-05-17-14/+89
* Accept methods hiding using declarationsKim Grasman2017-05-08-8/+33
* Let scrub-logs accept input from stdinKim Grasman2017-05-06-8/+8
* Remove TODOed assertions fixed by upstream ClangKim Grasman2017-05-06-7/+4
* 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