1. cafeb94 PR16243: Use CXXThisOverride during template instantiation, and fix up the by Richard Smith · 11 years ago
  2. 8150da3 When we're synthesizing copy/move-assignment, we can't form a reference to an by Eli Friedman · 11 years ago
  3. 5ae17a1 ObjC Debug Info: Emit the names of accessors whenever they diverge from by Adrian Prantl · 11 years ago
  4. 7523606 blocks: fixes an ast bug when block pointer variable by Fariborz Jahanian · 11 years ago
  5. 1bea653 Diagnose malformed x86 inline asm using 'y' constraint. by Tim Northover · 11 years ago
  6. 585bee4 Implement DR7 by David Majnemer · 11 years ago
  7. 57c8736 [analyzer] Address Jordan’s code review for r183451 by Anna Zaks · 11 years ago
  8. 6838710 [analyzer] Ensure that pieces with invalid locations always get removed from the BugReport by Anna Zaks · 11 years ago
  9. 49a246f [analyzer; new edges] Simplify edges in a C++11 for-range loop. by Jordan Rose · 11 years ago
  10. 48a1e81 Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of the by Joey Gouly · 11 years ago
  11. 373b807 Add support for static analysis to clang-check by Pavel Labath · 11 years ago
  12. 63d5335 ClangTool: strip -o from the command line by Pavel Labath · 11 years ago
  13. 40cba90 Implement DR1270: braces can be elided in all aggregate initialization, not by Richard Smith · 11 years ago
  14. 649c6c5 Disallow reinterpret_cast from pointer to bool on Windows by Hans Wennborg · 11 years ago
  15. f69dd33 When a static storage duration temporary appears in a constant expression, it by Richard Smith · 11 years ago
  16. fb6f75f [analyzer] Look through ExprWithCleanups to see if an expr's consumed. by Jordan Rose · 11 years ago
  17. 73b417f [analyzer] Fix a crash that occurs when processing an rvalue array. by Anna Zaks · 11 years ago
  18. 1089a57 [analyzer; new edges] Don't crash if the top-level entry edge is missing. by Jordan Rose · 11 years ago
  19. 574c7cf [analyzer; new edges] Ignore self-edges, not all edges with the same location. by Jordan Rose · 11 years ago
  20. c47b6f3 If we're splitting the dwarf for fission and don't want to use the by Eric Christopher · 11 years ago
  21. 9464a08 Objective-C: Provide fixit with suggested spelling correction by Fariborz Jahanian · 11 years ago
  22. 993b39f PR14763: Debug info for non-trivial record parameters by David Blaikie · 11 years ago
  23. 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
  24. 88c2004 clang-check: Enable specification of additional compiler arguments by Pavel Labath · 11 years ago
  25. a06d585 [ms-cxxabi] Fix vbptr offsets in memptrs when the vbptr is in an nvbase by Reid Kleckner · 11 years ago
  26. e825cd0 ... and actually run it by Timur Iskhodzhanov · 11 years ago
  27. d38dda9 Add a test for the breakage from r183298 by Timur Iskhodzhanov · 11 years ago
  28. 4c44d2f Unrevert the tests from r183298 as they pass with both old and new code by Timur Iskhodzhanov · 11 years ago
  29. d38a21f Revert r183298 and r183300 as the former broke the virtual function lookup in libcxx __locale by Timur Iskhodzhanov · 11 years ago
  30. 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
  31. 5f6e2f4 PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types used via typedefs by David Blaikie · 11 years ago
  32. 9adba39 Default to PIE and using stack protection on OpenBSD. by Rafael Espindola · 11 years ago
  33. a4b56d3 Implement SparcV9ABIInfo::EmitVAArg. by Jakob Stoklund Olesen · 11 years ago
  34. 7e9f52f Fix CoerceIntOrPtrToIntOrPtr on big-endian targets. by Jakob Stoklund Olesen · 11 years ago
  35. 90f9ec0 Heed ABIArgInfo::getInReg() for return values. by Jakob Stoklund Olesen · 11 years ago
  36. 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago
  37. 25cd4a2 [libclang] When annotating tokens, don't override a property annotation with a getter/setter method annotation. by Argyrios Kyrtzidis · 11 years ago
  38. 2a1551f Analysis: Add a CFG successor to a SwitchStmt if it is both empty and fully covered by David Majnemer · 11 years ago
  39. 48eff6c Objective-C encoding. Fixes up encodeing for by Fariborz Jahanian · 11 years ago
  40. 50c859e Fix a typo (chek => check) by Sylvestre Ledru · 11 years ago
  41. ec0d96f Fix linkage computation for local types in template functions. by Rafael Espindola · 11 years ago
  42. 4d2ea73 Rephrase asm_mismatched_size_modifier diagnostic. <rdar://problem/14050339> by Bob Wilson · 11 years ago
  43. 34f94f9 Remove some unreachable (and wrong) code and replace it with an assertion. by Richard Smith · 11 years ago
  44. 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
  45. c2fe818 Bound member function diagnostic - suggest no-args calls and note overload candidates by David Blaikie · 11 years ago
  46. 221a890 Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337> by Bob Wilson · 11 years ago
  47. 048eeea [analyzer] Enable the new edge algorithm by default. by Jordan Rose · 11 years ago
  48. e624524 [analyzer; new edges] Omit subexpression back-edges that span multiple lines. by Jordan Rose · 11 years ago
  49. 22b0ad2 [analyzer; new edges] Don't eliminate subexpr edge cycles if the line is long. by Jordan Rose · 11 years ago
  50. 3b5977e [analyzer; new edges] Eliminate "cycle edges" for a single subexpression. by Jordan Rose · 11 years ago
  51. 66c2399 [analyzer; new edges] Extra test case. by Jordan Rose · 11 years ago
  52. 9d9b494 [analyzer; new edges] Improve enclosing contexts for logical expressions. by Jordan Rose · 11 years ago
  53. 96f1061 [analyzer; new edges] Include context for edges to sub-expressions. by Jordan Rose · 11 years ago
  54. 2794bc0 CFG: In a DeclStmt, skip anything that's not a VarDecl. by Jordan Rose · 11 years ago
  55. 16b0a31 UnresolvedMemberExpr should have an expr location of the member (not the base) by David Blaikie · 11 years ago
  56. 75ddd14 Convert some Unicode whitespace to ASCII whitespace. by Richard Smith · 11 years ago
  57. d1b55dc Do not walk through member-accesses on bitfields when looking for the object by Richard Smith · 11 years ago
  58. 8a66bf7 Refactor constant expression evaluation to associate the complete object of a by Richard Smith · 11 years ago
  59. b45a4d2 Fix a couple of bugs where jump diagnostics would not notice that a variable by Richard Smith · 11 years ago
  60. 4e43dec Fix handling of pointers-to-members and comma expressions when by Richard Smith · 11 years ago
  61. c063cb1 Allow paren casted throw statements inside of ternary expressions by David Majnemer · 11 years ago
  62. ad69e0c Properly consider the range of enum for range comparisons in C mode by David Majnemer · 11 years ago
  63. e67ca58 PR12848: When emitting a local variable declared 'constexpr', always initialize it with a store or a memcpy, not by emitting the initializer expression. This is not required for correctness, but more closely aligns with people's expectations, and is cheap (since we've already evaluated the initializer). by Richard Smith · 11 years ago
  64. e7a5c82 [analyzer] Malloc checker should only escape the receiver when “[O init..]” is called. by Anna Zaks · 11 years ago
  65. ee1af23 [analyzer] Fix a false positive reported on rare strange code, which happens to be in JSONKit by Anna Zaks · 11 years ago
  66. 69f86d9 Objective-C: Fixes an ivar lookup bug where by Fariborz Jahanian · 11 years ago
  67. a3813c9 Put the PR16167 tests together by David Majnemer · 11 years ago
  68. e469249 Add support for optimized (non-generic) atomic libcalls. by Ed Schouten · 11 years ago
  69. ab79f41 Slightly extend matching for atomic loads. by Ed Schouten · 11 years ago
  70. 708eb71 Testcase for r183015. by Benjamin Kramer · 11 years ago
  71. f94cb00 [analyzer; new edges] add simplifySimpleBranches() to reduce edges for branches. by Ted Kremenek · 11 years ago
  72. 85b03eb Fix test error caused by r183008. by Daniel Jasper · 11 years ago
  73. 042ca3d [analyzer; new edges] in splitBranchConditionEdges() do not check that predecessor edge has source in the same lexical scope as the target branch. by Ted Kremenek · 11 years ago
  74. 6242a45 Fix handling of braced-init-list as reference initializer within aggregate by Richard Smith · 11 years ago
  75. f8f480f [PCH] Fix crash with valid code, related to anonymous field initializers. by Argyrios Kyrtzidis · 11 years ago
  76. 858c2c3 Walk over MaterializeTemporaryExpr when reverting an initializer to its by Richard Smith · 11 years ago
  77. f98c688 Objective-C: Implements gcc's -Wselector option by Fariborz Jahanian · 11 years ago
  78. 904fd08 Revert "[analyzer; alternate edges] don't add an edge incoming from the start of a function" by Jordan Rose · 11 years ago
  79. e980890 Fix PR16060. by Rafael Espindola · 11 years ago
  80. df08c4b Fix potential infinite loop when iterating over redeclarations of an ObjMethodDecl, resulting from invalid code. by Argyrios Kyrtzidis · 11 years ago
  81. b347c76 [analyzer] Don't crash if a block's signature just has the return type. by Jordan Rose · 11 years ago
  82. 7c731f5 Do not reuse the debug location of the return value's store if there is autorelease code to be emitted between store and return instructions. This is analoguous to what we do for lexical scope cleanups. by Adrian Prantl · 11 years ago
  83. 76eed42 Microsoft has a language extension which allows union members to be by Aaron Ballman · 11 years ago
  84. 9e34bb9 Switching the tests to use size_t instead of unsigned int to hopefully appease the Linux x64 build bot (take 2, forgot this test case). by Aaron Ballman · 11 years ago
  85. 531bf9c Switching the tests to use size_t instead of unsigned int to hopefully appease the Linux x64 build bot. by Aaron Ballman · 11 years ago
  86. 5537e0a Add support to fallback on operator new when a placement operator new[] is called for which there is no valid declaration. This fallback only happens in Microsoft compatibility mode. This patch addresses PR13164, and improves support for the WDK. by Aaron Ballman · 11 years ago
  87. 3e8a85f [analyzer; new edges] In for(;;), use the ForStmt itself for loop notes. by Jordan Rose · 11 years ago
  88. 1bc085a [libclang] When indexing a @synthesize, don't consider that it defines a getter/setter if one is already defined by the user. by Argyrios Kyrtzidis · 11 years ago
  89. 2628b44 Split off casts to void* for -Wint-to-pointer-cast to subgroup -Wint-to-void-pointer-cast. by Ted Kremenek · 11 years ago
  90. 1e8cf74 Add another test case for r182814. by David Majnemer · 11 years ago
  91. 1acb394 [analyzer] Accept references to variables declared "extern void" (C only). by Jordan Rose · 11 years ago
  92. fe038a3 [libclang] For "@import .." code-completion results, associate a CXCursor_ModuleImportDecl cursor instead of CXCursor_NotImplemented. by Argyrios Kyrtzidis · 11 years ago
  93. b0f533e [ms-cxxabi] Implement MSVC virtual base adjustment by Reid Kleckner · 11 years ago
  94. c72ff4f [ms-cxxabi] Fix r182865 to have an actual Itanium-style key function by Reid Kleckner · 11 years ago
  95. 5a8b049 [ms-cxxabi] There are no key functions in the Microsoft C++ ABI by Reid Kleckner · 11 years ago
  96. 53db1b5 Add a testcase from pr16059. by Rafael Espindola · 11 years ago
  97. aa71567 Disallow extern decls of type void in C++ mode by David Majnemer · 11 years ago
  98. 37bccca Objective-C [qoi]: Improve on diagnostic when a method used by Fariborz Jahanian · 11 years ago
  99. 7f1fd2f [analyzer] Use the expression’s type instead of region’s type in ArrayToPointer decay evaluation by Anna Zaks · 11 years ago
  100. 3056439 [analyzer] Re-enable reasoning about CK_LValueBitCast by Anna Zaks · 11 years ago