1. 84f8075 Added a new enumeration named "ClangASTContext::AccessType" that abstracts the type creation from the various access enumerations in Clang. Currently there are clang::AccessSpecifier and the objective C ivars have their own enumeration. So I added a new enumeration that will allow a consistent interface when creating types through ClangASTContext. by Greg Clayton · 14 years ago
  2. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  3. f328c9f Added functionality to dematerialize values that were by Sean Callanan · 14 years ago
  4. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  5. 0b14098 Logic fix to properly determine when a symbol is not from the current by Greg Clayton · 14 years ago
  6. 7a45a2f More constructor warning fixes from William Lynch. by Benjamin Kramer · 14 years ago
  7. 8d82506 Oops, didn't define AreTypesSame correctly. by Sean Callanan · 14 years ago
  8. 5510ddd Added a function to test whether two types are the same. by Sean Callanan · 14 years ago
  9. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  10. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  11. bc4f0f5 Moved NDEBUG from a global setting to a specific hack. by Sean Callanan · 14 years ago
  12. 748b72f Fixed an issue with looking up line table entries by address where internal by Greg Clayton · 14 years ago
  13. ccfba72 Switch over to using llvm's dwarf constants file. by Jason Molenda · 14 years ago
  14. cdcb156 Change order of initialization. by Eric Christopher · 14 years ago
  15. e9d0df4 More leaks detection: by Greg Clayton · 14 years ago
  16. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  17. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  18. f9a232b Move a bunch of trivial methods into the header. These compile down to 1-2 by Benjamin Kramer · 14 years ago
  19. a1e1475 Fix comment, per Chris' suggestion. by Owen Anderson · 14 years ago
  20. c3d6855 Switch from qsort_r to std::stable_sort for a performance win and improved portability. by Owen Anderson · 14 years ago
  21. f05633b Add missing stdio.h include; fix include path for ClangASTContext.h. by Eli Friedman · 14 years ago
  22. e41c4b2 Updated LLVM/Clang to revision from 2010-06-13T06:00. by Greg Clayton · 14 years ago
  23. fa97069 Anders Carlsson patch for member pointers. Thanks Anders. by Greg Clayton · 14 years ago
  24. 7dbd6da Revert my previous patch. Apparently the code-size impact of std::sort isn't acceptable. by Owen Anderson · 14 years ago
  25. c0b52f4 Replace qsort_r with std::sort. This gets rid of a lot of portability by Owen Anderson · 14 years ago
  26. beb7742 Fixed an issue where a return value wasn't being returned from Symtab::CompareSymbolValueByIndexLinux. by Greg Clayton · 14 years ago
  27. 020f353 Make qsort_r usage "portable". Why does a function which seems so simple by Eli Friedman · 14 years ago
  28. e8448c6 SymbolVendor.mm doesn't seem to have any Objective-C in it; by Jason Molenda · 14 years ago
  29. b1ed516 Minor warning/error fixes. by Eli Friedman · 14 years ago
  30. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago