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