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. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  4. 8d82506 Oops, didn't define AreTypesSame correctly. by Sean Callanan · 14 years ago
  5. 5510ddd Added a function to test whether two types are the same. by Sean Callanan · 14 years ago
  6. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  7. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  8. bc4f0f5 Moved NDEBUG from a global setting to a specific hack. by Sean Callanan · 14 years ago
  9. ccfba72 Switch over to using llvm's dwarf constants file. by Jason Molenda · 14 years ago
  10. e9d0df4 More leaks detection: by Greg Clayton · 14 years ago
  11. f05633b Add missing stdio.h include; fix include path for ClangASTContext.h. by Eli Friedman · 14 years ago
  12. e41c4b2 Updated LLVM/Clang to revision from 2010-06-13T06:00. by Greg Clayton · 14 years ago
  13. fa97069 Anders Carlsson patch for member pointers. Thanks Anders. by Greg Clayton · 14 years ago
  14. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago