summaryrefslogtreecommitdiff
path: root/clang/lib/Lex/PreprocessorLexer.cpp
AgeCommit message (Expand)Author
2024-11-16[Lex] Remove unused includes (NFC) (#116460)Kazu Hirata
2023-12-08[clang] NFC: Remove `OptionalFileEntryRefDegradesToFileEntryPtr` (#74899)Jan Svoboda
2022-04-15[clang][lex] NFC: Use FileEntryRef in PreprocessorLexer::getFileEntry()Jan Svoboda
2019-03-19Factor out repeated code parsing and concatenating header-names fromRichard Smith
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2017-12-04[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2013-09-19Make Preprocessor::Lex non-recursive.Eli Friedman
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-13Revert r167801, "[preprocessor] When #including something that contributes noDaniel Dunbar
2012-11-13[preprocessor] When #including something that contributes no tokens at all,Argyrios Kyrtzidis
2012-06-17Documentation cleanup: Use \brief for summaries, and escape # characters.James Dennett
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-08-21Boost the efficiency of SourceManager::getMacroArgExpandedLocation.Argyrios Kyrtzidis
2011-02-28Rename tok::eom to tok::eod.Peter Collingbourne
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-01-29move library-specific diagnostic headers into library private dirs. ReduceChris Lattner
2009-01-27Split the single monolithic DiagnosticKinds.def file into oneChris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2009-01-16Change some terminology in SourceLocation: instead of referring to Chris Lattner
2008-11-22remove a sneaky version of Diag hiding in PreprocessorLexer.Chris Lattner
2008-11-22Change the Lexer::Diag method to not magically silence warnings,Chris Lattner
2008-11-20- Default initialize ParsingPreprocessorDirective, ParsingFilename, andTed Kremenek
2008-11-19- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.Ted Kremenek
2008-11-18Remove the last of the old-style Preprocessor::Diag methods.Chris Lattner
2008-11-12Move some diagnostic handling to PreprocessorLexer.Ted Kremenek
2008-11-12Add virtual dtor to PreprocessorLexer.Ted Kremenek
2008-11-12Move LexIncludeFilename from Lexer to PreprocessorLexer.Ted Kremenek