summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/ExternalPreprocessorSource.h
Commit message (Expand)AuthorAgeFilesLines
* [modules] Before checking whether the controlling macro of a header is defined,Richard Smith2015-07-011-1/+6
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Add missing #include, found by modules build.Richard Smith2015-05-141-0/+1
* [modules] Determine the set of macros exported by a submodule at the end of t...Richard Smith2015-04-231-0/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko2013-01-121-1/+3
* Deserialize macro history when we deserialize an identifier that hasDouglas Gregor2012-10-111-3/+0
* Make the loading of information attached to an IdentifierInfo from anDouglas Gregor2011-10-271-0/+3
* Make the deserialization of macro definitions lazy, so that we canDouglas Gregor2010-10-301-0/+3
* Rename PCHReader to ASTReader.Sebastian Redl2010-08-181-1/+1
* Add missing newline (which breaks MSVC build???)Daniel Dunbar2010-01-041-1/+1
* Teach Preprocessor::macro_begin/macro_end to lazily load all macroDouglas Gregor2010-01-041-0/+34