1. e65a3c8 Fix the bug that Eli noticed where we wouldn't look at function decls outside the class declaration. by Anders Carlsson · 15 years ago
  2. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  3. 5eff73c Handle pointers to arrays of abstract types. by Anders Carlsson · 15 years ago
  4. 8211eff More work on diagnosing abstract classes. We can now handle cases like by Anders Carlsson · 15 years ago
  5. 11f21a0 More improvements to abstract type checking. Handle arrays correctly, and make sure to check parameter types before they decay. by Anders Carlsson · 15 years ago
  6. b9bbe49 It's an error to try to allocate an abstract object using new. by Anders Carlsson · 15 years ago
  7. 4681ebd Disallow abstract types where appropriate. by Anders Carlsson · 15 years ago
  8. 67e4dd2 Keep track of whether a class is abstract or not. This is currently only used for the __is_abstract type trait. by Anders Carlsson · 15 years ago