1. 5fba5a7 [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 11 years ago
  2. 2f835ca Don't allow unary negation on scoped enums. by Eli Friedman · 11 years ago
  3. 5a42820 Fix for dependent contexts in alias templates. by Eli Friedman · 11 years ago
  4. 7336b9f Thread Safety Analysis: fix bug when using TryLock with && and || expressions. by DeLesley Hutchins · 11 years ago
  5. cbcb030 DebugInfo: CollectRecordStaticField -> CreateRecordStaticField to return its result. by David Blaikie · 11 years ago
  6. fab829d Remove unnecessary explicit cast. by David Blaikie · 11 years ago
  7. f1f5cc3 DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for future use by David Blaikie · 11 years ago
  8. 8836e36 ObjetiveC migrator: fix the test in my last patch by Fariborz Jahanian · 11 years ago
  9. 327a36a Fix assert added in r188494 by David Blaikie · 11 years ago
  10. cdd4b78 Properly track l-paren of a CXXFucntionalCastExpr. by Eli Friedman · 11 years ago
  11. 409ab56 DebugInfo: Remove unused conditional by David Blaikie · 11 years ago
  12. 269cca1 ObjectiveC migrator. Start annotating CF functions by Fariborz Jahanian · 11 years ago
  13. 27ab036 DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type match the semantics by David Blaikie · 11 years ago
  14. 492b102 DebugInfo: Add a FIXME, remove a FIXME. by David Blaikie · 11 years ago
  15. ebc313d make arm-use-movt available for all ARM by Renato Golin · 11 years ago
  16. 2780489 DebugInfo: Unify & optimize the lazy addition of record types by David Blaikie · 11 years ago
  17. c5cd1a7 DebugInfo: Revert change to the return type of createRecordFwdDecl by David Blaikie · 11 years ago
  18. 8effeda CodeGen: __uuidof should work even with an incomplete _GUID type by David Majnemer · 11 years ago
  19. e1f1ff6 Add another test to my last patch (NS_OPTION vs. NS_ENUM) ObjectiveC migration. by Fariborz Jahanian · 11 years ago
  20. f353511 [autotools->cmake] Added variable CLANG_VENDOR_UTI. by Michael Gottesman · 11 years ago
  21. a8c0e4f [autotools->cmake] Added CMake support for the preprocessor variable CLANG_REPOSITORY_STRING. by Michael Gottesman · 11 years ago
  22. b94887e DebugInfo: remove unnecessary type registration by David Blaikie · 11 years ago
  23. 951094b DebugInfo: Don't create duplicate forward declaration metadata unnecessarily. by David Blaikie · 11 years ago
  24. 83c746a Fixes a gross conditional in my last patch. by Fariborz Jahanian · 11 years ago
  25. 0b5941c ObjectiveC migrator: In deciding NS_OPTION over by Fariborz Jahanian · 11 years ago
  26. 68502e5 [analyzer] If realloc fails on an escaped region, that region doesn't leak. by Jordan Rose · 11 years ago
  27. a44f03b Thread safety analysis: move warnings within lock/unlock functions out of beta. by DeLesley Hutchins · 11 years ago
  28. 146522e [Mips][msa] Add support for half by Jack Carter · 11 years ago
  29. ba7fd42 Build unwind tables by default on NetBSD. by Joerg Sonnenberger · 11 years ago
  30. 14605ff Use the integrated assembler on NetBSD/powerpc by default. by Joerg Sonnenberger · 11 years ago
  31. 13e116f [Mips][msa] Added most builtins from add.a to xori by Jack Carter · 11 years ago
  32. fa203cf Update sanitizer attribute documentation to match behaviour change in r187967. by Evgeniy Stepanov · 11 years ago
  33. 79690a0 Fix the build failure of Realease version by Hao Liu · 11 years ago
  34. afc1ea1 Add back a test that was removed in r188450 by David Majnemer · 11 years ago
  35. 12cd6a8 Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions by Hao Liu · 11 years ago
  36. 1c7a409 [-cxx-abi microsoft] Mangle member pointers better by David Majnemer · 11 years ago
  37. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  38. 233fbe1 Add a bit of explanation for FrontendActionFactory. by Stefanus Du Toit · 11 years ago
  39. 30d405b Add ctorInitializer to the dynamic AST Matcher registry. by Stefanus Du Toit · 11 years ago
  40. 41594c5 ObjectiveC [Sema]. This patch makes sure that all inherited by Fariborz Jahanian · 11 years ago
  41. 53c7ea1 [static analyzer] add a simple "CallEffects" API to query the retain count semantics of a method. by Ted Kremenek · 11 years ago
  42. 5774e39 [static analyzer] Factor out ArgEffect and RetEffect into public header file. by Ted Kremenek · 11 years ago
  43. fc88601 Relax testcase for r188400 to not test for forward-slashes as path separators. by Adrian Prantl · 11 years ago
  44. 37e849a PR16875: The return type of a dependent function type is visible when it's by Richard Smith · 11 years ago
  45. 933c66b Bug fix: note diagnosis on expression narrowing should say "variable template" instead of "static data member" when appropriate by Larisse Voufo · 11 years ago
  46. ac89a45 Fix grammar mistake. by Shuxin Yang · 11 years ago
  47. 378945b Do no use -emit-llvm for -flto. by Shuxin Yang · 11 years ago
  48. f2a19da Testcase for r188400. by Benjamin Kramer · 11 years ago
  49. 5d27a51 Add support for -fsanitize-blacklist and default blacklists for DFSan. by Peter Collingbourne · 11 years ago
  50. f15b26c Enhance the clang -v gcc debug printing to skip obviously bad and duplicate paths. by Benjamin Kramer · 11 years ago
  51. 03f443a [tests] Reapply r188354, ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  52. 5fea4ea Revert r188354, "[tests] Ensure subsitution string is ascii." by NAKAMURA Takumi · 11 years ago
  53. e57020e [tests] Ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  54. cb2e182 revert 188352 by Shuxin Yang · 11 years ago
  55. 5dbab41 Driver::IsUsingLTO() no longer return true when seeing -emit-llvm. by Shuxin Yang · 11 years ago
  56. 4a91989 Bug fix: disallow a variable template to be redeclared as a non-templated variable by Larisse Voufo · 11 years ago
  57. 2388b77 Driver: Forward -Wl, and -Xlink arguments when using windows linker by Hans Wennborg · 11 years ago
  58. 6247484 Refine diagnostics in my last patch. // rdar://14303083 by Fariborz Jahanian · 11 years ago
  59. 72a36a1 Don't produce duplicate notes if we have deduction failure notes when resolving by Richard Smith · 11 years ago
  60. dc25f8c ObjectiveC [QoI] issue warning if an element of an nsarray by Fariborz Jahanian · 11 years ago
  61. 5db9527 clang-cl: Support /link option and set target to win32 by Hans Wennborg · 11 years ago
  62. 4fce06c Fix Altivec vector literal parser hack for C++11. by Eli Friedman · 11 years ago
  63. 1f8d663 Link in the ubsan runtime when building shared objects. by Nick Lewycky · 11 years ago
  64. c99b90e sizeof(void) etc. should be a hard error in C++. by Eli Friedman · 11 years ago
  65. 73052bf Handle "--" explicitly in the driver by Hans Wennborg · 11 years ago
  66. dd9459f Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3: by Richard Smith · 11 years ago
  67. f758bc7 Have Range::overlapsWith use positive logic by Edwin Vane · 11 years ago
  68. 086d565 ObjectiveC migrator: Fixes a crash and makes couple of harmless changes. by Fariborz Jahanian · 11 years ago
  69. b58cfd9 Adding a vector version of tooling::applyAllReplacements by Edwin Vane · 11 years ago
  70. 95f0766 Fixing a conflict detection bug in tooling::deduplicate by Edwin Vane · 11 years ago
  71. 99662a1 Move logic to enable the vectorizer to clang by Arnold Schwaighofer · 11 years ago
  72. 9d02807 Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case. by Samuel Benzaquen · 11 years ago
  73. 4c5be12 Fix xcore tests to use regex. by Arnold Schwaighofer · 11 years ago
  74. 6315fec clang-format: Add option for the offset of constructor initializers. by Daniel Jasper · 11 years ago
  75. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  76. 26314e1 Fix typo in comment. by David Majnemer · 11 years ago
  77. b644dd6 clang-format: Improve boolean expression formatting in macros. by Daniel Jasper · 11 years ago
  78. b5a151d clang-format: Activate WebKit-style tests for MS compilers. by Daniel Jasper · 11 years ago
  79. e60084d clang-format: Slightly adapt line break penalties. by Daniel Jasper · 11 years ago
  80. c80eb46 [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters by David Majnemer · 11 years ago
  81. 0038308 Drive by cleanup by David Blaikie · 11 years ago
  82. 439d665 variable templates updated for PCH serialization... Still working on test cases... by Larisse Voufo · 11 years ago
  83. 039970a AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, in comments. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  84. f2081f6 [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references by David Majnemer · 11 years ago
  85. a72f720 Silence a warning from MSVC about not returning a value by Reid Kleckner · 11 years ago
  86. 2d84f6b Remove Sema includes from Analysis code to fix layering by Reid Kleckner · 11 years ago
  87. 9c0ed91 clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions by Hans Wennborg · 11 years ago
  88. 46f4fd5 ObjectiveC migration. Add couple of routine by Fariborz Jahanian · 11 years ago
  89. b3c2377 DebugInfo: Simplify declaration building code - relying on the limit debug info checking already in CreateType(RecordType) by David Blaikie · 11 years ago
  90. 4a07716 DebugInfo: simplify some limited/declaration creation APIs by David Blaikie · 11 years ago
  91. 6e38281 clang-cl: Consolidate tests for /Fo and /Fe into cl-outputs.c by Hans Wennborg · 11 years ago
  92. 5d937b3 Add hooks to ExternalSemaSource for after-the-fact diagnosis of by Kaelyn Uhrain · 11 years ago
  93. 2d66dfa Speculative build fix for r188206. by Hans Wennborg · 11 years ago
  94. c65c72d clang-cl: Support the /Fe option by Hans Wennborg · 11 years ago
  95. 42acc0c Fix pretty-printing for unnamed unions. by Eli Friedman · 11 years ago
  96. a03c5ee Fix crash w/BlockDecl and invalid qualified decl. by Eli Friedman · 11 years ago
  97. df7bef0 Patch by Chris Wailes <chris.wailes@gmail.com>. Reviewed by delesley, dblaikie. by DeLesley Hutchins · 11 years ago
  98. 4432bf0 Forgot to add unittests/Sema/ before committing r188196 :( by Kaelyn Uhrain · 11 years ago
  99. 70571f4 Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. by Kaelyn Uhrain · 11 years ago
  100. f86c139 clang-cl: Expand warning about /TC and /TP override, and expand test by Hans Wennborg · 11 years ago