1. 7a4864e Rename Characteristic_t to CharacteristicKind by Chris Lattner · 17 years ago
  2. 630347d whitespace and comment changes, to fix grammar and 80 col violations by Nico Weber · 17 years ago
  3. 6f04406 clean up a bunch of fixme's I added, by moving by Chris Lattner · 17 years ago
  4. 7257ce2 Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo by Chris Lattner · 17 years ago
  5. d2a6ac9 * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 17 years ago
  6. d960610 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 17 years ago
  7. 2ba2358 prune dead #includes by Chris Lattner · 17 years ago
  8. 56f330d MemoryBuffer::getFile got smarter, obviating the need for readfilefast. by Chris Lattner · 17 years ago
  9. 1377e5f Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12 pages). by Steve Naroff · 17 years ago
  10. be1a7a0 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Basic/SourceManager.cpp]
  11. dfcad78 the macro start and macro end bits in source location are dead, remove them. by Chris Lattner · 18 years ago
  12. 2f5b8d0 Don't add an extra line to the end of the buffer, it doesn't really exist. by Chris Lattner · 18 years ago
  13. 959e5be Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  14. 2578dd0 Added storage of the FileID of the the main source file of a translation unit by Ted Kremenek · 18 years ago
  15. 1b6dd6f When serializing SourceManager, we now serialize out absolute paths by Ted Kremenek · 18 years ago
  16. b92cd87 Add hack to SourceManager to support missing source files during by Ted Kremenek · 18 years ago
  17. 12206af Added newline to end of file. by Ted Kremenek · 18 years ago
  18. da29d8c Removed dependence on including iostream (use llvm/Support/Streams.h instead). by Ted Kremenek · 18 years ago
  19. bc54abf Renamed SourceManager::Read to SourceManager::CreateAndRegister. by Ted Kremenek · 18 years ago
  20. 9c856e9 Implemented initial serialization support for SourceManager. by Ted Kremenek · 18 years ago
  21. 0ad06d1 Implemented serialization of SrcMgr::ContentCache. by Ted Kremenek · 18 years ago
  22. b8a39d9 rename getInstantiationLoc to match the scheme of isPhysicalLoc. by Chris Lattner · 18 years ago
  23. c17d26c change source location to have two bits for macros, tracking by Chris Lattner · 18 years ago
  24. 27f9c9b Updated a comment to hopefully silence a Lattner warning. by Ted Kremenek · 18 years ago
  25. 7670cca Updated some comments. by Ted Kremenek · 18 years ago
  26. dd364ea Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a by Ted Kremenek · 18 years ago
  27. d1cedd3 Unbreak mingw32. Maybe there should be something like libClandSystem? :) by Anton Korobeynikov · 18 years ago
  28. 569faa6 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 18 years ago
  29. 61adb66 Removed clang solution file for VC++, which didn't work properly because of hard coded paths in the llvm project files. by Hartmut Kaiser · 18 years ago
  30. a09a2c0 Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 18 years ago
  31. 37f04117 constify a method. by Chris Lattner · 18 years ago
  32. a835e04 Fix a bug in my previous commit by Chris Lattner · 18 years ago
  33. c5c0897 Increase the macro id cache to look up several recent entries, not just the last one. by Chris Lattner · 18 years ago
  34. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 18 years ago