1. a919337 Use isCharInSet from llvm/Support/UnicodeCharRanges.h, added a test for double-width characters in FixIt-hints. by Alexander Kornienko · 11 years ago
  2. 17ffbd0 Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section" by David Majnemer · 11 years ago
  3. ea3db97 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  4. 4e9686b Implement [class.friend]p11's special name lookup rules for friend declarations by Richard Smith · 11 years ago
  5. fa220f5 [analyzer] Warn when using 'delete' on an uninitialized variable. by Jordan Rose · 11 years ago
  6. 0cf153b [tests] Make string encoding issues explicit. by Daniel Dunbar · 11 years ago
  7. 5329f78 [tests] Avoid deprecated except syntax. by Daniel Dunbar · 11 years ago
  8. 708002e clang-cl: Support /showIncludes by Hans Wennborg · 11 years ago
  9. c8e8e8f clang-cl: Map /Oi[-] to -f[no-]builtin by Hans Wennborg · 11 years ago
  10. f1f3e05 unbreak buildbot on Windows. by Fariborz Jahanian · 11 years ago
  11. 1197c65 ObjectiveC migrator: tighten rule about when to by Fariborz Jahanian · 11 years ago
  12. a922649 ObjectiveC migration: Handle another special case of by Fariborz Jahanian · 11 years ago
  13. f0f9891 clang-cl: use MS C++ ABI by Hans Wennborg · 11 years ago
  14. 1c56c9d Fix alignof computation of large arrays on x86_64. by Rafael Espindola · 11 years ago
  15. a32c523 Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency" by Reid Kleckner · 11 years ago
  16. ad0d570 Add clang_Location_isFromMainFile() to libclang. by Stefanus Du Toit · 11 years ago
  17. f3db683 Remove misleading comment about using cc1 option table. by Hans Wennborg · 11 years ago
  18. bccf68f clang-cl: Hook up /Za to prevent adding oldnames.lib dependency by Hans Wennborg · 11 years ago
  19. ce4aa85 scan-build: pass -target through to analyzer by Jordan Rose · 11 years ago
  20. d5692db Introduce Replacement deduplication and conflict detection function by Edwin Vane · 11 years ago
  21. 1e9fdc1 Factor out parsing sanitizer arguments to a separate function by Alexey Samsonov · 11 years ago
  22. 47abb25 Remove unused variable. No functionality change. by Benjamin Kramer · 11 years ago
  23. 442c60a Move SanitizerArgs implementation from .h to .cpp by Alexey Samsonov · 11 years ago
  24. b26404a The only useful loop unrolling flag to give realistically is by Chandler Carruth · 11 years ago
  25. f58443e Split the deprecated increment bool warning into a sub-group of -Wdeprecated by Richard Trieu · 11 years ago
  26. 2519d56 Revert r187935 "Support for double width characters." by Arnold Schwaighofer · 11 years ago
  27. fbbdc5d Emit an error for enum increments and decrements in C++ mode. Fixes PR16394. by Richard Trieu · 11 years ago
  28. 9793fe9 catch-undefined-behavior.cpp: Remove names that don't appear in every build. by Filipe Cabecinhas · 11 years ago
  29. ce74417 UBSan: Fix naming for IR variables in catch-undef-behavior.cpp by Filipe Cabecinhas · 11 years ago
  30. 8593e78 UBSan: Fix alignment checks emitted in downcasts. by Filipe Cabecinhas · 11 years ago
  31. b357479 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 11 years ago
  32. 712b747 Support for double width characters. by Alexander Kornienko · 11 years ago
  33. 2eeed71 DataFlowSanitizer; Clang changes. by Peter Collingbourne · 11 years ago
  34. 7ae9745 Fix doxygen function name mismatch. by Hans Wennborg · 11 years ago
  35. ac32d90 PR9992: Serialize and deserialize the token sequence for a function template in by Richard Smith · 11 years ago
  36. 51e75ae [PCH] Fix a PCH serialization crash, with invalid code related to forward enum references. by Argyrios Kyrtzidis · 11 years ago
  37. d3a247c Fixes a couple of bugs with the Allman brace breaking. by Manuel Klimek · 11 years ago
  38. b82f77f Correctly allign arrays on 32 bit systems. by Rafael Espindola · 11 years ago
  39. 15c8e56 Patch to fix doxygen trailing comments for ObjectiveC methods. by Fariborz Jahanian · 11 years ago
  40. 1dc6f74 clang-format: Fix corner case in OpenMP pragma formatting. by Daniel Jasper · 11 years ago
  41. a7b8797 Eliminate CXXConstructorDecl::IsImplicitlyDefined. by Jordan Rose · 11 years ago
  42. 201d3fb Indicate success for simple options when clang called with -cc1. by Rafael Espindola · 11 years ago
  43. 05654ff Documentation for sanitizer special case list format and -f(no-)?sanitize-blacklist flag by Alexey Samsonov · 11 years ago
  44. efed687 clang-format: Improve formatting of builder-type calls. by Daniel Jasper · 11 years ago
  45. 909930f clang-cl: Use .obj as object file extension instead of .o by Hans Wennborg · 11 years ago
  46. 8c238be Patch to fix doxygen trailing comments for ObjectiveC properties. by Fariborz Jahanian · 11 years ago
  47. ab50ccd clang-cl: Implement support for the /Fo option by Hans Wennborg · 11 years ago
  48. acdbbc7 Add a new warning to -Wloop-analysis to detect suspicious increments or by Richard Trieu · 11 years ago
  49. fa45cb3 ObjectiveC migration: tweak setting of lifetime attribute by Fariborz Jahanian · 11 years ago
  50. b7fc2ad Update status of support for variable templates on website. by Larisse Voufo · 11 years ago
  51. 2521813 A bit of clean up based on peer's feedback... by Larisse Voufo · 11 years ago
  52. 3835a4e PR16755: When initializing or modifying a bitfield member in a constant by Richard Smith · 11 years ago
  53. 9c90f7f Removed hack that was used to properly restore the nested name specifier of qualified variable template ids. It turns out that the current implementation was just not logical setup for it. This commit has made it so. by Larisse Voufo · 11 years ago
  54. 3151b7c Fixing commit r187768: Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  55. 1a81e74 Fix for PR16570: when comparing two function pointers, discard qualifiers when by Richard Trieu · 11 years ago
  56. 06935f3 Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  57. f959c33 clang/test/Driver/crash-report.c: Mark it as XFAIL:mingw32, for now. Investigating. by NAKAMURA Takumi · 11 years ago
  58. 70ed2db AST/DeclTemplate.h: Possibly fix a warning. [-Wuninitialized] by NAKAMURA Takumi · 11 years ago
  59. cec70f5 SemaTemplateInstantiateDecl.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
  60. ef4579c Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 11 years ago
  61. 4c58753 clang-cl: Implement the /Tc, /TC, /Tp and /TP options. by Hans Wennborg · 11 years ago
  62. c0e64f3 [ms-cxxabi] Properly mangle member pointers by David Majnemer · 11 years ago
  63. 02c44f0 [ms-cxxabi] Handle template-template arguments by David Majnemer · 11 years ago
  64. 7802fc9 [ms-cxxabi] Mangle nullptr template arguments by David Majnemer · 11 years ago
  65. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  66. de56bb7 lit.cfg: better check for MSYS by Hans Wennborg · 11 years ago
  67. 0e21897 Implement C++'s restrictions on the type of an expression passed to a vararg by Richard Smith · 11 years ago
  68. 3cb4436 Regression test for PR12699 by Serge Pavlov · 11 years ago
  69. edc45d5 [analyzer] Clarify that r187624 is a hack and should be fixed better later. by Jordan Rose · 11 years ago
  70. d9d57e9 Use a shuffle with undef elements instead of inserting 0s in the 128-bit to 256-bit casting intrinsics to improve performance. Thanks to Katya Romanova for identifying this issue. by Craig Topper · 11 years ago
  71. 8b051ce Sema: Don't assume a nested name specifier holds a type by David Majnemer · 11 years ago
  72. bb1b797 Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735 by Timur Iskhodzhanov · 11 years ago
  73. 6f4f808 Add support for passing -1 to __builtin_shufflevector to signify an undefined element value to match IR capabilities. by Craig Topper · 11 years ago
  74. a1c50a1 Options.td: remove _DASH_DASH by Hans Wennborg · 11 years ago
  75. c217ced ObjectiveC migrator. Differentiate 'instancetype' by Fariborz Jahanian · 11 years ago
  76. bd77c59 Only use the Darwin linker's -export_dynamic option with supported versions. by Bob Wilson · 11 years ago
  77. 09c3463 Re-commit r187637: "clang-cl: add more options" by Hans Wennborg · 11 years ago
  78. e490705 Implement Allman style. by Manuel Klimek · 11 years ago
  79. b56da8c Fix crash when encountering alias templates in isDerivedFrom matches. by Manuel Klimek · 11 years ago
  80. 8d3794e ObjectiveC migrator: Add another family of factory by Fariborz Jahanian · 11 years ago
  81. 0694ad9 Fix missing * making the C++ mode thing not work by Matt Arsenault · 11 years ago
  82. 4ed47cc CC1: Only parse command-line options that have the CC1Option flag. by Hans Wennborg · 11 years ago
  83. f647b69 ObjectiveC migrator: Fixes public buildbot failures, by Fariborz Jahanian · 11 years ago
  84. 6803dbe revert patch I added in r187655. It still breaks public buildbot. by Fariborz Jahanian · 11 years ago
  85. 906c7f7 ObjectiveC migration. Check-in patch reverted in r187634. by Fariborz Jahanian · 11 years ago
  86. 8ac253c Convert last use of st_dev in clang. by Rafael Espindola · 11 years ago
  87. e2d20c9 Remove rather oddly merged logic from AArch64 commit. by Tim Northover · 11 years ago
  88. 75e58bb clang-format: Fix string breaking after "<<". by Daniel Jasper · 11 years ago
  89. 13a165e Assume UniqueID is zero for invalid PPRegion to fix uninitialized reads reported by MSan by Alexey Samsonov · 11 years ago
  90. b61c294 Fix indentation. No functional change. by Craig Topper · 11 years ago
  91. e7a9a67 Revert r187537 "clang-cl: add more options" by Hans Wennborg · 11 years ago
  92. 1888b91 When merging redeclaration chains across modules, if a declaration is visible by Richard Smith · 11 years ago
  93. ac8b5f5 clang-cl: add more options by Hans Wennborg · 11 years ago
  94. cd68398 Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods with certain prefix selector matching their class names' suffix." by Rafael Espindola · 11 years ago
  95. d836061 Revert "If -fslp-vectorize or -fno-slp-vectorize are given, honor this selection. If no flag is given, enable it for -O3." by Rafael Espindola · 11 years ago
  96. 1eaa997 clang-format: Operator precendence in ObjC method exprs. by Daniel Jasper · 11 years ago
  97. bd30bf8 If -fslp-vectorize or -fno-slp-vectorize are given, honor this selection. If no flag is given, enable it for -O3. by Nadav Rotem · 11 years ago
  98. 5994467 ObjectiveC migrator. Migrate to instancetype return type by Fariborz Jahanian · 11 years ago
  99. d8188f8 [analyzer] Don't process autorelease counts in synthesized function bodies. by Jordan Rose · 11 years ago
  100. cd007b1 [analyzer] Silently drop all reports within synthesized bodies. by Jordan Rose · 11 years ago