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