summaryrefslogtreecommitdiffstats
path: root/iwyu_cache.cc (follow)
Commit message (Expand)AuthorAgeLines
* Handle precomputed template arguments in libc++ like in libstdc++ (issue #132).Volodymyr Sapsai2014-09-07-1/+1
* Fixed file heading comments not matching the filename (issue #83). Patch by R...Volodymyr Sapsai2012-11-25-1/+1
* iwyu was egregiously wrong in how it handled templatecsilvers+iwyu2011-08-31-8/+11
* Do not use bitset in the precomputed-stl-container cache.csilvers+iwyu2011-06-08-1/+0
* Include-what-you-use fixes by running it on itself.csilvers+iwyu2011-05-04-4/+4
* Renames Contains() to ContainsKey() to stress that:csilvers+iwyu2011-04-26-2/+1
* Add a test to protect against syntax errors in main(). Alsocsilvers+iwyu2011-04-13-0/+0
* I was not correctly getting the location for member-exprs. Icsilvers+iwyu2011-04-12-0/+0
* The code that used the precomputed cache for templatecsilvers+iwyu2011-04-06-6/+1
* A major revamp of the way we handle template arguments. Thecsilvers+iwyu2011-03-26-20/+7
* Update the list of built-in STL containers that use the full typecsilvers+iwyu2011-03-18-5/+10
* Replace assert() by CHECK_, which is always executed, even incsilvers+iwyu2011-03-04-2/+2
* Initial release! Grains of salt not included.csilvers2011-02-04-0/+103