1. c894b32 Delete dead code. by Eli Friedman · 11 years ago
  2. fc0f91c Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 11 years ago
  3. 0fa93ce Add test coverage for serialization of dependent function template specializations. by Eli Friedman · 11 years ago
  4. 776bfa1 Add some comments to r184252. by Adrian Prantl · 11 years ago
  5. bd34520 [analyzer] Do not create a CompoundVal for lvalue InitListExprs. by Anna Zaks · 11 years ago
  6. 52810c5 [analyzer] Do not report uninitialized value warnings inside swap functions. by Anna Zaks · 11 years ago
  7. 14c1a13 Emit forward decls for structs with declarations only when we are by Adrian Prantl · 11 years ago
  8. 0601700 Introduce a new mangling for protocol-qualified ObjC types in C++. This allows by Eli Friedman · 11 years ago
  9. 7e5e2d0 doc. parsing: Allow parameter name "..." for variadic functions/methods. by Fariborz Jahanian · 11 years ago
  10. 995544e Make sure the assembler-with-cpp hack for "#" works with multiple "#"s in by Eli Friedman · 11 years ago
  11. e7e8fca When declaring an ObjC interface decl with a @compatibility_alias alias name, change the class name to the "real" one. by Argyrios Kyrtzidis · 11 years ago
  12. da1f9cb Use llvm::sys::fs::can_write. by Rafael Espindola · 11 years ago
  13. f756882 Partially revert r184225 test changes and make a smaller and more generic fix. by Stephen Lin · 11 years ago
  14. ee76e72 [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {add,sub} with carry for bytes. by Michael Gottesman · 11 years ago
  15. b987eda Fix C++ constructor/destructor tests when run on ARM by Stephen Lin · 11 years ago
  16. 662f41b DR14, DR101, and part of DR1: fix handling of extern "C" declarations in by Richard Smith · 11 years ago
  17. 105b207 Use llvm::sys::fs::GetUniqueID. by Rafael Espindola · 11 years ago
  18. 2243e78 Correctly compute the index of the first string format argument when deciding by Eli Friedman · 11 years ago
  19. 3ed4d1c PR14503: Don't assert if a constexpr constructor temploid instantiates to a by Richard Smith · 11 years ago
  20. cd9c9b5 Objective-C: Fixes a typo correction bug where a by Fariborz Jahanian · 11 years ago
  21. d4c0cd0 CodeGen: Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute. by Stephen Lin · 11 years ago
  22. 52fdc56 Fix buildbot failure. by Fariborz Jahanian · 11 years ago
  23. 419245e Objective-C [qoi]: privide typo correction for selectors by Fariborz Jahanian · 11 years ago
  24. 15f03ea Remove option emitter from clang-tblgen by Reid Kleckner · 11 years ago
  25. 1f4ef95 Remove duplicated file and directory. by Rafael Espindola · 11 years ago
  26. 4b7bae3 Update to pass in pointers intead of references. by Bill Wendling · 11 years ago
  27. e4bce7a size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459> by Bob Wilson · 11 years ago
  28. 5c1a9f3 Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David Blaikie by Dmitri Gribenko · 11 years ago
  29. 68effa0 ArrayRef'ize CodeCompletionContext::getNumSelIdents() by Dmitri Gribenko · 11 years ago
  30. 904df3e contextual conversion fix: C++98 compatibility warning. by Larisse Voufo · 11 years ago
  31. b8b5297 Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 11 years ago
  32. 0bb5199 r184100 Fix -- Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  33. 2736f2e Remove an ugly hack that was meant to eliminate the breakpoint ambiguity by Adrian Prantl · 11 years ago
  34. f8421a3 Delete dead code. by Eli Friedman · 11 years ago
  35. 3e8ac1b Accept and ignore -fdebug-types-section for now. This will be used by Eric Christopher · 11 years ago
  36. e7d9464 FileCheck-ize. by Eric Christopher · 11 years ago
  37. b4c0ad4 Add a missing testcase for ObjC ivar encoding for a C++ class with a vptr. by Eli Friedman · 11 years ago
  38. 02344ac Turn Clang 3.3 boxes on C++ status from yellow to green now we're releasing it. by Richard Smith · 11 years ago
  39. 2c72000 Point link at correct location for Clang 3.3 release notes. by Richard Smith · 11 years ago
  40. 6e40c95 Fix source range of CXXNewExpr with parentheses around the type. PR15569. by Eli Friedman · 11 years ago
  41. 93cc515 Compute the visibility of static local variables consistently. Fixes PR16208. by Eli Friedman · 11 years ago
  42. 26e5178 Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204. by Eli Friedman · 11 years ago
  43. 9610d77 Cleanup linkage computation for static locals. by Rafael Espindola · 11 years ago
  44. e1e0342 Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt. by Rafael Espindola · 11 years ago
  45. 492d84c0 X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd by Manman Ren · 11 years ago
  46. b67313d Revert "Updated test cases for contextual conversion" by Rafael Espindola · 11 years ago
  47. 37aba47 Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  48. 5c8a92e Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because that by Richard Smith · 11 years ago
  49. a79927f unbreak buildbot for now. by Fariborz Jahanian · 11 years ago
  50. a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
  51. 0dcea35 Clean up empty struct/union recognition. by Serge Pavlov · 11 years ago
  52. d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
  53. dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
  54. d71b15b Fix a problem in ExpressionParser leading to trailing comments affecting indentation of an expression after a line break. by Alexander Kornienko · 11 years ago
  55. 6b96742 Try to fix the bots with a forward decl. by Reid Kleckner · 11 years ago
  56. 22d0e29 Fixes incorrect indentation of line comments after break and re-alignment. by Alexander Kornienko · 11 years ago
  57. cff1512 [AST] Don't include RecursiveASTVisitor.h in ASTContext.h by Reid Kleckner · 11 years ago
  58. 375a040 Corrected status of support for contextual conversion from full to SVN by Larisse Voufo · 11 years ago
  59. 7273289 Remove unused file. by Richard Smith · 11 years ago
  60. 9109bf1 C++11: don't warn about the deprecated 'register' keyword if it's combined with by Richard Smith · 11 years ago
  61. 58df042 Add warning group -Wdeprecated-register for C++11 warning on 'register' being by Richard Smith · 11 years ago
  62. ed7dc87 Add tests for C++ DR100-150. by Richard Smith · 11 years ago
  63. 0012dd4 Add testcase for DR39 from PR5916. by Richard Smith · 11 years ago
  64. 4196019 PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if' by Richard Smith · 11 years ago
  65. 19707c2 Fixed one buildbot-failure-causing bug... by Larisse Voufo · 11 years ago
  66. 050315b ArrayRef'ize Sema::CodeComplete* by Dmitri Gribenko · 11 years ago
  67. 62bbae4 Updated status of support for contextual conversion from partial to full by Larisse Voufo · 11 years ago
  68. 539470e Updated the support for contextual conversion tweaks (n3323) with a previously overlooked part: implicitly converting array sizes to size_t, rather than contextually converting them to some unique type. by Larisse Voufo · 11 years ago
  69. d570a92 A quick fix to allow return type deduction on member templates by Faisal Vali · 11 years ago
  70. 0449163 Emit native implementations of atomic operations on FreeBSD/armv6. by Ed Schouten · 11 years ago
  71. d6b6987 PR16263: Implement current direction of core issue 1376. Binding a reference to by Richard Smith · 11 years ago
  72. 41cb3d9 Fix handling of const_cast from prvalue to rvalue reference: such a cast is by Richard Smith · 11 years ago
  73. 3bf6805 Fix comments referring to non-existent types. by Eli Friedman · 11 years ago
  74. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  75. 6b759f4 Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from a by Richard Smith · 11 years ago
  76. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  77. 16a0ec6 Don't remove backslashes from block comments. by Alexander Kornienko · 11 years ago
  78. 93f32da Fix the warning for divide by zero to be a bit more robust. ;] by Chandler Carruth · 11 years ago
  79. 3282b84 Emit initializers for static-storage-duration temporaries as constants where by Richard Smith · 11 years ago
  80. 0b588cd [docs] Fix wrong clang-format example. by Rui Ueyama · 11 years ago
  81. 162579a Remove implicit fallthrough from AArch64 to Mips in lib selection by Tim Northover · 11 years ago
  82. 13f8404 Avoid fallthrough in header, to allow external users of Clang libraries to by Richard Smith · 11 years ago
  83. 678eca4 Fix the linkage of static locals inside a CapturedStmt. (Found in the by Eli Friedman · 11 years ago
  84. aa12d8f Don't depend on the transitive inclusion of PathV1.h. by Rafael Espindola · 11 years ago
  85. 6f2e23b Use the sys::RemoveFileOnSignal that takes a StringRef. by Rafael Espindola · 11 years ago
  86. 95099ef Followup to r183931 to fix the lambda conversion-to-block-pointer member. by Eli Friedman · 11 years ago
  87. 57a3bbf Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 11 years ago
  88. 38fa961 Fix a small bug in the linkage computation for the lambda conversion-to-function-pointer member. by Eli Friedman · 11 years ago
  89. 2289933 Update for llvm change. by Rafael Espindola · 11 years ago
  90. ad24ad4 Allow clang to build __clear_cache on ARM. by Rafael Espindola · 11 years ago
  91. 7b7db26 Clean up test to appease NDEBUG builds. by Richard Smith · 11 years ago
  92. 2f9c035 InheritViz.cpp uses sys::Path, include PathV1.h by Rafael Espindola · 11 years ago
  93. 8b81df3 Use version of DisplayGraph that takes a StringRef. by Rafael Espindola · 11 years ago
  94. 4889a1f Teach clang about the armv4/armv4t distinction by Tim Northover · 11 years ago
  95. 0b21490 Modernize some low-hanging PathV1 uses. by Benjamin Kramer · 11 years ago
  96. 009d7d5 libclang: Remove clang::RemapFiles, it's dead code. by Benjamin Kramer · 11 years ago
  97. 082ad2b libclang: Port CIndexer::getClangResourcesPath to PathV2. No functionality change. by Benjamin Kramer · 11 years ago
  98. 1b03464 Add Ubuntu Saucy to the list of known Ubuntu releases by Sylvestre Ledru · 11 years ago
  99. a438e68 Make it clear in Decl::hasBody that it can return true on redeclarations. by Manuel Klimek · 11 years ago
  100. 5350ded More for PR12457: fix handling of __builtin_isinf_sign and test. by Richard Smith · 11 years ago