1. ef3c694 Clear the LV cache when setting the instantiated from link. Fixes pr14835. by Rafael Espindola · 12 years ago
  2. aa46d51 Move ref qualifiers from Type bitfields into FunctionProtoType, stealing two by Richard Smith · 12 years ago
  3. cc5a28a Minor refactoring of my last patch related to // rdar://12958878 by Fariborz Jahanian · 12 years ago
  4. 32b94be objective-C: when searching for declarations in protocol by Fariborz Jahanian · 12 years ago
  5. c3cd2b0 Implement Attr dumping for -ast-dump. http://llvm-reviews.chandlerc.com/D234 by Alexander Kornienko · 12 years ago
  6. 7a83421 Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be by David Tweed · 12 years ago
  7. 6acc4bc Assert that redeclarations have the same linkage. by Rafael Espindola · 12 years ago
  8. 7ac928b Style fix: We don't use lowercase-and-underscored template parameter names. by Rafael Espindola · 12 years ago
  9. 2b721f5 Fix typo. Thanks to dgregor for noticing it. by Rafael Espindola · 12 years ago
  10. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 12 years ago
  11. 4e24f0f s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 12 years ago
  12. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
  13. 62a833e Convert an if that never happens to an assert. by Rafael Espindola · 12 years ago
  14. aa7dbaf Comment lexing: replace manual comparison with StringRef::find_first_of by Dmitri Gribenko · 12 years ago
  15. 9f0c692 Don't get confused if a extern "C" builtin function is redeclared without by Rafael Espindola · 12 years ago
  16. 07cf58c ArrayRefize CXXTryStmt. by Nico Weber · 12 years ago
  17. d36aa35 ArrayRefize a CompoundStmt constructor. by Nico Weber · 12 years ago
  18. 78eeba8 Reject overloading of two static extern C functions. by Rafael Espindola · 12 years ago
  19. ceb59d9 Replace magic numbers in CheckICE with an enum. by Richard Smith · 12 years ago
  20. 9b403c5 PR14729: Fix typo in CheckICE for BinaryConditionalOperators. by Richard Smith · 12 years ago
  21. 65d7831 Fix for PR12222. by Erik Verbruggen · 12 years ago
  22. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  23. 140aadf Add 171048 back but invalidate the cache of all redeclarations when setting by Rafael Espindola · 12 years ago
  24. eaf5ec4 Revert r171048, "Cache visibility of decls." by NAKAMURA Takumi · 12 years ago
  25. dfb3166 Cache visibility of decls. by Rafael Espindola · 12 years ago
  26. 3351536 Use a safe default width for template-diff'ing integral arguments, in by Douglas Gregor · 12 years ago
  27. d4ae653 Fixes couple of friend declaration -ast-print bug by Fariborz Jahanian · 12 years ago
  28. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  29. c939453 Minor coding style issue: NULL -> 0 by Alexander Kornienko · 12 years ago
  30. ad7bb36 ASTDumper coding style fixes. http://llvm-reviews.chandlerc.com/D226 by Alexander Kornienko · 12 years ago
  31. a894790 Fix another uninitialized bool member bug found by -fsanitize=bool. This one by Richard Smith · 12 years ago
  32. 3624e9e Robustify the @encode code and add support for _Atomic. by John McCall · 12 years ago
  33. 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 12 years ago
  34. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  35. 40902d8 Audit DeclPrinter with -ast-dump on Cocoa.h and by Fariborz Jahanian · 12 years ago
  36. ca57ccd Fix PR14591: Windows newlines in doxygen comments cause failed assertion in by Dmitri Gribenko · 12 years ago
  37. eb34db7 Comment parsing: add a missing 'else'. Found by inspection. by Dmitri Gribenko · 12 years ago
  38. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  39. c83c230 PR13470: Ensure that copy-list-initialization isntantiates as by Richard Smith · 12 years ago
  40. 3bc93e3 Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 by David Blaikie · 12 years ago
  41. 1850ac6 Fix a crash in diagnostic printing when a template class type is diff'ed by Eli Friedman · 12 years ago
  42. 88b9521 This is the libclang patch providing minimal API to by Fariborz Jahanian · 12 years ago
  43. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  44. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  45. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  46. a7a2f2a Merge storage classes even when contexts don't match. by Rafael Espindola · 12 years ago
  47. 372df45 Fix isThisDeclarationADefinition for extern following tentative. by Rafael Espindola · 12 years ago
  48. 4ae711b Don't hit an assertion failure when calculating the __PRETTY_FUNCTION__ by Argyrios Kyrtzidis · 12 years ago
  49. 40b66a00 Rename StmtDumper to ASTDumper. Patch contributed by Philip Craig! by Alexander Kornienko · 12 years ago
  50. 1b257af Use @import rather than @__experimental_modules_import, since the by Douglas Gregor · 12 years ago
  51. 34db84f objective-C blocks: Check for record type when deciding if by Fariborz Jahanian · 12 years ago
  52. 21c8b19 StmtDumper coding style changes by Alexander Kornienko · 12 years ago
  53. d5bc359 Rename StmtDumper::DumpSubTree() to dumpStmt() by Alexander Kornienko · 12 years ago
  54. bc2a35d Finish implementing 'selected constructor' rules for triviality in C++11. In by Richard Smith · 12 years ago
  55. 5579865 Remove some remnants of the assumption that there is at most one of each by Richard Smith · 12 years ago
  56. ac71351 Properly compute triviality for explicitly-defaulted or deleted special members. by Richard Smith · 12 years ago
  57. d5bc867 Implement C++03 [dcl.init]p5's checking for value-initialization of references by Richard Smith · 12 years ago
  58. 0ee69cc Currently when AST record layouts are dumped with -fdump-record-layouts, the by Eli Bendersky · 12 years ago
  59. d5e8394 Don't use dyn_cast on a Type* which might not be canonical. Fixes an extremely obscure record layout bug. by Richard Smith · 12 years ago
  60. 5e0ea19 More C++ testing of declarations embedded in by Fariborz Jahanian · 12 years ago
  61. ddb2968 In DeclPrint add printing of '= default' in constructors. by Fariborz Jahanian · 12 years ago
  62. 65bcdab In DeclPrint add printing of 'explicit' constructors. by Fariborz Jahanian · 12 years ago
  63. 02a2e5a Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  64. 8920eb7 Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  65. 3e2fe86 Testing C declarations embedded in by Fariborz Jahanian · 12 years ago
  66. ff685c5 objective-c blocks: Consider padding due to alignment by Fariborz Jahanian · 12 years ago
  67. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  68. 482b4fd Testing objective-C declarations embedded in by Fariborz Jahanian · 12 years ago
  69. a93d0f2 Include pruning and general cleanup. by Benjamin Kramer · 12 years ago
  70. 9852f58 Don't include Type.h in DeclarationName.h. by Benjamin Kramer · 12 years ago
  71. 2fa67ef Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. by Benjamin Kramer · 12 years ago
  72. 7d04d3a Refactor to reduce duplication in handling of special member functions. No functionality change. by Richard Smith · 12 years ago
  73. b282920 Now that the underlying problem has been fixed, add r168411 back. by Rafael Espindola · 12 years ago
  74. 8b8a09e Merge function types in C. by Rafael Espindola · 12 years ago
  75. 53c61c5 [-cxx-abi microsoft] Also spill the argument-back-references context when mangling templates by Timur Iskhodzhanov · 12 years ago
  76. b15c898 objective-C blocks: Make sure that identical logic is used by Fariborz Jahanian · 12 years ago
  77. acf796b Store on the CXXRecordDecl whether the class has, or would have, a copy by Richard Smith · 12 years ago
  78. 2a82ca2 Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are by Argyrios Kyrtzidis · 12 years ago
  79. 9d29543 Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, by Argyrios Kyrtzidis · 12 years ago
  80. 6902e41 Fix the definition of the vfork() builtin on Haiku. PR14378. by Eli Friedman · 12 years ago
  81. 8272be5 Revert r168411 for now. by Rafael Espindola · 12 years ago
  82. 79b7cc5 Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft by Timur Iskhodzhanov · 12 years ago
  83. 8dbf697 Add r168519 back, but with a fix to also merge the used flag in variables. by Rafael Espindola · 12 years ago
  84. 6df81a9 Revert r168519, "Merge used flags so that we don't have to iterate on isUsed. With this change" by NAKAMURA Takumi · 12 years ago
  85. 919b7e6 Merge used flags so that we don't have to iterate on isUsed. With this change by Rafael Espindola · 12 years ago
  86. 385e1d9 Remove redundant check. by Rafael Espindola · 12 years ago
  87. f62c690 Fix CXXRecordDecl::forallBases to not look through bases which are dependent by Richard Smith · 12 years ago
  88. 16c8cf1 Remove redundant code. by Rafael Espindola · 12 years ago
  89. 5175861 Remove redundant code. by Rafael Espindola · 12 years ago
  90. 36cbbe9 Documentation parsing: propely handle a lone '\endverbatim' and emit a warning. by Dmitri Gribenko · 12 years ago
  91. 95f6190 StmtDumper: remove incomplete support for limiting the maximum dump depth. by Dmitri Gribenko · 12 years ago
  92. 0bbf1c6 Fix PR14321, a crash when Clang is built with GCC 4.7 at -O1 or greater. by Matt Beaumont-Gay · 12 years ago
  93. 426391c A step towards sorting out handling of triviality of special members in C++11. by Richard Smith · 12 years ago
  94. 3d145f6 block extended signatur option. Change previous option by Fariborz Jahanian · 12 years ago
  95. 5b64e77 Fix a trivial bool-related bug I spotted while skimming David Fang's by Eli Friedman · 12 years ago
  96. 924d5c9 Make template diffing handle integral expressions of various widths correctly. by Eli Friedman · 12 years ago
  97. 06cffc0 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 12 years ago
  98. 1cef459 Teach the AST importer to merge enumerator constants. Fixes by Douglas Gregor · 12 years ago
  99. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  100. 93af2b8 PR14279: Work around this major miscompilation by treating move operations as by Richard Smith · 12 years ago