summaryrefslogtreecommitdiffstats
path: root/clang/Lex/HeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Start reading the headermap header, drop the 'errorstr' argument toChris Lattner2007-12-171-3/+2
* Sink getName into DirectoryLookup to simplify the client in clang.Chris Lattner2007-12-171-0/+12
* finish stubbing out support for HeaderMap. Now we just need an implementation!Chris Lattner2007-12-171-1/+2
* refactor an better comment framework lookup code. This moves it from Chris Lattner2007-12-171-42/+53
* as it turns out, frameworks and headermaps are orthogonal. Make this so inChris Lattner2007-12-171-15/+33
* Step #1 in adding headermap support to clang.Chris Lattner2007-12-171-0/+28
* move IdentifierTable.h from liblex to libbasic.Chris Lattner2007-10-071-2/+2
* add a hasMacroDefinition() method to IdentifierInfo, strength reduce aChris Lattner2007-10-071-1/+2
* Implement a simple cache in headersearch. This speeds upChris Lattner2007-07-221-1/+25
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-21/+19
* Submitted by: Bill WendlingBill Wendling2007-06-021-11/+11
* Specify an initial size for StringMap.Chris Lattner2007-04-031-1/+1
* adjust to CStringMap interface change.Chris Lattner2007-02-081-8/+11
* Push strings out of the HeaderSearch interface, it now deals solely withChris Lattner2006-10-301-19/+22
* Change framework cache map from map to CStringMap. This speeds up PP userChris Lattner2006-10-301-2/+2
* Eliminate string use in DoFrameworkLookup. This speeds up pp of Cocoa.hChris Lattner2006-10-301-11/+18
* Use SmallString instead of string in HeaderSearch::LookupFile. This avoidsChris Lattner2006-10-301-7/+13
* Wean LookupSubframeworkHeader off std::strings, use the new SmallStringChris Lattner2006-10-301-10/+16
* Change DirectoryEntry::getName() to return a const char *Chris Lattner2006-10-271-3/+4
* change FileEntry::getName to return a const char*.Chris Lattner2006-10-271-5/+5
* Implement framework filesystem caching.Chris Lattner2006-10-221-5/+39
* count # framework lookupsChris Lattner2006-10-201-11/+22
* Speed up [sub]framework searchingChris Lattner2006-10-201-29/+20
* Implement subframework lookupChris Lattner2006-10-201-5/+59
* refactor header searching stuff out of the main Preprocessor object intoChris Lattner2006-10-181-0/+205
OpenPOWER on IntegriCloud