1. a139481 stringref'ize a bunch of filename handling logic. Much by Chris Lattner · 15 years ago
  2. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  3. b1526f3 use the new Path::isAbsolute function, fixing a fixme. Patch by Gregory Curfman! by Chris Lattner · 15 years ago
  4. 8c5a760 Lazily load the controlling macros for all of the headers known in the by Douglas Gregor · 15 years ago
  5. 83d63c7 Add PCH support for #import. by Steve Naroff · 15 years ago
  6. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 15 years ago
  7. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from Lex/HeaderSearch.cpp]
  8. c9dde4f clarify comment, this is undefined behavior in any case, even if it only by Chris Lattner · 16 years ago
  9. ca63fa0 Two more Windows-related fixes: by Ted Kremenek · 16 years ago
  10. 9415a0c Fix PR1969. stdin has no FileEntry. by Chris Lattner · 16 years ago
  11. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  12. 1bfd4a6 Start reading the headermap header, drop the 'errorstr' argument to by Chris Lattner · 17 years ago
  13. 3af66a9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
  14. b09e71f finish stubbing out support for HeaderMap. Now we just need an implementation! by Chris Lattner · 17 years ago
  15. afded5b refactor an better comment framework lookup code. This moves it from by Chris Lattner · 17 years ago
  16. df77233 as it turns out, frameworks and headermaps are orthogonal. Make this so in by Chris Lattner · 17 years ago
  17. 822da61 Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
  18. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  19. 9c46de4 add a hasMacroDefinition() method to IdentifierInfo, strength reduce a by Chris Lattner · 17 years ago
  20. 9960ae8 Implement a simple cache in headersearch. This speeds up by Chris Lattner · 17 years ago
  21. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago