1. c063cb1 Allow paren casted throw statements inside of ternary expressions by David Majnemer · 11 years ago
  2. ad69e0c Properly consider the range of enum for range comparisons in C mode by David Majnemer · 11 years ago
  3. 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
  4. 0348be0 Improve recognition of template parameters. by Daniel Jasper · 11 years ago
  5. e7a5c82 [analyzer] Malloc checker should only escape the receiver when “[O init..]” is called. by Anna Zaks · 11 years ago
  6. 923cada Fix the indentation on the AST visitors used in -Wloop-analysis. by Richard Trieu · 11 years ago
  7. ee1af23 [analyzer] Fix a false positive reported on rare strange code, which happens to be in JSONKit by Anna Zaks · 11 years ago
  8. 69f86d9 Objective-C: Fixes an ivar lookup bug where by Fariborz Jahanian · 11 years ago
  9. a3813c9 Put the PR16167 tests together by David Majnemer · 11 years ago
  10. c59cf0d Fix style bug introduced in r183033. by Ed Schouten · 11 years ago
  11. e469249 Add support for optimized (non-generic) atomic libcalls. by Ed Schouten · 11 years ago
  12. ab79f41 Slightly extend matching for atomic loads. by Ed Schouten · 11 years ago
  13. 708eb71 Testcase for r183015. by Benjamin Kramer · 11 years ago
  14. f94cb00 [analyzer; new edges] add simplifySimpleBranches() to reduce edges for branches. by Ted Kremenek · 11 years ago
  15. c89f02a Disable non-standard library builtins in non-gnu language modes. by Benjamin Kramer · 11 years ago
  16. b8b4295 Improve clang-format's c-style cast detection. by Daniel Jasper · 11 years ago
  17. 85b03eb Fix test error caused by r183008. by Daniel Jasper · 11 years ago
  18. f7ec1cc Improve clang-format's error recovery. by Daniel Jasper · 11 years ago
  19. 8893b8a Make formatting of empty blocks more consistent. by Daniel Jasper · 11 years ago
  20. c01897c Properly format nested conditional operators. by Daniel Jasper · 11 years ago
  21. eb48366 Fix detection/formatting of braced lists in ternary expressions. by Daniel Jasper · 11 years ago
  22. 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
  23. 34d1a0a [analyzer;alternate arrows] Rename 'adjustBranchEdges' to 'splitBranchConditionEdges'. by Ted Kremenek · 11 years ago
  24. 6242a45 Fix handling of braced-init-list as reference initializer within aggregate by Richard Smith · 11 years ago
  25. e3a9baa [analyzer] Always use ccc-analyzer when running scan-build on buildbot by Anna Zaks · 11 years ago
  26. 3ee2ad8 [analyzer] Add --override-compiler option to scan-build. by Anna Zaks · 11 years ago
  27. f8f480f [PCH] Fix crash with valid code, related to anonymous field initializers. by Argyrios Kyrtzidis · 11 years ago
  28. 858c2c3 Walk over MaterializeTemporaryExpr when reverting an initializer to its by Richard Smith · 11 years ago
  29. 639aa52 fixes a comment in my last patch. by Fariborz Jahanian · 11 years ago
  30. f98c688 Objective-C: Implements gcc's -Wselector option by Fariborz Jahanian · 11 years ago
  31. 904fd08 Revert "[analyzer; alternate edges] don't add an edge incoming from the start of a function" by Jordan Rose · 11 years ago
  32. e980890 Fix PR16060. by Rafael Espindola · 11 years ago
  33. df08c4b Fix potential infinite loop when iterating over redeclarations of an ObjMethodDecl, resulting from invalid code. by Argyrios Kyrtzidis · 11 years ago
  34. b347c76 [analyzer] Don't crash if a block's signature just has the return type. by Jordan Rose · 11 years ago
  35. 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
  36. ece7ebd fix formatting. by Adrian Prantl · 11 years ago
  37. cb4b40b More fixes for clang-format's multiline comment breaking. by Daniel Jasper · 11 years ago
  38. 76eed42 Microsoft has a language extension which allows union members to be by Aaron Ballman · 11 years ago
  39. c1d73fe Fix typo in comment. by Benjamin Kramer · 11 years ago
  40. 9209270 Fix another clang-format crasher related to multi-line comments. by Daniel Jasper · 11 years ago
  41. 5ec9580 Coding style fix for SourceFileCallbacks by Edwin Vane · 11 years ago
  42. da8d379 Fixed typo. by Serge Pavlov · 11 years ago
  43. 01970ef Fix default value of clang-format-diff's -p option. by Daniel Jasper · 11 years ago
  44. b6dba33 Add asserts to guard against regressions. by Manuel Klimek · 11 years ago
  45. e2c482f Fix crasher when formatting certain block comments. by Daniel Jasper · 11 years ago
  46. 34bd3bf Added documentation to TypeVisitor. No code changes. by Serge Pavlov · 11 years ago
  47. 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
  48. 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
  49. 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
  50. 3e8a85f [analyzer; new edges] In for(;;), use the ForStmt itself for loop notes. by Jordan Rose · 11 years ago
  51. 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
  52. a0ed171 Document -fno-sanitize-recover and -fsanitize-undefined-trap-on-error and attempt to explain the difference between them. by Richard Smith · 11 years ago
  53. be9ed77 Fixes error when splitting block comments. by Manuel Klimek · 11 years ago
  54. 2628b44 Split off casts to void* for -Wint-to-pointer-cast to subgroup -Wint-to-void-pointer-cast. by Ted Kremenek · 11 years ago
  55. 1e8cf74 Add another test case for r182814. by David Majnemer · 11 years ago
  56. ff62d64 Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that by Roman Divacky · 11 years ago
  57. 1acb394 [analyzer] Accept references to variables declared "extern void" (C only). by Jordan Rose · 11 years ago
  58. 42b7861 Remove unused field. by Rafael Espindola · 11 years ago
  59. fe038a3 [libclang] For "@import .." code-completion results, associate a CXCursor_ModuleImportDecl cursor instead of CXCursor_NotImplemented. by Argyrios Kyrtzidis · 11 years ago
  60. b0f533e [ms-cxxabi] Implement MSVC virtual base adjustment by Reid Kleckner · 11 years ago
  61. c72ff4f [ms-cxxabi] Fix r182865 to have an actual Itanium-style key function by Reid Kleckner · 11 years ago
  62. 5a8b049 [ms-cxxabi] There are no key functions in the Microsoft C++ ABI by Reid Kleckner · 11 years ago
  63. 3c16e69 Tooling: Call back for both begin and end of sources by Edwin Vane · 11 years ago
  64. 9c333b9 Use a non-recursive implementation to reconstruct line breaks. by Manuel Klimek · 11 years ago
  65. b398701 The second step in the token refactoring. by Manuel Klimek · 11 years ago
  66. c76d59d Add return missing in r182855. by Daniel Jasper · 11 years ago
  67. 7e70f4c Leave some macros on their own line by Daniel Jasper · 11 years ago
  68. bbc8776 Add option to always break template declarations. by Daniel Jasper · 11 years ago
  69. 74caf01 Don't compute the visibility unless we really have to. by Rafael Espindola · 11 years ago
  70. 5baefa8 Fix bad indentation. by Jakob Stoklund Olesen · 11 years ago
  71. 53db1b5 Add a testcase from pr16059. by Rafael Espindola · 11 years ago
  72. aa71567 Disallow extern decls of type void in C++ mode by David Majnemer · 11 years ago
  73. 37bccca Objective-C [qoi]: Improve on diagnostic when a method used by Fariborz Jahanian · 11 years ago
  74. 4fbab27 Remove links to old checker builds. by Ted Kremenek · 11 years ago
  75. 7f1fd2f [analyzer] Use the expression’s type instead of region’s type in ArrayToPointer decay evaluation by Anna Zaks · 11 years ago
  76. 3056439 [analyzer] Re-enable reasoning about CK_LValueBitCast by Anna Zaks · 11 years ago
  77. dc07056 Check the linkage cache at every recursive step. by Rafael Espindola · 11 years ago
  78. 8f9e590 Add an overridable MatchCallback::onEndOfTranslationUnit() function. by Peter Collingbourne · 11 years ago
  79. bac4681 Remove obsolete variable as discovered in post-commit review. by Daniel Jasper · 11 years ago
  80. 88959b7 Support uniform inits in braced lists. by Daniel Jasper · 11 years ago
  81. 538bbe5 Patch to issue error when target of MacOS and iOS by Fariborz Jahanian · 11 years ago
  82. 4e9179a [analyzer] Use a more generic MemRegion.getAsOffset to evaluate bin operators on MemRegions by Anna Zaks · 11 years ago
  83. 3ff4a2f Fix formatting regression regarding pointers to arrays. by Daniel Jasper · 11 years ago
  84. 5bbb058 Fix a crash when we were trying to compute the linkage too early. by Rafael Espindola · 11 years ago
  85. dcb3f2a Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken. by Manuel Klimek · 11 years ago
  86. 44065a7 clang/test/Driver/dyld-prefix.c: Exclude MSYS bash. by NAKAMURA Takumi · 11 years ago
  87. 96e888b A first step towards giving format tokens pointer identity. by Manuel Klimek · 11 years ago
  88. 5ad390d Initial support for designated initializers. by Daniel Jasper · 11 years ago
  89. d63312b Disable tab expansion when counting the columns in block comments. by Manuel Klimek · 11 years ago
  90. c5cc4bf Fixes indentation of empty lines in block comments. by Manuel Klimek · 11 years ago
  91. 431f591 Clean up formatting of function types. by Daniel Jasper · 11 years ago
  92. 69c4371 Fix formatting of expressions containing ">>". by Daniel Jasper · 11 years ago
  93. fc782fb Build correct coercion types in SparcV9ABIInfo. by Jakob Stoklund Olesen · 11 years ago
  94. e832854 Propagate VisibleNoLinkage down to class members. by Rafael Espindola · 11 years ago
  95. 24639c4 use getLVForDecl for consistency. by Rafael Espindola · 11 years ago
  96. 107196c Add a SparcV9ABIInfo class for handling the standard SPARC v9 ABI. by Jakob Stoklund Olesen · 11 years ago
  97. bdaa134 Driver: implement --dyld-prefix option. by Peter Collingbourne · 11 years ago
  98. c04a5c3 Remove unreachable return by David Blaikie · 11 years ago
  99. 131884a Improve formatting of templates. by Daniel Jasper · 11 years ago
  100. de008c0 Major refactoring of BreakableToken. by Manuel Klimek · 11 years ago