1. fa45cb3 ObjectiveC migration: tweak setting of lifetime attribute by Fariborz Jahanian · 11 years ago
  2. b7fc2ad Update status of support for variable templates on website. by Larisse Voufo · 11 years ago
  3. 2521813 A bit of clean up based on peer's feedback... by Larisse Voufo · 11 years ago
  4. 3835a4e PR16755: When initializing or modifying a bitfield member in a constant by Richard Smith · 11 years ago
  5. 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
  6. 3151b7c Fixing commit r187768: Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  7. 1a81e74 Fix for PR16570: when comparing two function pointers, discard qualifiers when by Richard Trieu · 11 years ago
  8. 06935f3 Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  9. f959c33 clang/test/Driver/crash-report.c: Mark it as XFAIL:mingw32, for now. Investigating. by NAKAMURA Takumi · 11 years ago
  10. 70ed2db AST/DeclTemplate.h: Possibly fix a warning. [-Wuninitialized] by NAKAMURA Takumi · 11 years ago
  11. cec70f5 SemaTemplateInstantiateDecl.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
  12. 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
  13. 4c58753 clang-cl: Implement the /Tc, /TC, /Tp and /TP options. by Hans Wennborg · 11 years ago
  14. c0e64f3 [ms-cxxabi] Properly mangle member pointers by David Majnemer · 11 years ago
  15. 02c44f0 [ms-cxxabi] Handle template-template arguments by David Majnemer · 11 years ago
  16. 7802fc9 [ms-cxxabi] Mangle nullptr template arguments by David Majnemer · 11 years ago
  17. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  18. de56bb7 lit.cfg: better check for MSYS by Hans Wennborg · 11 years ago
  19. 0e21897 Implement C++'s restrictions on the type of an expression passed to a vararg by Richard Smith · 11 years ago
  20. 3cb4436 Regression test for PR12699 by Serge Pavlov · 11 years ago
  21. edc45d5 [analyzer] Clarify that r187624 is a hack and should be fixed better later. by Jordan Rose · 11 years ago
  22. 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
  23. 8b051ce Sema: Don't assume a nested name specifier holds a type by David Majnemer · 11 years ago
  24. bb1b797 Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735 by Timur Iskhodzhanov · 11 years ago
  25. 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
  26. a1c50a1 Options.td: remove _DASH_DASH by Hans Wennborg · 11 years ago
  27. c217ced ObjectiveC migrator. Differentiate 'instancetype' by Fariborz Jahanian · 11 years ago
  28. bd77c59 Only use the Darwin linker's -export_dynamic option with supported versions. by Bob Wilson · 11 years ago
  29. 09c3463 Re-commit r187637: "clang-cl: add more options" by Hans Wennborg · 11 years ago
  30. e490705 Implement Allman style. by Manuel Klimek · 11 years ago
  31. b56da8c Fix crash when encountering alias templates in isDerivedFrom matches. by Manuel Klimek · 11 years ago
  32. 8d3794e ObjectiveC migrator: Add another family of factory by Fariborz Jahanian · 11 years ago
  33. 0694ad9 Fix missing * making the C++ mode thing not work by Matt Arsenault · 11 years ago
  34. 4ed47cc CC1: Only parse command-line options that have the CC1Option flag. by Hans Wennborg · 11 years ago
  35. f647b69 ObjectiveC migrator: Fixes public buildbot failures, by Fariborz Jahanian · 11 years ago
  36. 6803dbe revert patch I added in r187655. It still breaks public buildbot. by Fariborz Jahanian · 11 years ago
  37. 906c7f7 ObjectiveC migration. Check-in patch reverted in r187634. by Fariborz Jahanian · 11 years ago
  38. 8ac253c Convert last use of st_dev in clang. by Rafael Espindola · 11 years ago
  39. e2d20c9 Remove rather oddly merged logic from AArch64 commit. by Tim Northover · 11 years ago
  40. 75e58bb clang-format: Fix string breaking after "<<". by Daniel Jasper · 11 years ago
  41. 13a165e Assume UniqueID is zero for invalid PPRegion to fix uninitialized reads reported by MSan by Alexey Samsonov · 11 years ago
  42. b61c294 Fix indentation. No functional change. by Craig Topper · 11 years ago
  43. e7a9a67 Revert r187537 "clang-cl: add more options" by Hans Wennborg · 11 years ago
  44. 1888b91 When merging redeclaration chains across modules, if a declaration is visible by Richard Smith · 11 years ago
  45. ac8b5f5 clang-cl: add more options by Hans Wennborg · 11 years ago
  46. 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
  47. 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
  48. 1eaa997 clang-format: Operator precendence in ObjC method exprs. by Daniel Jasper · 11 years ago
  49. 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
  50. 5994467 ObjectiveC migrator. Migrate to instancetype return type by Fariborz Jahanian · 11 years ago
  51. d8188f8 [analyzer] Don't process autorelease counts in synthesized function bodies. by Jordan Rose · 11 years ago
  52. cd007b1 [analyzer] Silently drop all reports within synthesized bodies. by Jordan Rose · 11 years ago
  53. ab3ce59 clang-format: Don't break empty 2nd operand of ternary expr. by Daniel Jasper · 11 years ago
  54. 0fda0f7 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 11 years ago
  55. 1cf9ab8 Use function attributes to indicate if we don't want to realign the stack. by Bill Wendling · 11 years ago
  56. ac00b79 DebugInfo: Don't prefer declarations over definitions in -flimit-debug-info in C by David Blaikie · 11 years ago
  57. 8058833 DebugInfo: Emit template arguments for limited types used for context. by David Blaikie · 11 years ago
  58. 60704ac Options.td: O0 and O4 are not Joined options by Hans Wennborg · 11 years ago
  59. f94c060 Enable the SLP-vectorizer by default by Nadav Rotem · 11 years ago
  60. 841b37c Reduce a variable's scope (no functionality change) by David Blaikie · 11 years ago
  61. 65e2b74 Simplify git-clang-format by using new -lines option. by Daniel Jasper · 11 years ago
  62. b7000ca Teach clang-format to understand static_asserts better. by Daniel Jasper · 11 years ago
  63. 05c06c0 Fix typo in comment. by Joey Gouly · 11 years ago
  64. 1316370 AST: Treat inline function declarations in -fms-compatibility as if it were in C++ when in C mode by David Majnemer · 11 years ago
  65. f10fa8d Options: Use AliasArgs for -O -> -O2 translation. by Hans Wennborg · 11 years ago
  66. aa9e7b1 clang-format: Improve line breaks in @property. by Daniel Jasper · 11 years ago
  67. 3b142da Make helper function static. by Benjamin Kramer · 11 years ago
  68. 800de7e Silence unused variable warning in non-assert builds. by Daniel Jasper · 11 years ago
  69. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  70. 789d82a Check dynamic_cast is not used with -fno-rtti, unless it is a noop or can be resolved statically. by Arnaud A. de Grandmaison · 11 years ago
  71. e1791d8 Remove more odd code that tries to account for an off by 1 problem in vec3 shuffles that doesn't really exist. by Craig Topper · 11 years ago
  72. 2f66512 Fix to handle all non-power-of-2 vector sizes in the mask form of _builtin_shuffle_vector. by Craig Topper · 11 years ago
  73. 576a9af Sema: Diagnose explicitly bound unresolved member expressions decaying into pointers to function type by David Majnemer · 11 years ago
  74. 72c422c Remove broken and unnecessary vec3 handling from VisitShuffleVectorExpr. by Craig Topper · 11 years ago
  75. fcbe208 Parse: Don't consider attributes of broken member declarators by David Majnemer · 11 years ago
  76. 3f32210 Fix assert when instantiating a default argument of a template defined in a by Richard Smith · 11 years ago
  77. d145ce7 Remove the SUPPORT_ALIASARGS define by Hans Wennborg · 11 years ago
  78. 893ea8d clang-format: Make alignment of trailing comments optional .. by Daniel Jasper · 11 years ago
  79. b087a5d Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td file by Hans Wennborg · 11 years ago
  80. 3d672e4 ObjectiveC ARC: finishing off issuing error when by Fariborz Jahanian · 11 years ago
  81. eff18b9 clang-format: Add more options to namespace indentation. by Daniel Jasper · 11 years ago
  82. 4382928 Option parsing tables: pick up AliasArgs from the OPTION macro. by Hans Wennborg · 11 years ago
  83. 01ad048 ObjectiveC ARC: Do not issue bridge cast diagnostic when by Fariborz Jahanian · 11 years ago
  84. c66e7e9 Fix declaring class template methods with an attributed typedef by Reid Kleckner · 11 years ago
  85. 78d0fbf clang-cl: add the /c, /W0 and /W1 options by Hans Wennborg · 11 years ago
  86. c14e6dd A few small cleanups to r187504. Thanks to dblaikie for the assist. by Kaelyn Uhrain · 11 years ago
  87. 650c605 ObjectiveC arc: minor refactoring in my last patch by Fariborz Jahanian · 11 years ago
  88. 2651b7a ObjectiveC arc: Introduce a new initialization kind by Fariborz Jahanian · 11 years ago
  89. baaeb85 Improve the diagnostic experience, including adding recovery, for by Kaelyn Uhrain · 11 years ago
  90. b316dc5 ObjectiveC arc: Move check for type conversions in arc by Fariborz Jahanian · 11 years ago
  91. adbb455 Fix a comment. by Hans Wennborg · 11 years ago
  92. 0ad975e With help from chapuni on IRC, I think this is right now. =] The issue by Chandler Carruth · 11 years ago
  93. 5fff100 Run an experiment to try to understand the windows failure better by by Chandler Carruth · 11 years ago
  94. 511fcc3 Try only two slashes as that seems to be working elsewhere in this testcase. by Chandler Carruth · 11 years ago
  95. d892178 Re-enable the cross-linux test on windows after making it tolerant of by Chandler Carruth · 11 years ago
  96. 245fca3 clang/test/Driver/cross-linux.c is suppressed on win32 for now. Investigating. by NAKAMURA Takumi · 11 years ago
  97. ce75652 Fixing an unused variable warning. by Aaron Ballman · 11 years ago
  98. 8931078 Fix a crasher than manifests when typo correction suggests a function template. by Richard Trieu · 11 years ago
  99. 28803ba Find a better compromise with the default library search paths used by by Chandler Carruth · 11 years ago
  100. afb90df Fix read of uninitialized enum value in test, caught by UBSan. No functionality by Richard Smith · 11 years ago