summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Merging r384, r386 from trunk into clang_3.2 branch.clang_3.2Volodymyr Sapsai2012-12-02-26/+5
* Branch from trunk@r379 for LLVM/Clang 3.2 release.Volodymyr Sapsai2012-12-02-33/+45
* Added default mapping file. Patch by Kim Gräsman.Volodymyr Sapsai2012-12-02-1/+4
* Follow-up for r381. Tweaking indentation.Volodymyr Sapsai2012-12-02-3/+3
* Better error reporting from mapping file parser. Patch by Kim Gräsman.Volodymyr Sapsai2012-12-02-38/+20
* Update to reflect changes in Clang.Volodymyr Sapsai2012-12-01-3/+7
* Update to reflect changes in Clang. Patch by Kim Gräsman.Volodymyr Sapsai2012-11-28-2/+1
* Updated file names in README.txt (fixes issue #84). Patch by Ryan Pavlik.Volodymyr Sapsai2012-11-25-7/+7
* Fixed file heading comments not matching the filename (issue #83). Patch by R...Volodymyr Sapsai2012-11-25-29/+29
* Enhanced search paths of mapping files. Patch by Kim Gräsman.Volodymyr Sapsai2012-11-25-14/+130
* Update to reflect changes in Clang. Now DiagnosticOptions are intrusively ref...Volodymyr Sapsai2012-10-25-3/+6
* Read private to public mappings from external file. Patch by Kim Gräsman.Volodymyr Sapsai2012-10-14-729/+861
* Update to reflect changes in Clang. Now InclusionDirective callback has Filen...Volodymyr Sapsai2012-09-30-7/+10
* Fixed lowercase/uppercase inconsistency. Noticed by Kim Gräsman.Volodymyr Sapsai2012-08-29-2/+2
* Fixed reporting destructor usage for objects created with 'new' (issue #65).Volodymyr Sapsai2012-08-19-29/+22
* Fixed unused value warning in badinc.cc test (#issue 78).Volodymyr Sapsai2012-08-19-2/+2
* Added getopt_long for Windows (resolves issue #52).Volodymyr Sapsai2012-08-11-88/+205
* Update to reflect changes in Clang. Fixed linking.Volodymyr Sapsai2012-08-11-1/+2
* Avoid throwing exceptions in _PortableNext (finally resolves issue #51).Volodymyr Sapsai2012-07-19-2/+2
* Fixed build under MinGW (issue #71).Volodymyr Sapsai2012-07-15-7/+11
* Update to reflect CMake changes in LLVM/Clang (resolves issue #72).Volodymyr Sapsai2012-07-11-17/+13
* Update to reflect changes in Clang. Guess earlier we've seen ASTContext via t...Volodymyr Sapsai2012-07-09-0/+1
* Update to reflect changes in Clang. s/AddCommentHandler/addCommentHandler/Volodymyr Sapsai2012-06-21-1/+1
* Added more IWYU search paths, for out-of-tree build.Volodymyr Sapsai2012-06-19-0/+9
* Run run_iwyu_tests.py cleanly under Python 3.2.Volodymyr Sapsai2012-06-12-7/+10
* Instead of include location use included filename location inVolodymyr Sapsai2012-06-12-7/+125
* Update to reflect changes in Clang.Volodymyr Sapsai2012-06-08-1/+1
* Update to reflect changes in Clang (fixes issue #68).Volodymyr Sapsai2012-05-10-18/+24
* Added lib ClangEdit to CMakeLists.txt (issue #66)FFabioFracassi2012-03-15-0/+1
* Added linking to the new ClangEdit lib (fixes issue 66)FFabioFracassi2012-03-13-1/+2
* Fixed Constructor handling for clang post r150682 (solves issue 65)FFabioFracassi2012-03-10-8/+32
* Get rid of Flag3Value -- I don't know what it was supposed tocsilvers+iwyu2012-02-09-2/+0
* Update to reflect to changed interface.csilvers+iwyu2012-02-01-1/+1
* Compile cleanly under -Wno-switch-redundant-default.csilvers+iwyu2012-01-24-3/+2
* Add a few new enumscsilvers+iwyu2012-01-20-0/+2
* Blah, I didn't realize this third file had been added too.csilvers+iwyu2011-12-01-0/+44
* Oops, forgot to submit these new files to SVN.csilvers+iwyu2011-12-01-0/+226
* Add an IWYU test that a crashing bug in Clang doesn't regress.csilvers+iwyu2011-12-01-0/+19
* Some refactoring to straighten out dependencies.csilvers+iwyu2011-12-01-226/+80
* Fixed bug 4851055 (unnecessary and bogus struct declaration added)csilvers+iwyu2011-12-01-1/+43
* CK_GetObjCProperty has gone away (inside clang).csilvers2011-11-08-1/+0
* another private file that needs to be mapped. c.f.csilvers+iwyu2011-11-03-0/+2
* s/getHostTriple/getDefaultTargetTriple/csilvers+iwyu2011-11-02-2/+3
* fix badinc.cc in the wake of r143410.csilvers+iwyu2011-11-02-0/+1
* Fix iwyu tests based on my previous change to @headernamecsilvers+iwyu2011-10-25-5/+12
* Get the 'official' name of gcc header files from the @filecsilvers+iwyu2011-10-25-2/+12
* Now that we get the exiting-from file via the FileChanged API,csilvers+iwyu2011-10-17-12/+10
* Fix up a few API changes.csilvers+iwyu2011-10-17-6/+9
* When we detect an include-mapping cycle, print the cycle.csilvers+iwyu2011-10-17-9/+15
* FileChanged takes an extra argument now. Unbreaks the build.csilvers2011-10-12-2/+6