1. 64b45f7 PODness and Type Traits by Sebastian Redl · 17 years ago
  2. 074149e Introduce support for "transparent" DeclContexts, which are by Douglas Gregor · 17 years ago
  3. c4b4e7b Keep track of template arguments when we parse them. Right now, we don't actually do anything with the template arguments, but they'll be used to create template declarations by Douglas Gregor · 17 years ago
  4. fdfab6b When determining whether a class type has a const copy constructor, be by Douglas Gregor · 17 years ago
  5. f44515a Make linkage-specifications hold on to all of their declarations by Douglas Gregor · 17 years ago
  6. e8e3205 Warning fixes to operator precedence warnings. by Eli Friedman · 17 years ago
  7. fea8685 Remove tabs. by Nate Begeman · 17 years ago
  8. 9e7d9de Place constructors and destructors into the DeclContext of the class, by Douglas Gregor · 17 years ago
  9. 44b4321 Unifies the name-lookup mechanisms used in various parts of the AST by Douglas Gregor · 17 years ago
  10. 72c3f31 Representation of template type parameters and non-type template by Douglas Gregor · 17 years ago
  11. a11f42f Implement effects of 'mutable', and a few comments from Chris on its parsing. by Sebastian Redl · 17 years ago
  12. 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 17 years ago
  13. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 17 years ago
  14. 7d7e672 Don't build identifiers for C++ constructors, destructors, or by Douglas Gregor · 17 years ago
  15. 5540a72 Use only one constructor for CXXMethodDecl. Keep initialization stuff into one place. by Argyrios Kyrtzidis · 17 years ago
  16. 2f1bc52 Parsing, ASTs, and semantic analysis for the declaration of conversion by Douglas Gregor · 17 years ago
  17. 42a552f Parsing, representation, and preliminary semantic analysis of destructors. by Douglas Gregor · 17 years ago
  18. 64bffa9 Keep track of whether a C++ class is an aggregate. Don't allow initialization of non-aggregates with initializer lists. by Douglas Gregor · 17 years ago
  19. f03d7c7 Implement C++ copy-initialization for declarations. There is now some by Douglas Gregor · 17 years ago
  20. 7ad8390 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 17 years ago
  21. 21ef7ae LinkageSpecDecl is c++ specific, move it to DeclCXX by Chris Lattner · 17 years ago
  22. 396b7cd Add implicitly-declared default and copy constructors to C++ classes, by Douglas Gregor · 17 years ago
  23. 030ff0c Semantic checking of constructor declarations and classification of default/copy constructors by Douglas Gregor · 17 years ago
  24. 60d62c2 Implement basic support for converting constructors in user-defined by Douglas Gregor · 17 years ago
  25. b48fe38 Add support for parsing and representing C++ constructor declarations. by Douglas Gregor · 17 years ago
  26. b0d178d Add a quote from the standard about the type of 'this'. by Argyrios Kyrtzidis · 17 years ago
  27. 971c4fa -Add support for cv-qualifiers after function declarators. by Argyrios Kyrtzidis · 17 years ago
  28. 57c856b Clean up and document the representation of C++ base classes by Douglas Gregor · 17 years ago
  29. f8268ae Add representation of base classes in the AST, and verify that we by Douglas Gregor · 17 years ago
  30. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 17 years ago
  31. 35bc082 Simplify handling of struct/union/class tags. by Argyrios Kyrtzidis · 17 years ago
  32. d2595ec Improve the const-ness of a few methods. No functionality change. by Argyrios Kyrtzidis · 17 years ago
  33. 4b7c983 Change struct forward declarations and definitions to use unique RecordDecls, as opposed to creating a single RecordDecl and reusing it. by Ted Kremenek · 17 years ago
  34. 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 · 17 years ago
  35. df91eca CXXRecordDecl and RecordDecl: by Ted Kremenek · 17 years ago
  36. 94cbb3e Silence uninitialized value warning in Release build. by Ted Kremenek · 17 years ago
  37. 68617fd Fix "copy & paste" error. by Argyrios Kyrtzidis · 17 years ago
  38. 39ba4ae -Changes to TagDecl: by Argyrios Kyrtzidis · 17 years ago
  39. d3bb44f Added new C++ AST Decl subclasses. by Argyrios Kyrtzidis · 17 years ago