1. f0fdefc When importing a FunctionProtoType::ExtProtoInfo, its ExceptionSpecDecl can point to the by Argyrios Kyrtzidis · 12 years ago
  2. 6ddca84 Fix build errors. by Argyrios Kyrtzidis · 12 years ago
  3. ac70c1a [AST importer] Do a correct import of a FunctionProtoType::ExtProtoInfo, don't pass by Argyrios Kyrtzidis · 12 years ago
  4. 93ed7cf Teach the ASTImporter how to handle anonymous structs/unions by Douglas Gregor · 12 years ago
  5. 81695fa Replace IsSameValue with the llvm::APSInt/llvm::APInt versions by Eric Christopher · 12 years ago
  6. d3861ce Remove CXXRecordDecl flags which are unused after r158289. by Richard Smith · 12 years ago
  7. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  8. 8552437 Plug a long standing memory leak in TemplateArgument. by Benjamin Kramer · 12 years ago
  9. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  10. 2bd4b60 Use RecordDecl::field_iterator because D1, D2 are RecordDecls. No functional change. by Dmitri Gribenko · 12 years ago
  11. d079abf A union can have a constexpr defaulted default constructor, if it has an by Richard Smith · 12 years ago
  12. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  13. d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 13 years ago
  14. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 13 years ago
  15. f4b88a4 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 13 years ago
  16. 96a0014 [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). by Daniel Dunbar · 13 years ago
  17. 77bfb8b objective-c: provide fixit hint when atomic property does not by Fariborz Jahanian · 13 years ago
  18. dfefb84 Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and by Richard Smith · 13 years ago
  19. af30029 modern objc translator. Finish off first cut of the by Fariborz Jahanian · 13 years ago
  20. f8af982 Within the body of a lambda expression, decltype((x)) for an by Douglas Gregor · 13 years ago
  21. ac32ff9 Make sure that imported definitions get completed before we add by Douglas Gregor · 13 years ago
  22. e4b9276 Added source location for the template keyword in AST template-id expressions. by Abramo Bagnara · 13 years ago
  23. 568991b Only try to import a definition if there is an definition to import. by Douglas Gregor · 13 years ago
  24. cd0d56a When importing a RecordDecl as a DeclContext, make sure that we pull by Douglas Gregor · 13 years ago
  25. 5602f7e Teach the AST importer about redeclaration chains for Objective-C by Douglas Gregor · 13 years ago
  26. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  27. f5c9f9f Switch NamespaceDecl from its own hand-rolled redeclaration chain over by Douglas Gregor · 13 years ago
  28. c9d3c7e Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. They are no longer needed by Douglas Gregor · 13 years ago
  29. bd9482d Eliminate ObjCForwardProtocolDecl, which is redundant now that by Douglas Gregor · 13 years ago
  30. 27c6da2 Wire up redeclaration chains for Objective-C protocols, so that both by Douglas Gregor · 13 years ago
  31. 5e2a1ff Move the data that corresponds to the definition of a protocol into a by Douglas Gregor · 13 years ago
  32. 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 13 years ago
  33. 099e7f6 constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' by Richard Smith · 13 years ago
  34. 0af5501 Fix chaining of ObjCInterfaceDecl redeclarations by Douglas Gregor · 13 years ago
  35. 7723fec Keep track of all declarations of an Objective-C class (both forward by Douglas Gregor · 13 years ago
  36. 2e5c15b Move the definition-specific data of ObjCInterfaceDecl into a by Douglas Gregor · 13 years ago
  37. 60ef308 Replace all comparisons between ObjCInterfaceDecl pointers with calls by Douglas Gregor · 13 years ago
  38. af76472 Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its by Douglas Gregor · 13 years ago
  39. c699400 Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! by Argyrios Kyrtzidis · 13 years ago
  40. f1b6946 Added a clause to the ASTImporter allowing it to import TranslationUnitDecls. by Sean Callanan · 13 years ago
  41. ad834d5 [PCH] When completing an objc forward reference, do not serialize the chain of its categories because by Argyrios Kyrtzidis · 13 years ago
  42. b1ce730 When importing an ObjCInterfaceDecl, ensure that by Sean Callanan · 13 years ago
  43. 27c72d8 Teach the ASTImporter to import DefinitionData bits. by Douglas Gregor · 13 years ago
  44. 21a2516 Fix various minor issues find via unreachable code warnings, from Ahmed Charles! by Douglas Gregor · 13 years ago
  45. 9faf810 I added a new function to DeclContext called by Sean Callanan · 13 years ago
  46. e0a22d0 Macro metaprogramming for builtin types. by John McCall · 13 years ago
  47. b05d7b2 Keep track when a ObjC interface/protocol was initially created as a forward reference. by Argyrios Kyrtzidis · 13 years ago
  48. 0ddaeb9 Add a new placeholder type to represent "unbridged" casts in ARC. by John McCall · 13 years ago
  49. b75a345 Teach the ASTImporter to perform DeclContext lookups in a way that by Douglas Gregor · 13 years ago
  50. aa4a99b Provide half floating point support as a storage only type. by Anton Korobeynikov · 13 years ago
  51. 7c9412c Teach the ASTImporter not to import redundant fields. by Douglas Gregor · 13 years ago
  52. a6b8b2c Constant expression evaluation refactoring: by Richard Smith · 13 years ago
  53. 5e1cdac Rename TagDecl::isDefinition -> isCompleteDefinition by John McCall · 13 years ago
  54. b001de7 Support for C1x _Atomic specifier (see testcase). This is primarily being committed at the moment to help support C++0x <atomic>, but it should be a solid base for implementing the full specification of C1x _Atomic. by Eli Friedman · 13 years ago
  55. 7cc58b4 Added a flag to identify resolved overloaded function references. by Abramo Bagnara · 13 years ago
  56. 1711fc9 Improve location fidelity of objc decls. by Argyrios Kyrtzidis · 13 years ago
  57. 491306a Allow getting all source locations of selector identifiers in a ObjCMethodDecl. by Argyrios Kyrtzidis · 13 years ago
  58. 11d7716 Pass from the parser the locations of selector identifiers when creating by Argyrios Kyrtzidis · 13 years ago
  59. da92a7f Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived from the selector. by Argyrios Kyrtzidis · 13 years ago
  60. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  61. 3340e27 Fix the ASTImporter's lookup for anonymous structs/unions that get a by Douglas Gregor · 13 years ago
  62. 4278c65 ArrayRef-ifying Function/BlockDecl's setParams by David Blaikie · 13 years ago
  63. a64ccef Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. by Argyrios Kyrtzidis · 13 years ago
  64. 955fadb Remove a few mutating ObjCCategoryDecl methods. by Argyrios Kyrtzidis · 13 years ago
  65. 95ed778 objective-c: Treat top-level objective-c declarations by Fariborz Jahanian · 13 years ago
  66. 75cf3e8 Mark objc methods that are implicitly declared for properties (not user-declared) as implicit. by Argyrios Kyrtzidis · 13 years ago
  67. af1fc7a Track in the AST whether a function is constexpr. by Richard Smith · 13 years ago
  68. 0aeb289 Extended the AST importer to support ParenTypes. by Sean Callanan · 13 years ago
  69. 1cf038c Teach the ASTImporter to cope with cases where we have already by Douglas Gregor · 13 years ago
  70. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  71. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  72. 8cc4fd7 This patch (thanks to Doug Gregor) fixes a by Sean Callanan · 13 years ago
  73. 673e775 This fix (thanks to Doug Gregor) corrects a bug by Sean Callanan · 13 years ago
  74. b10aa3e Switch comments and assert text in AST from 'instantiation' to 'expansion'. by Chandler Carruth · 13 years ago
  75. 1460604 Preserve that a TemplateName was arrived at by substituting by John McCall · 13 years ago
  76. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  77. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  78. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  79. 5f802e5 Revert r130912 in order to approach defaulted functions from the other by Sean Hunt · 13 years ago
  80. ad7ec12 Implement some framework for defaulted constructors. by Sean Hunt · 13 years ago
  81. 5ebd9fe Nuke stale code for separately importing the qualifer -- it's just part by Chandler Carruth · 13 years ago
  82. 3aa8140 Add an optional field attached to a DeclRefExpr which points back to the by Chandler Carruth · 13 years ago
  83. 8703b1c ASTImporter support for NestedNameSpecifier, from Olaf Krzikalla by Douglas Gregor · 13 years ago
  84. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  85. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  86. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  87. 1de4d4e Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 14 years ago
  88. da57f3e Make helpers static. by Benjamin Kramer · 14 years ago
  89. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 14 years ago
  90. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 14 years ago
  91. ba877ad Fixed InnerLocStart. by Abramo Bagnara · 14 years ago
  92. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 14 years ago
  93. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 14 years ago
  94. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  95. a868c37 Completed source ranges fixes for all classes inheriting from TypeDecl. by Abramo Bagnara · 14 years ago
  96. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  97. 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
  98. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  99. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  100. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago