summaryrefslogtreecommitdiffstats
path: root/iwyu_location_util.h (follow)
Commit message (Expand)AuthorAgeLines
* Add explicit conversion from llvm::StringRef to std::stringAndrea Bocci2020-03-03-1/+1
* Update to reflect changes in Clang.Volodymyr Sapsai2016-10-10-2/+1
* Fix some Clang-tidy warningsEugeneZelenko2016-06-07-4/+4
* Make header guards consistentKim Grasman2016-05-25-3/+3
* Fix #127: Improve macro location logicKim Grasman2016-03-15-0/+6
* Revert "Fix #127: Improve macro location logic"Kim Grasman2016-03-11-6/+0
* Fix #127: Improve macro location logicKim Grasman2016-03-10-0/+6
* Remove some more unnecessary uses of FullSourceLoc.Kim Gräsman2015-03-02-7/+5
* Rename GetFileEntry(FullSourceLoc) GetLocFileEntryKim Gräsman2015-03-02-20/+11
* Simplify handling include filename location in macro.Volodymyr Sapsai2012-12-02-4/+0
* Instead of include location use included filename location inVolodymyr Sapsai2012-06-12-0/+4
* Re-do instantiation->expansion change.csilvers+iwyu2011-08-09-2/+2
* Add IWYU mapping for exception_defines.h.csilvers+iwyu2011-08-09-2/+2
* 'Instantiation' was renamed to 'Expansion' in clang. This does thecsilvers2011-08-01-2/+2
* [all changes by paul holden]csilvers+iwyu2011-07-20-2/+4
* Cleanup: add missing stddef.h (for offsetof).csilvers+iwyu2011-07-20-4/+2
* Fix some asserts which can fire when running with verbose output at level 3 o...paul.holden2011-07-19-2/+4
* Include-what-you-use fixit -- run iwyu on itself to fix up includes (part 2).csilvers+iwyu2011-05-04-7/+0
* Include-what-you-use fixit -- fix #includes on iwyu itself.csilvers+iwyu2011-05-04-1/+1
* Include-what-you-use fixes by running it on itself.csilvers+iwyu2011-05-04-2/+12
* It turns out that clang's isBeforeInTranslationUnitThancsilvers+iwyu2011-04-26-0/+13
* Rather than comparing line numbers to say that one decl comescsilvers+iwyu2011-04-26-6/+26
* 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
* Use intends-to-provide logic to guess whether the use of acsilvers+iwyu2011-03-18-1/+5
* It turns out the problem with failing tests wasn't due tocsilvers+iwyu2011-03-18-3/+5
* Fixes to get code to compile under MSVC 10. Submitted by pichet2...:csilvers2011-02-08-0/+1
* Initial release! Grains of salt not included.csilvers2011-02-04-0/+194