1. ba3c9ca In my last patch initialize the destination to null (with a simple store) before doing a storeStrong to it. by Fariborz Jahanian · 12 years ago
  2. df0be6d Fix testing case for Release build (r171493) by Manman Ren · 12 years ago
  3. d4397b9 Various fixes to clang-format's macro handling. by Manuel Klimek · 12 years ago
  4. 7a77f19 objective-C arc: in copy helper function for by Fariborz Jahanian · 12 years ago
  5. c792d6d Unqualify the parameter type. This fixes a regression from 168895. by Rafael Espindola · 12 years ago
  6. c9c3907 Add the module name to the 'incomplete umbrella header' warning. by Douglas Gregor · 12 years ago
  7. 3c7a0e1 Debug Info: fix the line location for cleanup code of a block function by Manman Ren · 12 years ago
  8. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 12 years ago
  9. 20bcd4e [arcmt] Allow removing an -autorelease of a variable initialized in the previous statement. by Argyrios Kyrtzidis · 12 years ago
  10. ea2224d [arcmt] Adds brackets in case statements that "contain" initialization of retaining by Argyrios Kyrtzidis · 12 years ago
  11. af1c08f [arcmt] Don't error if an autoreleased variable is returned after the -autorelease. by Argyrios Kyrtzidis · 12 years ago
  12. 86ebd03 Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525> by Douglas Gregor · 12 years ago
  13. 6769ccb Warn on unused auto variables. by Rafael Espindola · 12 years ago
  14. 5d2faa4 [arcmt] Rewrite uses of Block_copy/Block_release macros. by Argyrios Kyrtzidis · 12 years ago
  15. bcde478 Fix capitalization of Objective-C in diagnostic. by Ted Kremenek · 12 years ago
  16. 89e19b4 Don't assert/crash on reference variables in lambdas bound to a by Eli Friedman · 12 years ago
  17. 344c77a [analyzer] Rename callback EndPath -> EndFunction by Anna Zaks · 12 years ago
  18. f5e208c hexagon-target-basic.c test: add REQUIRES line for hexagon target by Dmitri Gribenko · 12 years ago
  19. 1a090f1 Correct Hexagon DataLayout string. Fixes bug 14744. by Anshuman Dasgupta · 12 years ago
  20. ee3d9f0 Type safety attributes: add tests for enumerations (users are actually doing by Dmitri Gribenko · 12 years ago
  21. 9a64fb5 Prefer splitting after "template <...>" and fix indentation. by Daniel Jasper · 12 years ago
  22. 4e24f0f s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 12 years ago
  23. 6cc2a68 Silence some warnings and allow passing down some feature flags to the linker. by Rafael Espindola · 12 years ago
  24. 87b8127 Don't warn on unused member functions that are extern because of a typedef. by Rafael Espindola · 12 years ago
  25. 2d382d1 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 12 years ago
  26. de210a5 Use hasCLanguageLinkage when warning about non C return types. by Rafael Espindola · 12 years ago
  27. 9f0c692 Don't get confused if a extern "C" builtin function is redeclared without by Rafael Espindola · 12 years ago
  28. 9f40954 Don't warn for undefined but used decls that are external because of a typedef. by Rafael Espindola · 12 years ago
  29. 78eeba8 Reject overloading of two static extern C functions. by Rafael Espindola · 12 years ago
  30. 9b403c5 PR14729: Fix typo in CheckICE for BinaryConditionalOperators. by Richard Smith · 12 years ago
  31. 0f46e64 Improve diagnostic wording for when an implicitly-deleted special member by Richard Smith · 12 years ago
  32. ebf75d7 Change this to an IR test instead of an assembly test (as per comment in r171134). by David Blaikie · 12 years ago
  33. e57e3d3 Implement dcl.link paragraph 5. by Rafael Espindola · 12 years ago
  34. 66c0899 Update test for backend change. by Eric Christopher · 12 years ago
  35. 137d662 Fix a regression from the previous commit. by Rafael Espindola · 12 years ago
  36. 485458a Use the most recent redecl to decide if it is needed. by Rafael Espindola · 12 years ago
  37. a57b3b4 Produce an actual error before attempting to attach notes to it when bailing out by Richard Smith · 12 years ago
  38. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  39. 140aadf Add 171048 back but invalidate the cache of all redeclarations when setting by Rafael Espindola · 12 years ago
  40. a73d3db Simplify RUN lines. No functionality change. by Nick Lewycky · 12 years ago
  41. 34ef11b Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 12 years ago
  42. fa6efa8 test/Index/preamble_macro_template.cpp: Tweak for win32. by NAKAMURA Takumi · 12 years ago
  43. bb06b50 [libclang] Fix crash when code-completing a macro invocation that by Argyrios Kyrtzidis · 12 years ago
  44. ac50456 [libclang] Don't try to translate diagnostics from the precompiled preamble to the by Argyrios Kyrtzidis · 12 years ago
  45. 19e0d95 PR14695: Fix assert from bad cast<>. Not every namespace is a NamespaceDecl; it might instead be a TranslationUnitDecl. by Richard Smith · 12 years ago
  46. a734a0e Add back -Wduplicate-enum which I mistakenly removed. by Ted Kremenek · 12 years ago
  47. a05d274 Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_instance_variable_assignment. by Ted Kremenek · 12 years ago
  48. 3351536 Use a safe default width for template-diff'ing integral arguments, in by Douglas Gregor · 12 years ago
  49. 0a19ee8 Insulate this test from the whims of the random number generator. by Matt Beaumont-Gay · 12 years ago
  50. f530ff7 Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind(). by Ted Kremenek · 12 years ago
  51. d4ae653 Fixes couple of friend declaration -ast-print bug by Fariborz Jahanian · 12 years ago
  52. d29b455 Add a testcase for ARM cortex-r5 subtarget by Quentin Colombet · 12 years ago
  53. bd80231 [analyzer] Re-apply r170826 and make the dumping of the GallGraph deterministic. by Anna Zaks · 12 years ago
  54. 9c10d61 Temporary fix of tests to make buildbots happy. by Daniel Jasper · 12 years ago
  55. 5cf1589 Fix regression in r170489: when instantiating a direct initializer which is a by Richard Smith · 12 years ago
  56. 9d08401 Extend checkUnsafeAssigns() to also handle assigning an object literal to a weak reference. by Ted Kremenek · 12 years ago
  57. 0dbe2fb Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a value-initialized bool! by Richard Smith · 12 years ago
  58. 98ab776 Revert r170806, "Fix some bugs where we would sometimes use 0, not -1, when emitting a null constant of type pointer-to-data-member." by NAKAMURA Takumi · 12 years ago
  59. f1e5b15 [libclang] Follow-up to r170824, provide the correct number of arguments for by Argyrios Kyrtzidis · 12 years ago
  60. 6d42f4d Revert r170826. The output of by Rafael Espindola · 12 years ago
  61. 0db661e Don't eagerly emit a global static merged with a local extern. by Rafael Espindola · 12 years ago
  62. e34e193 [analyzer] Traverse the Call Graph in topological order. by Anna Zaks · 12 years ago
  63. cd0fd18 [libclang] Make sure we can code-complete inside a macro argument even though by Argyrios Kyrtzidis · 12 years ago
  64. d8af340 Fix some bugs where we would sometimes use 0, not -1, when emitting a null constant of type pointer-to-data-member. by Richard Smith · 12 years ago
  65. 904a326 Revert "Warn if a __weak variable is initialized with an Objective-C object literal." by Ted Kremenek · 12 years ago
  66. 5964df1 Use some heuristics so that when a fixit removes a source range, we try by Argyrios Kyrtzidis · 12 years ago
  67. 7c44106 Warn if a __weak variable is initialized with an Objective-C object literal. by Ted Kremenek · 12 years ago
  68. 154120c Add objective-C style formatting to clang format and by Fariborz Jahanian · 12 years ago
  69. bbf4d53 Update RetainCountChecker to understand attribute ns_returns_autoreleased. by Ted Kremenek · 12 years ago
  70. 5c70ef4 Add __has_feature(memory_sanitizer). by Evgeniy Stepanov · 12 years ago
  71. 30fd671 clang/test/Driver/warning-options.cpp: Appease MSYS bash. by NAKAMURA Takumi · 12 years ago
  72. 6c3e180 clang/test/Misc/ast-dump-decl.c: Add triple. __thread is not supported on all targets. by NAKAMURA Takumi · 12 years ago
  73. 3624e9e Robustify the @encode code and add support for _Atomic. by John McCall · 12 years ago
  74. 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 12 years ago
  75. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  76. b29740a [preprocessor] When "merging" macro argument tokens into one SLocEntry chunk, by Argyrios Kyrtzidis · 12 years ago
  77. 6b248db Typo. by Chad Rosier · 12 years ago
  78. d7dfd98 [driver] Have -isysroot warn on nonexistent paths. rdar://12282267 by Chad Rosier · 12 years ago
  79. ca40f30 [PCH/Modules] In ASTReader::completeVisibleDeclsMap, make sure to visit all by Argyrios Kyrtzidis · 12 years ago
  80. 277076a objective-C: Don't warn of unimplemented property of protocols in by Fariborz Jahanian · 12 years ago
  81. 89d852a Change test to dump Filecheck output to an intermediate file. This makes it easier to update this test. by Ted Kremenek · 12 years ago
  82. ca57ccd Fix PR14591: Windows newlines in doxygen comments cause failed assertion in by Dmitri Gribenko · 12 years ago
  83. 4b6ebe3 Attempt to clarify a vexing-parse diagnostic. by Richard Smith · 12 years ago
  84. cd6d5f4 Fix assertion failure in self-host (and probably bogus template instantiation by Richard Smith · 12 years ago
  85. c83c230 PR13470: Ensure that copy-list-initialization isntantiates as by Richard Smith · 12 years ago
  86. 240c6ff test/Index/preamble_macro_template.cpp: Suppress this probably due to Lit/win32 issue. Investigating. by NAKAMURA Takumi · 12 years ago
  87. e538d48 Make sure CodeGen uses a value of the correct type as the result of by Eli Friedman · 12 years ago
  88. 1850ac6 Fix a crash in diagnostic printing when a template class type is diff'ed by Eli Friedman · 12 years ago
  89. 4d5b68b Fix the fvectorize testcase by Nadav Rotem · 12 years ago
  90. d9b8777 Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for plowing through macros. by Ted Kremenek · 12 years ago
  91. 88b9521 This is the libclang patch providing minimal API to by Fariborz Jahanian · 12 years ago
  92. 8bfb700 Add tests to check recent changes to some builtins. by Bill Wendling · 12 years ago
  93. 08cc03f CodeGen: Expand creal and cimag into complex field loads by Meador Inge · 12 years ago
  94. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  95. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  96. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  97. a490670 test/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd (since r169831). by NAKAMURA Takumi · 12 years ago
  98. a7a2f2a Merge storage classes even when contexts don't match. by Rafael Espindola · 12 years ago
  99. 853c370 Now that the uninitialized variable has been fixed in llvm, add this test back, by Rafael Espindola · 12 years ago
  100. 2fcff83 The underlying type for an enum should be an integer type, not another enum. by Eli Friedman · 12 years ago