1. 4d33286 [analyzer] Malloc: remove assert since is not valid as of r161248 by Anna Zaks · 12 years ago
  2. b34eb0c objective-C string literal has no side-effect, by Fariborz Jahanian · 12 years ago
  3. a869518 [analyzer] Use a more robust check for null in CallAndMessageChecker. by Jordan Rose · 12 years ago
  4. 522f46f [analyzer] Don't assume values bound to references are automatically non-null. by Jordan Rose · 12 years ago
  5. aa6eccc Fix the name of this variable. by Eric Christopher · 12 years ago
  6. 3e07881 Update comment to accurately reflect what should happen. by Eric Christopher · 12 years ago
  7. 563ea23 [analyzer] Update initializer assertion for delegating constructors. by Jordan Rose · 12 years ago
  8. 6853799 [analyzer] When a symbol is null, we should track its constraints. by Jordan Rose · 12 years ago
  9. b0e1bad [analyzer] Flatten path diagnostics for text output like we do for HTML. by Jordan Rose · 12 years ago
  10. 9da59a6 [analyzer] Track null/uninitialized C++ objects used in method calls. by Jordan Rose · 12 years ago
  11. 7ad4848 [analyzer] Provide useful PathDiagnosticLocations for CallEnter/Exit events. by Jordan Rose · 12 years ago
  12. 20165e7 [analyzer] FindLastStoreBRVisitor was not actually finding stores. by Jordan Rose · 12 years ago
  13. 51e87c5 Enhance getImplicitObjectArgument to look through ->*. by Jordan Rose · 12 years ago
  14. bf83e7c [analyzer] Add a test for copy-constructor inlining. by Jordan Rose · 12 years ago
  15. 51a0a94 Make property synthesis the default on Windows. by Fariborz Jahanian · 12 years ago
  16. c1290e0 [analyzer] Fixup: remove the extra whitespace by Anna Zaks · 12 years ago
  17. 148fee9 [analyzer] ObjC Inlining: Start tracking dynamic type info in the GDM by Anna Zaks · 12 years ago
  18. 89ab7d0 Comment diagnostics: warn if \returns is used in a non-function comment or if by Dmitri Gribenko · 12 years ago
  19. 5295b97 Fix crash if a literal operator template's template parameter pack is not a non-type template parameter pack. Patch by Andy Gibbs! by Richard Smith · 12 years ago
  20. 5b97851 [analyzer] Fix a typo. Thanks Jordan. by Anna Zaks · 12 years ago
  21. ede875b [analyzer] Malloc: track non-allocated but freed memory by Anna Zaks · 12 years ago
  22. f1aae3b Fix line endings. by Michael Han · 12 years ago
  23. 66981c7 TableGen: Remove extraneous \ character from arm_neon.h definitions. by Jim Grosbach · 12 years ago
  24. c23aca4 Flesh out test for defaulted key functions a bit more. by Benjamin Kramer · 12 years ago
  25. 967d833 Reduce temp file pollution in some test cases. by Benjamin Kramer · 12 years ago
  26. f3fce80 Fix failed to generate vtables in certain cases. by Benjamin Kramer · 12 years ago
  27. a5c12b9 Add some missing functions to builtins.py. by Eric Christopher · 12 years ago
  28. 5b32a08 Comment AST: convert a huge if -- else if statement on Decl's type into a by Dmitri Gribenko · 12 years ago
  29. d015f4f [analyzer] Solve another source of non-determinism in the diagnostic engine. by Anna Zaks · 12 years ago
  30. af19a6a Comments AST: refactor DeclInfo to use an enum for decl kind instead of by Dmitri Gribenko · 12 years ago
  31. d6261a9 [driver] Lipo can handle the lto-bc type. rdar://12000401 by Chad Rosier · 12 years ago
  32. 967e5d7 Comments: handle template paramter documentation in alias-declaration templates. by Dmitri Gribenko · 12 years ago
  33. 9f3b9d5 [analyzer] Add a simple check for initializing reference variables with null. by Jordan Rose · 12 years ago
  34. c27bc80 Attaching comments to declarations: handle using-declaration. by Dmitri Gribenko · 12 years ago
  35. 7e67593 objc-arc: Modify test for more prcecise fixit. // rdar://11913153 by Fariborz Jahanian · 12 years ago
  36. dc48305 objective-c arc: Patch to suggest bridge casting of CF by Fariborz Jahanian · 12 years ago
  37. 1abee64 ASTContext.h: replace include by a forward declaration. by Dmitri Gribenko · 12 years ago
  38. 5e601dc Add OpenBSD arch targets for powerpc, arm, mips64, mips64el and sparc. by Hans Wennborg · 12 years ago
  39. 9d82a03 Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include by Hans Wennborg · 12 years ago
  40. 52a8b00 add a comment to explain this test case by Nuno Lopes · 12 years ago
  41. bbf9e3a test/Sema/tls.c: don't use -verify to check if TLS is supported by Hans Wennborg · 12 years ago
  42. 207c408 [analyzer] Also emit Prev/Next links for macros in HTML output. Oops. by Jordan Rose · 12 years ago
  43. b23b711 [analyzer] Add Prev/Next links to the HTML output. by Jordan Rose · 12 years ago
  44. 0eb6c37 [analyzer] Flush bug reports in deterministic order. by Anna Zaks · 12 years ago
  45. 2a84b8b [analyzer] CmpRuns should include file name in the issue identifier. by Anna Zaks · 12 years ago
  46. ea66f9f Make sure we don't emit IR for unused EH cleanups. PR13359. by Eli Friedman · 12 years ago
  47. d076e01 Comment parser tests: test that we allow placing no whitespace between \param by Dmitri Gribenko · 12 years ago
  48. 6a42552 Comment to HTML conversion: correct typo in CSS class name: taram -> tparam by Dmitri Gribenko · 12 years ago
  49. ac87cec Comment diagnostics fixit tests: move exected-warning constructs from the by Dmitri Gribenko · 12 years ago
  50. b7a1199 Comment diagnostics: add tests for \tparam fixits. by Dmitri Gribenko · 12 years ago
  51. 651f8ce Initialize flag in DeclInfo. by Dmitri Gribenko · 12 years ago
  52. 1ca7ecc Comment AST: add DeclInfo to store information about the declaration. Sema was by Dmitri Gribenko · 12 years ago
  53. 2ff84b5 Comment to HTML conversion: refactor. Extracted a class to for FullComment by Dmitri Gribenko · 12 years ago
  54. 95aac15 Fix an assertion failure instantiating a constexpr function from within a -dealloc method. PR13401. by Eli Friedman · 12 years ago
  55. e48667f TLS is not supported on OpenBSD by Hans Wennborg · 12 years ago
  56. bf1febd add test for PR13497 by Nuno Lopes · 12 years ago
  57. 9574456 Fix typo. by Manuel Klimek · 12 years ago
  58. 371f939 Add missing tests for class template specialization and template by Daniel Jasper · 12 years ago
  59. 7916c99 When devirtualizing the conversion to a virtual base subobject, by John McCall · 12 years ago
  60. f0d151c Comment to HTML conversion: skip \tparam commands with whitespace paragraphs by Dmitri Gribenko · 12 years ago
  61. 59500fe Comment to HTML conversion: escape HTML special characters in command arguments by Dmitri Gribenko · 12 years ago
  62. 5121781 Explicitly defaulted constructors cannot be used for default initialization. by Aaron Ballman · 12 years ago
  63. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  64. 3c394c5 When testing whether we can perform copy or move initialization, be by Douglas Gregor · 12 years ago
  65. 0bc35e9 Include clang-check as part of the clang installation. by David Blaikie · 12 years ago
  66. 9849901 Consider the visibility of template template arguments. GCC doesn't, but it also by Rafael Espindola · 12 years ago
  67. 2f9c40a [analyzer] Control C++ inlining with a macro in ExprEngineCallAndReturn.cpp. by Jordan Rose · 12 years ago
  68. e1ce783 [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. by Jordan Rose · 12 years ago
  69. 4fe64ad [analyzer] Don't try to inline if there's no region for a message receiver. by Jordan Rose · 12 years ago
  70. 6d8ab45 [analyzer] Add a FIXME about devirtualization in ctors/dtors. by Jordan Rose · 12 years ago
  71. 5deddaf -Wformat: better handling of qualifiers on pointer arguments by Hans Wennborg · 12 years ago
  72. 6b4be2e [analyzer] Getting an lvalue for a reference field still requires a load. by Jordan Rose · 12 years ago
  73. d48ab06 Tweak code-completion heuristics deciding between a lambda by Douglas Gregor · 12 years ago
  74. 38b2186 This test actually works on Win32... by Manuel Klimek · 12 years ago
  75. 98be860 Fixes a segfault in Tooling when using pch's: by Manuel Klimek · 12 years ago
  76. 94be8ea Remove deprecated getNameAsCString methods. by Benjamin Kramer · 12 years ago
  77. 1c9cff4 Add two more .keep files to avoid the missing of empty folders in git repository. by Jiangning Liu · 12 years ago
  78. 66b18b1 Add two .keep files to avoid the missing of empty folders in git repository. by Jiangning Liu · 12 years ago
  79. 171af64 Added -ast-list option to dump filterable AST decl node names. by Alexander Kornienko · 12 years ago
  80. ff104a1 Support ARM hard float (arm-linux-gnueabihf). by Jiangning Liu · 12 years ago
  81. 43e3dee Fix some minor typos by Sylvestre Ledru · 12 years ago
  82. 297f71d Document the result type of the matcher functions where by Manuel Klimek · 12 years ago
  83. 1503f0d Introduce new queries on ObjCRuntime for how to interpret subscripts by John McCall · 12 years ago
  84. b48280b Handle functions with struct arguments or return types and the regparm by Rafael Espindola · 12 years ago
  85. d72f56d [analyzer] Add a test that messages to super invalidate ivars. by Jordan Rose · 12 years ago
  86. a78a640 Attributes preceding a function declaration are first applied to the return by Rafael Espindola · 12 years ago
  87. 761322b No longer emitting a PCH file when using -fsyntax-only on a header file. Fixes PR13343. by Aaron Ballman · 12 years ago
  88. ef15831 [analyzer] Let CallEvent decide what goes in an inital stack frame. by Jordan Rose · 12 years ago
  89. 2f71622 Explain why ACC_bottom should never occur in diagnosing ARC casts. by Jordan Rose · 12 years ago
  90. 437fbc5 When we encounter a code-completion token while parsing an ill-formed by Douglas Gregor · 12 years ago
  91. bd9b65a Don't crash *or* insert a bogus autorelease when emitting a by John McCall · 12 years ago
  92. f0324d3 [analyzer] Handle inlining of instance calls to super. by Anna Zaks · 12 years ago
  93. 5d0f373 [analyzer] Only run this test with no IPA by Anna Zaks · 12 years ago
  94. dd25e80 PR13479: If we see the definition of an out-of-line destructor in C++11, be by Richard Smith · 12 years ago
  95. 57c0336 [analyzer] Perform post-call checks for all inlined calls. by Jordan Rose · 12 years ago
  96. d64effc Extend the ',' versus ';' diagnostic for -Wvexing-parse to cover the with-arguments case as well as the no-arguments case. by Richard Smith · 12 years ago
  97. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 12 years ago
  98. 1b0a13e objective-c arc: ARC IRGen correctly assumes result by Fariborz Jahanian · 12 years ago
  99. 2d18419 [analyzer] Very simple ObjC instance method inlining by Anna Zaks · 12 years ago
  100. 3738db9 [analyzer] fixup for adding of the "dynamic" ipa option by Anna Zaks · 12 years ago