summaryrefslogtreecommitdiffstats
path: root/iwyu_lexer_utils.cc (follow)
Commit message (Expand)AuthorAgeLines
* Delete unused using declarationsAlexey Storozhev2020-11-28-1/+0
* Add explicit conversion from llvm::StringRef to std::stringAndrea Bocci2020-03-03-1/+1
* Rename port.h -> iwyu_port.hKim Grasman2019-12-26-1/+1
* Simplify handling of defined() operatorKim Grasman2019-01-19-61/+0
* Allow IWYU pragma: keep on forward declarations as an escape hatch for cases ...Kristoffer Henriksson2017-06-20-4/+11
* Terminology: as-typed -> as-writtenKim Grasman2016-09-04-2/+3
* Increase log level for macro lexerKim Grasman2016-08-02-2/+2
* Fix some Clang-tidy warningsEugeneZelenko2016-06-18-2/+1
* Introduce CHECK_UNREACHABLE_("message") instead of CHECK_(false && "message").Volodymyr Sapsai2013-12-31-1/+1
* Fixed file heading comments not matching the filename (issue #83). Patch by R...Volodymyr Sapsai2012-11-25-1/+1
* Some refactoring to straighten out dependencies.csilvers+iwyu2011-12-01-1/+2
* Fix a renamed method.csilvers+iwyu2011-09-20-1/+1
* Include-what-you-use fixes by running it on itself.csilvers+iwyu2011-05-04-1/+2
* 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
* Replace assert() by CHECK_, which is always executed, even incsilvers+iwyu2011-03-04-6/+6
* A few cleanups; no functionality change.csilvers2011-02-11-3/+4
* Initial release! Grains of salt not included.csilvers2011-02-04-0/+146