1. 5c1a9f3 Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David Blaikie by Dmitri Gribenko · 11 years ago
  2. 68effa0 ArrayRef'ize CodeCompletionContext::getNumSelIdents() by Dmitri Gribenko · 11 years ago
  3. 904df3e contextual conversion fix: C++98 compatibility warning. by Larisse Voufo · 11 years ago
  4. b8b5297 Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 11 years ago
  5. 0bb5199 r184100 Fix -- Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  6. 2736f2e Remove an ugly hack that was meant to eliminate the breakpoint ambiguity by Adrian Prantl · 11 years ago
  7. f8421a3 Delete dead code. by Eli Friedman · 11 years ago
  8. 3e8ac1b Accept and ignore -fdebug-types-section for now. This will be used by Eric Christopher · 11 years ago
  9. e7d9464 FileCheck-ize. by Eric Christopher · 11 years ago
  10. b4c0ad4 Add a missing testcase for ObjC ivar encoding for a C++ class with a vptr. by Eli Friedman · 11 years ago
  11. 02344ac Turn Clang 3.3 boxes on C++ status from yellow to green now we're releasing it. by Richard Smith · 11 years ago
  12. 2c72000 Point link at correct location for Clang 3.3 release notes. by Richard Smith · 11 years ago
  13. 6e40c95 Fix source range of CXXNewExpr with parentheses around the type. PR15569. by Eli Friedman · 11 years ago
  14. 93cc515 Compute the visibility of static local variables consistently. Fixes PR16208. by Eli Friedman · 11 years ago
  15. 26e5178 Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204. by Eli Friedman · 11 years ago
  16. 9610d77 Cleanup linkage computation for static locals. by Rafael Espindola · 11 years ago
  17. e1e0342 Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt. by Rafael Espindola · 11 years ago
  18. 492d84c0 X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd by Manman Ren · 11 years ago
  19. b67313d Revert "Updated test cases for contextual conversion" by Rafael Espindola · 11 years ago
  20. 37aba47 Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  21. 5c8a92e Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because that by Richard Smith · 11 years ago
  22. a79927f unbreak buildbot for now. by Fariborz Jahanian · 11 years ago
  23. a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
  24. 0dcea35 Clean up empty struct/union recognition. by Serge Pavlov · 11 years ago
  25. d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
  26. dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
  27. 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
  28. 6b96742 Try to fix the bots with a forward decl. by Reid Kleckner · 11 years ago
  29. 22d0e29 Fixes incorrect indentation of line comments after break and re-alignment. by Alexander Kornienko · 11 years ago
  30. cff1512 [AST] Don't include RecursiveASTVisitor.h in ASTContext.h by Reid Kleckner · 11 years ago
  31. 375a040 Corrected status of support for contextual conversion from full to SVN by Larisse Voufo · 11 years ago
  32. 7273289 Remove unused file. by Richard Smith · 11 years ago
  33. 9109bf1 C++11: don't warn about the deprecated 'register' keyword if it's combined with by Richard Smith · 11 years ago
  34. 58df042 Add warning group -Wdeprecated-register for C++11 warning on 'register' being by Richard Smith · 11 years ago
  35. ed7dc87 Add tests for C++ DR100-150. by Richard Smith · 11 years ago
  36. 0012dd4 Add testcase for DR39 from PR5916. by Richard Smith · 11 years ago
  37. 4196019 PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if' by Richard Smith · 11 years ago
  38. 19707c2 Fixed one buildbot-failure-causing bug... by Larisse Voufo · 11 years ago
  39. 050315b ArrayRef'ize Sema::CodeComplete* by Dmitri Gribenko · 11 years ago
  40. 62bbae4 Updated status of support for contextual conversion from partial to full by Larisse Voufo · 11 years ago
  41. 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
  42. d570a92 A quick fix to allow return type deduction on member templates by Faisal Vali · 11 years ago
  43. 0449163 Emit native implementations of atomic operations on FreeBSD/armv6. by Ed Schouten · 11 years ago
  44. d6b6987 PR16263: Implement current direction of core issue 1376. Binding a reference to by Richard Smith · 11 years ago
  45. 41cb3d9 Fix handling of const_cast from prvalue to rvalue reference: such a cast is by Richard Smith · 11 years ago
  46. 3bf6805 Fix comments referring to non-existent types. by Eli Friedman · 11 years ago
  47. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  48. 6b759f4 Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from a by Richard Smith · 11 years ago
  49. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  50. 16a0ec6 Don't remove backslashes from block comments. by Alexander Kornienko · 11 years ago
  51. 93f32da Fix the warning for divide by zero to be a bit more robust. ;] by Chandler Carruth · 11 years ago
  52. 3282b84 Emit initializers for static-storage-duration temporaries as constants where by Richard Smith · 11 years ago
  53. 0b588cd [docs] Fix wrong clang-format example. by Rui Ueyama · 11 years ago
  54. 162579a Remove implicit fallthrough from AArch64 to Mips in lib selection by Tim Northover · 11 years ago
  55. 13f8404 Avoid fallthrough in header, to allow external users of Clang libraries to by Richard Smith · 11 years ago
  56. 678eca4 Fix the linkage of static locals inside a CapturedStmt. (Found in the by Eli Friedman · 11 years ago
  57. aa12d8f Don't depend on the transitive inclusion of PathV1.h. by Rafael Espindola · 11 years ago
  58. 6f2e23b Use the sys::RemoveFileOnSignal that takes a StringRef. by Rafael Espindola · 11 years ago
  59. 95099ef Followup to r183931 to fix the lambda conversion-to-block-pointer member. by Eli Friedman · 11 years ago
  60. 57a3bbf Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 11 years ago
  61. 38fa961 Fix a small bug in the linkage computation for the lambda conversion-to-function-pointer member. by Eli Friedman · 11 years ago
  62. 2289933 Update for llvm change. by Rafael Espindola · 11 years ago
  63. ad24ad4 Allow clang to build __clear_cache on ARM. by Rafael Espindola · 11 years ago
  64. 7b7db26 Clean up test to appease NDEBUG builds. by Richard Smith · 11 years ago
  65. 2f9c035 InheritViz.cpp uses sys::Path, include PathV1.h by Rafael Espindola · 11 years ago
  66. 8b81df3 Use version of DisplayGraph that takes a StringRef. by Rafael Espindola · 11 years ago
  67. 4889a1f Teach clang about the armv4/armv4t distinction by Tim Northover · 11 years ago
  68. 0b21490 Modernize some low-hanging PathV1 uses. by Benjamin Kramer · 11 years ago
  69. 009d7d5 libclang: Remove clang::RemapFiles, it's dead code. by Benjamin Kramer · 11 years ago
  70. 082ad2b libclang: Port CIndexer::getClangResourcesPath to PathV2. No functionality change. by Benjamin Kramer · 11 years ago
  71. 1b03464 Add Ubuntu Saucy to the list of known Ubuntu releases by Sylvestre Ledru · 11 years ago
  72. a438e68 Make it clear in Decl::hasBody that it can return true on redeclarations. by Manuel Klimek · 11 years ago
  73. 5350ded More for PR12457: fix handling of __builtin_isinf_sign and test. by Richard Smith · 11 years ago
  74. acaf72a Towards PR12457: constant expression evaluation support for __builtin_parity{,l,ll}, __builtin_ffs{,l,ll}, and __builtin_fpclassify. by Richard Smith · 11 years ago
  75. 43cbfb6 Updated C++1y status for contextual conversions to 'partial' (without review) by Larisse Voufo · 11 years ago
  76. 4dbf408 Fix part of PR12457. Patch by Justin Bogner! by Richard Smith · 11 years ago
  77. 6698be8 Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're by Richard Smith · 11 years ago
  78. 36155c1 C++11: If a class has a user-declared copy operation or destructor, the by Richard Smith · 11 years ago
  79. f050d24 Implement core issue 903: only integer literals with value 0 and prvalues of by Richard Smith · 11 years ago
  80. 1b2209f In C++11, promote access declaration diagnostic from warning to error. There by Richard Smith · 11 years ago
  81. 79f4bb7 Add -Wdeprecated warnings and fixits for things deprecated in C++11: by Richard Smith · 11 years ago
  82. 4e47ecb When copy-initializing a temporary for a reference binding, don't allow use of by Richard Smith · 11 years ago
  83. 98a7558 Include the unexpanded packs in the initializer expression when checking a by Nick Lewycky · 11 years ago
  84. d4ec562 Simplify: we don't need any special-case lifetime extension when initializing by Richard Smith · 11 years ago
  85. d3ff325 Don't suggest putting 'operator new' or 'operator delete' in a namespace to fix a two-phase lookup issue. That's not permitted. by Richard Smith · 11 years ago
  86. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  87. a4bb99c Move detection of reference members binding to temporaries from building of by Richard Smith · 11 years ago
  88. 671538e Introducing -Wheader-guard, a warning that checks header guards actually work by Richard Trieu · 11 years ago
  89. a603569 Use the global functions instead of the Program methods. by Rafael Espindola · 11 years ago
  90. 8a07cd3 Reapply r183721, reverted in r183776, with a fix for a bug in the former (we by Richard Smith · 11 years ago
  91. 39bdd4f Retain linker flags specified on cmake command line. by Andy Gibbs · 11 years ago
  92. e3f1197 Preserve newlines before block comments in static initializers. by Alexander Kornienko · 11 years ago
  93. 1342a4e Port HTMLDiagnostics to PathV2. No intended functionality change. by Benjamin Kramer · 11 years ago
  94. 00f86f9 Fix buildbot breakage on PPC64. by Eli Friedman · 11 years ago
  95. eba7d2f Silencing a signed vs unsigned comparison mismatch in MSVC. by Aaron Ballman · 11 years ago
  96. 3b8f77d Fix memory corruption in CStringChecker by Pavel Labath · 11 years ago
  97. 0934e18 Add support for complex compound assignments where the LHS is a scalar. by Eli Friedman · 11 years ago
  98. 7a1b586 Make va_arg and argument passing to varargs functions work correctly with by Eli Friedman · 11 years ago
  99. 81359b0 Tweak r183791 so we don't print a note without a source location. by Eli Friedman · 11 years ago
  100. 8229d22 Include Path.h instead of PathV2.h. by Rafael Espindola · 11 years ago