1. c699400 Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! by Argyrios Kyrtzidis · 13 years ago
  2. f1b6946 Added a clause to the ASTImporter allowing it to import TranslationUnitDecls. by Sean Callanan · 13 years ago
  3. ad834d5 [PCH] When completing an objc forward reference, do not serialize the chain of its categories because by Argyrios Kyrtzidis · 13 years ago
  4. b1ce730 When importing an ObjCInterfaceDecl, ensure that by Sean Callanan · 13 years ago
  5. 27c72d8 Teach the ASTImporter to import DefinitionData bits. by Douglas Gregor · 13 years ago
  6. 21a2516 Fix various minor issues find via unreachable code warnings, from Ahmed Charles! by Douglas Gregor · 13 years ago
  7. 9faf810 I added a new function to DeclContext called by Sean Callanan · 13 years ago
  8. e0a22d0 Macro metaprogramming for builtin types. by John McCall · 13 years ago
  9. b05d7b2 Keep track when a ObjC interface/protocol was initially created as a forward reference. by Argyrios Kyrtzidis · 13 years ago
  10. 0ddaeb9 Add a new placeholder type to represent "unbridged" casts in ARC. by John McCall · 13 years ago
  11. b75a345 Teach the ASTImporter to perform DeclContext lookups in a way that by Douglas Gregor · 13 years ago
  12. aa4a99b Provide half floating point support as a storage only type. by Anton Korobeynikov · 13 years ago
  13. 7c9412c Teach the ASTImporter not to import redundant fields. by Douglas Gregor · 13 years ago
  14. a6b8b2c Constant expression evaluation refactoring: by Richard Smith · 13 years ago
  15. 5e1cdac Rename TagDecl::isDefinition -> isCompleteDefinition by John McCall · 13 years ago
  16. 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
  17. 7cc58b4 Added a flag to identify resolved overloaded function references. by Abramo Bagnara · 13 years ago
  18. 1711fc9 Improve location fidelity of objc decls. by Argyrios Kyrtzidis · 13 years ago
  19. 491306a Allow getting all source locations of selector identifiers in a ObjCMethodDecl. by Argyrios Kyrtzidis · 13 years ago
  20. 11d7716 Pass from the parser the locations of selector identifiers when creating by Argyrios Kyrtzidis · 13 years ago
  21. da92a7f Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived from the selector. by Argyrios Kyrtzidis · 13 years ago
  22. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  23. 3340e27 Fix the ASTImporter's lookup for anonymous structs/unions that get a by Douglas Gregor · 13 years ago
  24. 4278c65 ArrayRef-ifying Function/BlockDecl's setParams by David Blaikie · 13 years ago
  25. a64ccef Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. by Argyrios Kyrtzidis · 13 years ago
  26. 955fadb Remove a few mutating ObjCCategoryDecl methods. by Argyrios Kyrtzidis · 13 years ago
  27. 95ed778 objective-c: Treat top-level objective-c declarations by Fariborz Jahanian · 13 years ago
  28. 75cf3e8 Mark objc methods that are implicitly declared for properties (not user-declared) as implicit. by Argyrios Kyrtzidis · 13 years ago
  29. af1fc7a Track in the AST whether a function is constexpr. by Richard Smith · 13 years ago
  30. 0aeb289 Extended the AST importer to support ParenTypes. by Sean Callanan · 13 years ago
  31. 1cf038c Teach the ASTImporter to cope with cases where we have already by Douglas Gregor · 13 years ago
  32. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  33. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  34. 8cc4fd7 This patch (thanks to Doug Gregor) fixes a by Sean Callanan · 13 years ago
  35. 673e775 This fix (thanks to Doug Gregor) corrects a bug by Sean Callanan · 13 years ago
  36. b10aa3e Switch comments and assert text in AST from 'instantiation' to 'expansion'. by Chandler Carruth · 13 years ago
  37. 1460604 Preserve that a TemplateName was arrived at by substituting by John McCall · 13 years ago
  38. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  39. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  40. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  41. 5f802e5 Revert r130912 in order to approach defaulted functions from the other by Sean Hunt · 13 years ago
  42. ad7ec12 Implement some framework for defaulted constructors. by Sean Hunt · 13 years ago
  43. 5ebd9fe Nuke stale code for separately importing the qualifer -- it's just part by Chandler Carruth · 13 years ago
  44. 3aa8140 Add an optional field attached to a DeclRefExpr which points back to the by Chandler Carruth · 13 years ago
  45. 8703b1c ASTImporter support for NestedNameSpecifier, from Olaf Krzikalla by Douglas Gregor · 13 years ago
  46. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  47. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  48. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  49. 1de4d4e Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 13 years ago
  50. da57f3e Make helpers static. by Benjamin Kramer · 14 years ago
  51. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 14 years ago
  52. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 14 years ago
  53. ba877ad Fixed InnerLocStart. by Abramo Bagnara · 14 years ago
  54. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 14 years ago
  55. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 14 years ago
  56. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  57. a868c37 Completed source ranges fixes for all classes inheriting from TypeDecl. by Abramo Bagnara · 14 years ago
  58. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  59. 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
  60. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  61. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  62. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  63. f2eca2c Import three interesting bits that apply only to C++ methods. by John McCall · 14 years ago
  64. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  65. d8868a6 Introduce the notion of a "minimal" import of ASTs, to better support LLDB. by Douglas Gregor · 14 years ago
  66. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 14 years ago
  67. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 14 years ago
  68. 0bc15d9 Fix a few warnings stemming from my inability to properly fill out by Douglas Gregor · 14 years ago
  69. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
  70. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
  71. 61c4d28 Implement support for template template parameter packs, e.g., by Douglas Gregor · 14 years ago
  72. f90b27a Implement pack expansions whose pattern is a base-specifier. by Douglas Gregor · 14 years ago
  73. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  74. 10738d3 Add an AST representation for non-type template parameter packs, e.g., by Douglas Gregor · 14 years ago
  75. 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 14 years ago
  76. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  77. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  78. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  79. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  80. cad2c59 Fix two thinkos and add a test for importing the AST of a category by Douglas Gregor · 14 years ago
  81. 954e0c7 Implement AST import for Objective-C property implementations by Douglas Gregor · 14 years ago
  82. 3daef29 Implement ASTImporter support for Objective-C category implementations. by Douglas Gregor · 14 years ago
  83. 9f71a8f PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  84. dd182ff Extern the ASTImporter to import @implementation declarations. by Douglas Gregor · 14 years ago
  85. a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 14 years ago
  86. c04d9d1 Fix inverted return value in the ASTImporter. No matter how much LLVM by Douglas Gregor · 14 years ago
  87. d5dc83a Implement AST import support for class template specializations. by Douglas Gregor · 14 years ago
  88. 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 14 years ago
  89. 0629cbe Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was missed previously by Douglas Gregor · 14 years ago
  90. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  91. 87c2e12 Major anonymous union/struct redesign. by Francois Pichet · 14 years ago
  92. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  93. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  94. e86d78c Add a variant of GCC-style vector types for ARM NEON. by Bob Wilson · 14 years ago
  95. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  96. b41d899 Pass TInfo to CXXDestructorDecl::Create(), just like we do for other by Craig Silverstein · 14 years ago
  97. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  98. 81134ad Don't add an imported function into its lexical context until *after* by Douglas Gregor · 14 years ago
  99. 535a3e2 Make the FileID import map key on FileID. by Sebastian Redl · 14 years ago
  100. 53b9441 Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols by Ted Kremenek · 14 years ago