summaryrefslogtreecommitdiffstats
path: root/iwyu_preprocessor.h (follow)
Commit message (Expand)AuthorAgeLines
* [clang compat] Use FileEntryRef in PPCallbacks::InclusionDirective()Kim Gräsman2022-04-21-2/+3
* Delete unused `using` declarationsAlexey Storozhev2021-02-08-1/+0
* Rename port.h -> iwyu_port.hKim Grasman2019-12-26-1/+1
* Clang r369998: FileSkipped now takes FileEntryRefKim Grasman2019-09-01-1/+1
* Simplify handling of defined() operatorKim Grasman2019-01-19-9/+6
* Update for Clang r332021Kim Grasman2018-05-12-1/+2
* Add pragma to set associated headerKim Grasman2017-03-10-0/+4
* Fix Clang-tidy warningsEugeneZelenko2016-11-16-5/+5
* Terminology: as-typed -> as-writtenKim Grasman2016-09-04-3/+3
* More inconsistent parameter names (to be squashed)Kim Grasman2016-08-15-3/+3
* Add comments for closing namespace braceKim Grasman2016-08-15-1/+1
* Whitespace changes from clang-(tidy|format)Kim Grasman2016-08-15-0/+1
* Handle internal headers guarded by macro and x-macros (fix issue #109).Volodymyr Sapsai2016-08-14-1/+1
* Fix Clang-tidy modernize warningsEugeneZelenko2016-06-07-43/+38
* Make header guards consistentKim Grasman2016-05-25-3/+3
* Revert "Handle internal headers guarded by macro and x-macros (fix issue #109)."Volodymyr Sapsai2016-05-04-1/+1
* Handle internal headers guarded by macro and x-macros (fix issue #109).Volodymyr Sapsai2016-05-03-1/+1
* Assume override keyword support.Kim Grasman2015-07-14-12/+11
* Update to reflect changes in Clang.Volodymyr Sapsai2015-05-06-3/+3
* Remove redundant num_include_directives_.Kim Gräsman2014-08-17-6/+1
* Fix issue 126: Precompiled-headers support with --prefix_header_includesKim Gräsman2014-04-27-1/+5
* Update to reflect changes in Clang.Kim Gräsman2013-12-07-2/+2
* Update to reflect changes in Clang.Kim Gräsman2013-07-19-1/+3
* Update to reflect changes in Clang.Volodymyr Sapsai2013-05-04-1/+2
* Update to reflect changes in Clang.Kim Gräsman2013-02-25-5/+6
* Update to reflect changes in preprocessor callbacks. Patch by Kim Gräsman.Volodymyr Sapsai2012-12-09-12/+19
* Update to reflect changes in Clang. Now InclusionDirective callback has Filen...Volodymyr Sapsai2012-09-30-2/+3
* Instead of include location use included filename location inVolodymyr Sapsai2012-06-12-0/+16
* Update to reflect changes in Clang (fixes issue #68).Volodymyr Sapsai2012-05-10-4/+7
* Now that we get the exiting-from file via the FileChanged API,csilvers+iwyu2011-10-17-6/+3
* Fix up a few API changes.csilvers+iwyu2011-10-17-1/+2
* When we detect an include-mapping cycle, print the cycle.csilvers+iwyu2011-10-17-2/+1
* FileChanged takes an extra argument now. Unbreaks the build.csilvers2011-10-12-1/+2
* Fix a bug that would come up when using -I -- when looking forcsilvers+iwyu2011-10-07-1/+10
* New pragma: no_forward_declare <qualified symbol name>. When IWYU sees this,csilvers+iwyu2011-08-26-5/+16
* Make no-op change as Clang changed the PPCallbacks interface.csilvers+iwyu2011-08-19-1/+2
* Improve the heuristic for identifying associated .h files.csilvers+iwyu2011-07-02-2/+6
* Some changes based on csilvers' suggestions.csilvers+iwyu2011-05-23-1/+5
* Use a CommentHandler for most pragma parsing. A side effect is that thecsilvers+iwyu2011-05-23-14/+24
* Implemented a stand-alone 'private' pragma. Only friends are allowed to inclu...csilvers+iwyu2011-05-23-6/+6
* Include-what-you-use fixit -- run iwyu on itself to fix up includes (part 2).csilvers+iwyu2011-05-04-4/+0
* Include-what-you-use fixit -- fix #includes on iwyu itself.csilvers+iwyu2011-05-04-5/+5
* Include-what-you-use fixes by running it on itself.csilvers+iwyu2011-05-04-1/+2
* New pragma "friend". Usage:csilvers+iwyu2011-05-04-2/+7
* Allow include-what-you-use to run incsilvers+iwyu2011-04-26-2/+4
* Add another sanity check that deals with the case iwyucsilvers+iwyu2011-04-26-2/+16
* 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
* no_include pragma.csilvers+iwyu2011-04-12-6/+19
* Remove an unused type+function. If only all TODOs were this easy...csilvers+iwyu2011-03-18-13/+0