1. 4b7c983 Change struct forward declarations and definitions to use unique RecordDecls, as opposed to creating a single RecordDecl and reusing it. by Ted Kremenek · 16 years ago
  2. df042e6 Remove "NextDecl" from RecordDecl. This change touches many files that where RecordDecl or CXXRecordDecl was constructed, always with an argument of 'NULL' for the previous declaration. by Ted Kremenek · 16 years ago
  3. df91eca CXXRecordDecl and RecordDecl: by Ted Kremenek · 16 years ago
  4. 94cbb3e Silence uninitialized value warning in Release build. by Ted Kremenek · 16 years ago
  5. 68617fd Fix "copy & paste" error. by Argyrios Kyrtzidis · 16 years ago
  6. 39ba4ae -Changes to TagDecl: by Argyrios Kyrtzidis · 16 years ago
  7. d3bb44f Added new C++ AST Decl subclasses. by Argyrios Kyrtzidis · 16 years ago