aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/HeaderMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-12-13[SystemZ][z/OS] Add missing strnlen function for z/OS to fix build failures (...Abhina Sree1-2/+3
2023-09-23[Lex] Use llvm::byteswap instead of sys::getSwappedBytes (NFC)Kazu Hirata1-3/+2
2023-09-13[clang] NFCI: Use `FileEntryRef` in `FileManager::getBufferForFile()`Jan Svoboda1-3/+2
2023-01-28Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata1-3/+3
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-8/+8
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-03[clang] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2021-10-12[clang][lex] Remark on search path usageJan Svoboda1-13/+0
2021-06-25[clang] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-06-03[clang][clangd] Use reverse header map lookup in suggestPathToFileForDiagnosticsDmitry Polukhin1-0/+29
2019-08-26FileManager: Use llvm::Expected in new getFileRef APIDuncan P. N. Exon Smith1-3/+1
2019-08-22Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz1-5/+5
2019-08-01[clang] Adopt new FileManager error-returning APIsHarlan Haskins1-1/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-20[Lex] Make HeaderMaps a unique_ptr vectorFangrui Song1-2/+3
2016-10-01Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini1-1/+1
2016-02-23Lex: Return "" when HeaderMap::lookupFilename failsDuncan P. N. Exon Smith1-13/+24
2016-02-22Lex: Check for 0 buckets on header map constructionDuncan P. N. Exon Smith1-5/+5
2016-02-21Lex: Never overflow the file in HeaderMap::lookupFilename()Duncan P. N. Exon Smith1-5/+11
2016-02-20Lex: Change HeaderMapImpl::getString() to return StringRef, NFCDuncan P. N. Exon Smith1-4/+4
2016-02-20Lex: Use dbgs() instead of fprintf() in HeaderMap::dump()Duncan P. N. Exon Smith1-5/+5
2016-02-20Lex: Check whether the header map buffer has space for the bucketsDuncan P. N. Exon Smith1-10/+10
2016-02-20Lex: Check buckets on header map constructionDuncan P. N. Exon Smith1-4/+12
2016-02-20Lex: Add some unit tests for corrupt header mapsDuncan P. N. Exon Smith1-48/+28
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-1/+1
2014-10-26Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer1-4/+3
2014-08-29unique_ptrify HeaderMap::FileBufferDavid Blaikie1-6/+3
2014-05-17[C++11] Use 'nullptr'. Lex edition.Craig Topper1-6/+6
2014-03-09[C++11] Replace OwningPtr include with <memory>.Ahmed Charles1-1/+1
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-1/+1
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles1-1/+1
2014-02-14If the headermap maps the filename to a framework include ("Foo.h" -> "Foo/Fo...Argyrios Kyrtzidis1-6/+19
2013-05-15Use only explicit bool conversion operatorDavid Blaikie1-1/+1
2013-02-09Remove some stray uses of <ctype.h> functions.Jordan Rose1-1/+2
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose1-1/+0
2012-09-06Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky1-1/+1
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-1/+1
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-2/+2
2011-04-26To be able to replay compilations we need to accurately remodel howManuel Klimek1-4/+1
2011-03-16Add a 'RawPath' parameter to the PPCallbacks interface. This allowsChandler Carruth1-2/+5
2010-12-19Add missing standard includes. Patch by Joerg Sonnenberger!Nick Lewycky1-0/+1
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner1-7/+4
2010-11-21remove old compatibility APIs, use StringRef versions instead.Chris Lattner1-1/+1
2010-11-03Implement -working-directory.Argyrios Kyrtzidis1-4/+6
2010-01-10Simplify code. No functionality change.Benjamin Kramer1-18/+1
2010-01-10stringref'ize a bunch of filename handling logic. MuchChris Lattner1-6/+6
2009-10-26Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth1-1/+1
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-22/+22