1. 20387ef Reverts r183466: "Perform dynamic alignment computations..." by Manuel Klimek · 11 years ago
  2. 0d33f45 Reverting test commit by Faisal Vali · 11 years ago
  3. f2c6433 test commit by Faisal Vali · 11 years ago
  4. cafeb94 PR16243: Use CXXThisOverride during template instantiation, and fix up the by Richard Smith · 11 years ago
  5. 8150da3 When we're synthesizing copy/move-assignment, we can't form a reference to an by Eli Friedman · 11 years ago
  6. 4f97f85 documentation: remove confusing reference to properties. by Adrian Prantl · 11 years ago
  7. 5ae17a1 ObjC Debug Info: Emit the names of accessors whenever they diverge from by Adrian Prantl · 11 years ago
  8. b5a5007 Improve documentation. by Adrian Prantl · 11 years ago
  9. 7523606 blocks: fixes an ast bug when block pointer variable by Fariborz Jahanian · 11 years ago
  10. 1bea653 Diagnose malformed x86 inline asm using 'y' constraint. by Tim Northover · 11 years ago
  11. 86875b1 Perform dynamic alignment computations so that the data in TypeLocs is by Eli Friedman · 11 years ago
  12. 585bee4 Implement DR7 by David Majnemer · 11 years ago
  13. 57c8736 [analyzer] Address Jordan’s code review for r183451 by Anna Zaks · 11 years ago
  14. 6838710 [analyzer] Ensure that pieces with invalid locations always get removed from the BugReport by Anna Zaks · 11 years ago
  15. 5955c37 [analyzer] fixup the comment by Anna Zaks · 11 years ago
  16. 49a246f [analyzer; new edges] Simplify edges in a C++11 for-range loop. by Jordan Rose · 11 years ago
  17. c09f2a8 [libclang] CMake: add an option to control building libclang as a static library (off by default) by Argyrios Kyrtzidis · 11 years ago
  18. 65d2c38 Fix incorrect line breaking before trailing block comments. by Daniel Jasper · 11 years ago
  19. 48a1e81 Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of the by Joey Gouly · 11 years ago
  20. bf75e2b clang-check: add missing space in Makefile by Hans Wennborg · 11 years ago
  21. a888813 clang-check: Link the static analyzer in the Makefile build too. by Benjamin Kramer · 11 years ago
  22. 373b807 Add support for static analysis to clang-check by Pavel Labath · 11 years ago
  23. 63d5335 ClangTool: strip -o from the command line by Pavel Labath · 11 years ago
  24. 40cba90 Implement DR1270: braces can be elided in all aggregate initialization, not by Richard Smith · 11 years ago
  25. 649c6c5 Disallow reinterpret_cast from pointer to bool on Windows by Hans Wennborg · 11 years ago
  26. 9acb8b4 Fix clang-format's expression parser for leading }s. by Daniel Jasper · 11 years ago
  27. ff1a2e5 Improve c-style cast detection. by Daniel Jasper · 11 years ago
  28. f69dd33 When a static storage duration temporary appears in a constant expression, it by Richard Smith · 11 years ago
  29. 4fe9644 Don't create a StringRef from a temporary string. by Richard Trieu · 11 years ago
  30. fb6f75f [analyzer] Look through ExprWithCleanups to see if an expr's consumed. by Jordan Rose · 11 years ago
  31. 632182d [analyzer] Improve debug output for PathDiagnosticPieces. by Jordan Rose · 11 years ago
  32. 07eda94 clang/unittests/Format/FormatTest.cpp: Suppress utf8 literals with _MSC_VER. MS cl.exe is unaware of BOM-less utf8 source files. by NAKAMURA Takumi · 11 years ago
  33. 73b417f [analyzer] Fix a crash that occurs when processing an rvalue array. by Anna Zaks · 11 years ago
  34. 1089a57 [analyzer; new edges] Don't crash if the top-level entry edge is missing. by Jordan Rose · 11 years ago
  35. 574c7cf [analyzer; new edges] Ignore self-edges, not all edges with the same location. by Jordan Rose · 11 years ago
  36. c47b6f3 If we're splitting the dwarf for fission and don't want to use the by Eric Christopher · 11 years ago
  37. 9464a08 Objective-C: Provide fixit with suggested spelling correction by Fariborz Jahanian · 11 years ago
  38. 993b39f PR14763: Debug info for non-trivial record parameters by David Blaikie · 11 years ago
  39. d62d901 When the template specialization header is missing, set a valid source location for the template keyword when recovering. by Argyrios Kyrtzidis · 11 years ago
  40. 144a31f [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage. by Peter Collingbourne · 11 years ago
  41. 88c2004 clang-check: Enable specification of additional compiler arguments by Pavel Labath · 11 years ago
  42. a06d585 [ms-cxxabi] Fix vbptr offsets in memptrs when the vbptr is in an nvbase by Reid Kleckner · 11 years ago
  43. 6f773e8 Silence GCC warning. by Benjamin Kramer · 11 years ago
  44. dda770b Added test with characters using four bytes in UTF-8 representation. by Alexander Kornienko · 11 years ago
  45. 0089510 UTF-8 support for clang-format. by Alexander Kornienko · 11 years ago
  46. 2aae5ba Recommit r183298+r183300 'Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers()' by Timur Iskhodzhanov · 11 years ago
  47. e825cd0 ... and actually run it by Timur Iskhodzhanov · 11 years ago
  48. d38dda9 Add a test for the breakage from r183298 by Timur Iskhodzhanov · 11 years ago
  49. 4c44d2f Unrevert the tests from r183298 as they pass with both old and new code by Timur Iskhodzhanov · 11 years ago
  50. d38a21f Revert r183298 and r183300 as the former broke the virtual function lookup in libcxx __locale by Timur Iskhodzhanov · 11 years ago
  51. e7b0486 Make clang tools ignore -fcolor-diagnostics and -fdiagnostics-color retrieved from the compilation database. by Alexander Kornienko · 11 years ago
  52. 4b9b292 ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions". by NAKAMURA Takumi · 11 years ago
  53. 391faea Fix fallout from r183298, unused function (CollectPrimaryBases) causing the -Werror build to fail by David Blaikie · 11 years ago
  54. c65ee8f Fix the DUMP_OVERRIDERS macro in the VTableBuilder.cpp by Timur Iskhodzhanov · 11 years ago
  55. f19759e Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers(); also add some tests for the VTable indices output to make sure we don't regress by Timur Iskhodzhanov · 11 years ago
  56. 5f6e2f4 PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types used via typedefs by David Blaikie · 11 years ago
  57. 9adba39 Default to PIE and using stack protection on OpenBSD. by Rafael Espindola · 11 years ago
  58. a4b56d3 Implement SparcV9ABIInfo::EmitVAArg. by Jakob Stoklund Olesen · 11 years ago
  59. 7e9f52f Fix CoerceIntOrPtrToIntOrPtr on big-endian targets. by Jakob Stoklund Olesen · 11 years ago
  60. 90f9ec0 Heed ABIArgInfo::getInReg() for return values. by Jakob Stoklund Olesen · 11 years ago
  61. 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago
  62. 8c47432 [ms-cxxabi] Factor out some loops into helpers for readability by Reid Kleckner · 11 years ago
  63. 25cd4a2 [libclang] When annotating tokens, don't override a property annotation with a getter/setter method annotation. by Argyrios Kyrtzidis · 11 years ago
  64. 2a1551f Analysis: Add a CFG successor to a SwitchStmt if it is both empty and fully covered by David Majnemer · 11 years ago
  65. 49e1d98 Added Lexer::getBufferEnd(). by Alexander Kornienko · 11 years ago
  66. 48eff6c Objective-C encoding. Fixes up encodeing for by Fariborz Jahanian · 11 years ago
  67. 7a337af Parser/Registry argument enhancements. by Samuel Benzaquen · 11 years ago
  68. 48b3f0f Enables chaining of argument adjusters in clang tools. by Manuel Klimek · 11 years ago
  69. 50c859e Fix a typo (chek => check) by Sylvestre Ledru · 11 years ago
  70. ec0d96f Fix linkage computation for local types in template functions. by Rafael Espindola · 11 years ago
  71. 785f1e7 Fix typo in comment. Found by -Wdocumentation. by Benjamin Kramer · 11 years ago
  72. a03209e Reset the release notes for the 3.4 release. by Bill Wendling · 11 years ago
  73. 4d2ea73 Rephrase asm_mismatched_size_modifier diagnostic. <rdar://problem/14050339> by Bob Wilson · 11 years ago
  74. 34f94f9 Remove some unreachable (and wrong) code and replace it with an assertion. by Richard Smith · 11 years ago
  75. a7ff62f Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. by Aaron Ballman · 11 years ago
  76. c2fe818 Bound member function diagnostic - suggest no-args calls and note overload candidates by David Blaikie · 11 years ago
  77. 221a890 Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337> by Bob Wilson · 11 years ago
  78. 048eeea [analyzer] Enable the new edge algorithm by default. by Jordan Rose · 11 years ago
  79. e624524 [analyzer; new edges] Omit subexpression back-edges that span multiple lines. by Jordan Rose · 11 years ago
  80. 22b0ad2 [analyzer; new edges] Don't eliminate subexpr edge cycles if the line is long. by Jordan Rose · 11 years ago
  81. 3b5977e [analyzer; new edges] Eliminate "cycle edges" for a single subexpression. by Jordan Rose · 11 years ago
  82. 66c2399 [analyzer; new edges] Extra test case. by Jordan Rose · 11 years ago
  83. 9d9b494 [analyzer; new edges] Improve enclosing contexts for logical expressions. by Jordan Rose · 11 years ago
  84. 96f1061 [analyzer; new edges] Include context for edges to sub-expressions. by Jordan Rose · 11 years ago
  85. 01f1ff7 [analyzer; new edges] Include a top-level function entry edge while optimizing. by Jordan Rose · 11 years ago
  86. 2794bc0 CFG: In a DeclStmt, skip anything that's not a VarDecl. by Jordan Rose · 11 years ago
  87. 8fcb045 Pacify compilers that think you can drop off a fully covered switch. by Benjamin Kramer · 11 years ago
  88. 16b0a31 UnresolvedMemberExpr should have an expr location of the member (not the base) by David Blaikie · 11 years ago
  89. c69e173 __uint128_t is only available on 64 bit platforms, only test it when it's around. by Benjamin Kramer · 11 years ago
  90. 4f37d92 Add support for .bind("foo") expressions on the dynamic matchers. by Samuel Benzaquen · 11 years ago
  91. 75ddd14 Convert some Unicode whitespace to ASCII whitespace. by Richard Smith · 11 years ago
  92. 3b71155 Moved FormatToken to a separate header. by Alexander Kornienko · 11 years ago
  93. 15f33f0 Let clang-format remove empty lines before "}". by Daniel Jasper · 11 years ago
  94. f0f353b Fix memory leak for APValues that do memory allocation. by Manuel Klimek · 11 years ago
  95. ce912f4 Improve detection preventing certain kind of formatting patterns. by Daniel Jasper · 11 years ago
  96. 5ef8aac Fix line-breaking problem caused by comment. by Daniel Jasper · 11 years ago
  97. d1b55dc Do not walk through member-accesses on bitfields when looking for the object by Richard Smith · 11 years ago
  98. 8a66bf7 Refactor constant expression evaluation to associate the complete object of a by Richard Smith · 11 years ago
  99. b45a4d2 Fix a couple of bugs where jump diagnostics would not notice that a variable by Richard Smith · 11 years ago
  100. 4e43dec Fix handling of pointers-to-members and comma expressions when by Richard Smith · 11 years ago