1. 5d27a51 Add support for -fsanitize-blacklist and default blacklists for DFSan. by Peter Collingbourne · 11 years ago
  2. f15b26c Enhance the clang -v gcc debug printing to skip obviously bad and duplicate paths. by Benjamin Kramer · 11 years ago
  3. 03f443a [tests] Reapply r188354, ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  4. 5fea4ea Revert r188354, "[tests] Ensure subsitution string is ascii." by NAKAMURA Takumi · 11 years ago
  5. e57020e [tests] Ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  6. cb2e182 revert 188352 by Shuxin Yang · 11 years ago
  7. 5dbab41 Driver::IsUsingLTO() no longer return true when seeing -emit-llvm. by Shuxin Yang · 11 years ago
  8. 4a91989 Bug fix: disallow a variable template to be redeclared as a non-templated variable by Larisse Voufo · 11 years ago
  9. 2388b77 Driver: Forward -Wl, and -Xlink arguments when using windows linker by Hans Wennborg · 11 years ago
  10. 6247484 Refine diagnostics in my last patch. // rdar://14303083 by Fariborz Jahanian · 11 years ago
  11. 72a36a1 Don't produce duplicate notes if we have deduction failure notes when resolving by Richard Smith · 11 years ago
  12. dc25f8c ObjectiveC [QoI] issue warning if an element of an nsarray by Fariborz Jahanian · 11 years ago
  13. 5db9527 clang-cl: Support /link option and set target to win32 by Hans Wennborg · 11 years ago
  14. 4fce06c Fix Altivec vector literal parser hack for C++11. by Eli Friedman · 11 years ago
  15. 1f8d663 Link in the ubsan runtime when building shared objects. by Nick Lewycky · 11 years ago
  16. c99b90e sizeof(void) etc. should be a hard error in C++. by Eli Friedman · 11 years ago
  17. 73052bf Handle "--" explicitly in the driver by Hans Wennborg · 11 years ago
  18. dd9459f Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3: by Richard Smith · 11 years ago
  19. f758bc7 Have Range::overlapsWith use positive logic by Edwin Vane · 11 years ago
  20. 086d565 ObjectiveC migrator: Fixes a crash and makes couple of harmless changes. by Fariborz Jahanian · 11 years ago
  21. b58cfd9 Adding a vector version of tooling::applyAllReplacements by Edwin Vane · 11 years ago
  22. 95f0766 Fixing a conflict detection bug in tooling::deduplicate by Edwin Vane · 11 years ago
  23. 99662a1 Move logic to enable the vectorizer to clang by Arnold Schwaighofer · 11 years ago
  24. 9d02807 Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case. by Samuel Benzaquen · 11 years ago
  25. 4c5be12 Fix xcore tests to use regex. by Arnold Schwaighofer · 11 years ago
  26. 6315fec clang-format: Add option for the offset of constructor initializers. by Daniel Jasper · 11 years ago
  27. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  28. 26314e1 Fix typo in comment. by David Majnemer · 11 years ago
  29. b644dd6 clang-format: Improve boolean expression formatting in macros. by Daniel Jasper · 11 years ago
  30. b5a151d clang-format: Activate WebKit-style tests for MS compilers. by Daniel Jasper · 11 years ago
  31. e60084d clang-format: Slightly adapt line break penalties. by Daniel Jasper · 11 years ago
  32. c80eb46 [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters by David Majnemer · 11 years ago
  33. 0038308 Drive by cleanup by David Blaikie · 11 years ago
  34. 439d665 variable templates updated for PCH serialization... Still working on test cases... by Larisse Voufo · 11 years ago
  35. 039970a AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, in comments. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  36. f2081f6 [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references by David Majnemer · 11 years ago
  37. a72f720 Silence a warning from MSVC about not returning a value by Reid Kleckner · 11 years ago
  38. 2d84f6b Remove Sema includes from Analysis code to fix layering by Reid Kleckner · 11 years ago
  39. 9c0ed91 clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions by Hans Wennborg · 11 years ago
  40. 46f4fd5 ObjectiveC migration. Add couple of routine by Fariborz Jahanian · 11 years ago
  41. b3c2377 DebugInfo: Simplify declaration building code - relying on the limit debug info checking already in CreateType(RecordType) by David Blaikie · 11 years ago
  42. 4a07716 DebugInfo: simplify some limited/declaration creation APIs by David Blaikie · 11 years ago
  43. 6e38281 clang-cl: Consolidate tests for /Fo and /Fe into cl-outputs.c by Hans Wennborg · 11 years ago
  44. 5d937b3 Add hooks to ExternalSemaSource for after-the-fact diagnosis of by Kaelyn Uhrain · 11 years ago
  45. 2d66dfa Speculative build fix for r188206. by Hans Wennborg · 11 years ago
  46. c65c72d clang-cl: Support the /Fe option by Hans Wennborg · 11 years ago
  47. 42acc0c Fix pretty-printing for unnamed unions. by Eli Friedman · 11 years ago
  48. a03c5ee Fix crash w/BlockDecl and invalid qualified decl. by Eli Friedman · 11 years ago
  49. df7bef0 Patch by Chris Wailes <chris.wailes@gmail.com>. Reviewed by delesley, dblaikie. by DeLesley Hutchins · 11 years ago
  50. 4432bf0 Forgot to add unittests/Sema/ before committing r188196 :( by Kaelyn Uhrain · 11 years ago
  51. 70571f4 Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. by Kaelyn Uhrain · 11 years ago
  52. f86c139 clang-cl: Expand warning about /TC and /TP override, and expand test by Hans Wennborg · 11 years ago
  53. c613b67 [Mips] MSA frontend option support by Jack Carter · 11 years ago
  54. 92d09fc This test passes on freebsd after r188178. Not exactly sure why. by Benjamin Kramer · 11 years ago
  55. a3bf897 SourceManager intialization tweaks. by Benjamin Kramer · 11 years ago
  56. b349a78 clang-format: Improve stream-formatting. by Daniel Jasper · 11 years ago
  57. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  58. 5335260 clang-format: Correctly format alias declarations. by Daniel Jasper · 11 years ago
  59. 6a4c5dc Use new llvm::SpecialCaseList API in CodeGenModule by Alexey Samsonov · 11 years ago
  60. 2530fd5 This change fixes the formatting of statements such as catch (E& e). by Manuel Klimek · 11 years ago
  61. 6010b4b Fix misindentation. by Richard Smith · 11 years ago
  62. 30d2375 Omit llvm:: before StringRef and SmallString. We have using directive in include/clang/Basic/LLVM.h. by Robert Wilhelm · 11 years ago
  63. e7205c0 Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive in include/clang/Basic/LLVM.h. by Robert Wilhelm · 11 years ago
  64. 29a46e6 Fix to PR16225 (Assert-on-invalid: isa<LabelDecl>(D) && "declaration not instantiated in this scope") by Serge Pavlov · 11 years ago
  65. c1cef08 Added source locs for angled parentheses in class/var template partial specs. by Enea Zaffanella · 11 years ago
  66. 62f675c Avoid spurious error messages if parent template class cannot be instantiated by Serge Pavlov · 11 years ago
  67. bcb2500 Fix warning in builds without asserts. by Rafael Espindola · 11 years ago
  68. a214824 Simplify now that llvm::sys::current_path checks $PWD. by Rafael Espindola · 11 years ago
  69. ad3273b [analyzer] Update Open Projects and Potential Checkers pages. by Jordan Rose · 11 years ago
  70. ee2da6f clang/test/Driver/cl-options.c: Suppress this on cygming due to -fno-builtin. by NAKAMURA Takumi · 11 years ago
  71. ee138f6 Correctly profile CXXPseudoDestructorExprs. by Eli Friedman · 11 years ago
  72. f68af64 Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr. by James Dennett · 11 years ago
  73. 1ab7778 Fix typo in template diffing docs. by Richard Trieu · 11 years ago
  74. 7ea491c Fix for PR16570: when comparing two function pointers, discard qualifiers when by Richard Trieu · 11 years ago
  75. 2401676 [arcmt] When handling unbridged casts, handle the body of BlockDecl separately because ParentMap does not record by Argyrios Kyrtzidis · 11 years ago
  76. 834c058 Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clang/Basic/LLVM.h. by Robert Wilhelm · 11 years ago
  77. 82ccd75 Remove "static" on simple temporary StringRef. by Benjamin Kramer · 11 years ago
  78. 746974d clang-cl: Don't pass /defaultlib to the linker by Hans Wennborg · 11 years ago
  79. d6d5d69 Only emit debug info for implicit members that actually get codegen, not just ODR use. by David Blaikie · 11 years ago
  80. ed5f28f Add a convenient way to compare GCCVersions without creating temporary objects. by Benjamin Kramer · 11 years ago
  81. a79a20e DirectIvarAssignment: Replace vtable'd objects with simple functions. by Benjamin Kramer · 11 years ago
  82. 4c87ca4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  83. 48d0f07 Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not needed by Alexey Samsonov · 11 years ago
  84. 96943ca Add lrint to the list of math builtins. It never sets errno so we can mark it as readnone. by Benjamin Kramer · 11 years ago
  85. 541a28f Put back a microoptimization with a comment to make it more obvious. by Benjamin Kramer · 11 years ago
  86. bb0ed29 Sema: Assertion failure during CodeGen in CodeGenModule::EmitUuidofInitializer by David Majnemer · 11 years ago
  87. c8fe011 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  88. 6ebe9df [analyzer] Enable usage of temporaries in InitListExprs by Pavel Labath · 11 years ago
  89. 8bdc92c Make SanitizerArgs parsing toolchain-independent by Alexey Samsonov · 11 years ago
  90. a919337 Use isCharInSet from llvm/Support/UnicodeCharRanges.h, added a test for double-width characters in FixIt-hints. by Alexander Kornienko · 11 years ago
  91. 17ffbd0 Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section" by David Majnemer · 11 years ago
  92. ea3db97 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  93. 4e9686b Implement [class.friend]p11's special name lookup rules for friend declarations by Richard Smith · 11 years ago
  94. fa220f5 [analyzer] Warn when using 'delete' on an uninitialized variable. by Jordan Rose · 11 years ago
  95. 0cf153b [tests] Make string encoding issues explicit. by Daniel Dunbar · 11 years ago
  96. 5329f78 [tests] Avoid deprecated except syntax. by Daniel Dunbar · 11 years ago
  97. 708002e clang-cl: Support /showIncludes by Hans Wennborg · 11 years ago
  98. c8e8e8f clang-cl: Map /Oi[-] to -f[no-]builtin by Hans Wennborg · 11 years ago
  99. f1f3e05 unbreak buildbot on Windows. by Fariborz Jahanian · 11 years ago
  100. 1197c65 ObjectiveC migrator: tighten rule about when to by Fariborz Jahanian · 11 years ago