1. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  2. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  3. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  4. 5f802e5 Revert r130912 in order to approach defaulted functions from the other by Sean Hunt · 13 years ago
  5. ad7ec12 Implement some framework for defaulted constructors. by Sean Hunt · 13 years ago
  6. 5ebd9fe Nuke stale code for separately importing the qualifer -- it's just part by Chandler Carruth · 13 years ago
  7. 3aa8140 Add an optional field attached to a DeclRefExpr which points back to the by Chandler Carruth · 13 years ago
  8. 8703b1c ASTImporter support for NestedNameSpecifier, from Olaf Krzikalla by Douglas Gregor · 13 years ago
  9. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  10. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  11. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  12. 1de4d4e Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 14 years ago
  13. da57f3e Make helpers static. by Benjamin Kramer · 14 years ago
  14. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 14 years ago
  15. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 14 years ago
  16. ba877ad Fixed InnerLocStart. by Abramo Bagnara · 14 years ago
  17. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 14 years ago
  18. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 14 years ago
  19. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  20. a868c37 Completed source ranges fixes for all classes inheriting from TypeDecl. by Abramo Bagnara · 14 years ago
  21. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  22. b1c8649 Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it. by Argyrios Kyrtzidis · 14 years ago
  23. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  24. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  25. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  26. f2eca2c Import three interesting bits that apply only to C++ methods. by John McCall · 14 years ago
  27. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  28. d8868a6 Introduce the notion of a "minimal" import of ASTs, to better support LLDB. by Douglas Gregor · 14 years ago
  29. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 14 years ago
  30. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 14 years ago
  31. 0bc15d9 Fix a few warnings stemming from my inability to properly fill out by Douglas Gregor · 14 years ago
  32. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
  33. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
  34. 61c4d28 Implement support for template template parameter packs, e.g., by Douglas Gregor · 14 years ago
  35. f90b27a Implement pack expansions whose pattern is a base-specifier. by Douglas Gregor · 14 years ago
  36. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  37. 10738d3 Add an AST representation for non-type template parameter packs, e.g., by Douglas Gregor · 14 years ago
  38. 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 14 years ago
  39. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  40. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  41. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  42. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  43. cad2c59 Fix two thinkos and add a test for importing the AST of a category by Douglas Gregor · 14 years ago
  44. 954e0c7 Implement AST import for Objective-C property implementations by Douglas Gregor · 14 years ago
  45. 3daef29 Implement ASTImporter support for Objective-C category implementations. by Douglas Gregor · 14 years ago
  46. 9f71a8f PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  47. dd182ff Extern the ASTImporter to import @implementation declarations. by Douglas Gregor · 14 years ago
  48. a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 14 years ago
  49. c04d9d1 Fix inverted return value in the ASTImporter. No matter how much LLVM by Douglas Gregor · 14 years ago
  50. d5dc83a Implement AST import support for class template specializations. by Douglas Gregor · 14 years ago
  51. 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 14 years ago
  52. 0629cbe Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was missed previously by Douglas Gregor · 14 years ago
  53. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  54. 87c2e12 Major anonymous union/struct redesign. by Francois Pichet · 14 years ago
  55. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  56. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  57. e86d78c Add a variant of GCC-style vector types for ARM NEON. by Bob Wilson · 14 years ago
  58. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  59. b41d899 Pass TInfo to CXXDestructorDecl::Create(), just like we do for other by Craig Silverstein · 14 years ago
  60. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  61. 81134ad Don't add an imported function into its lexical context until *after* by Douglas Gregor · 14 years ago
  62. 535a3e2 Make the FileID import map key on FileID. by Sebastian Redl · 14 years ago
  63. 53b9441 Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols by Ted Kremenek · 14 years ago
  64. 9996a7f Fix the memory leak of FloatingLiteral/IntegerLiteral. by Argyrios Kyrtzidis · 14 years ago
  65. 5baba9d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 14 years ago
  66. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
  67. 2577743 Added locations and type source info for DeclarationName. by Abramo Bagnara · 14 years ago
  68. deacbdc Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, by Douglas Gregor · 14 years ago
  69. 74c730a - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for forward declarations and the definition. by Sebastian Redl · 14 years ago
  70. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
  71. 5606220 Add source location information to C++ base specifiers. by Nick Lewycky · 14 years ago
  72. 3fe1041 atch for implementation of objective-c's -Wselector by Fariborz Jahanian · 14 years ago
  73. 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
  74. ac0021b Added PCH/ASTImporter code for ObjCIvarDecl's field. by Fariborz Jahanian · 14 years ago
  75. 788b0fd improve altivec vector bool/pixel support, patch by Anton Yartsev by Chris Lattner · 14 years ago
  76. 80aa1cd Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 14 years ago
  77. 3350095 Split DependentNameType into two types. DependentNameType represents the by John McCall · 14 years ago
  78. 83a230c Remember type source information for Objective C property declarations. by John McCall · 14 years ago
  79. 5250f27 Hack in some really terrible C++ record PCH support that I need right now. by John McCall · 14 years ago
  80. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  81. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  82. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  83. 1b5a618 Remember the number of positive and negative bits used by the enumerators of by John McCall · 14 years ago
  84. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 14 years ago
  85. 41b2dcd Add BasePath arguments to all cast expr constructors. by Anders Carlsson · 14 years ago
  86. f1b48b7 CastExpr should not hold a pointer to the base path. More cleanup. by Anders Carlsson · 14 years ago
  87. 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 14 years ago
  88. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 14 years ago
  89. 00b40d3 Revert "C++ doesn't really use "namespaces" for different kinds of names the same", which seems to break most C++ nightly test apps. by Daniel Dunbar · 14 years ago
  90. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 14 years ago
  91. e127a0d push some source location information down through the compiler, by Chris Lattner · 14 years ago
  92. 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 14 years ago
  93. 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 15 years ago
  94. a0a270c Match MemoryBuffer API changes. by Chris Lattner · 15 years ago
  95. a065492 Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invariants on the provided DeclContext. by Daniel Dunbar · 15 years ago
  96. 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 15 years ago
  97. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
  98. 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 15 years ago
  99. b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 15 years ago
  100. bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 15 years ago