1. d2bd589 Re-introduce MatchFinder::addDynamicMatcher. by Peter Collingbourne · 11 years ago
  2. baa9af1 PR17800: When performing pack expansion, we must always rebuild the AST nodes by Richard Smith · 11 years ago
  3. f9504aa clang-format: Improve binary operator detection in macros. by Daniel Jasper · 11 years ago
  4. fed2603 Tests for CWG issue 165-170. by Richard Smith · 11 years ago
  5. 966e6d3 clang-format: Improve ObjC variadic and binary expression parameters. by Daniel Jasper · 11 years ago
  6. 9aebdc9 PR17615: A delegating constructor initializer is a full-expression. Don't by Richard Smith · 11 years ago
  7. ec00b0f Added a test case for the fix to bug 17632 in r193751 by Chris Wailes · 11 years ago
  8. f33ed47 XFAIL the test for non-x86 targets for which this message cannot be generated. by Richard Barton · 11 years ago
  9. dbfb5f3 clang-format: Improve formatting of constructor initializers. by Daniel Jasper · 11 years ago
  10. 59875ac clang-format: Remove old hack that mainly made incorrect tests pass. by Daniel Jasper · 11 years ago
  11. 740265d Remove an unnecessary condition that I added hastily: Unsigned numbers are obviously >= 0 ;) by Faisal Vali · 11 years ago
  12. 16a8b0e clang-format: Fix corner case for brace alignment. by Daniel Jasper · 11 years ago
  13. 40aa366 Minor refinement of VTableBuilder.h: fix wrong indentation, rename a struct field with a more appropriate name by Timur Iskhodzhanov · 11 years ago
  14. 3efb8e8 Add parens for || in && in assert. No functionality change. by Benjamin Kramer · 11 years ago
  15. 24d91e6 Ubuntu has published its Saucy release. 'Trusty Tahr' dev has just started. Add its support in Clang by Sylvestre Ledru · 11 years ago
  16. 54de9bb Fixed bug in return type of __builtin_va_start(). by Enea Zaffanella · 11 years ago
  17. 7dae929 Mark generic lambdas, and thus C++14, as complete. Add commented-out stub for C++17. by Richard Smith · 11 years ago
  18. cb82c89 Tests for DR150 - DR165. by Richard Smith · 11 years ago
  19. 60c9c30 RewriteBuffer: Remove an unused typedef by Alp Toker · 11 years ago
  20. 94358a8 Unbreak the Clang -Werror build by removing some unused variables by David Blaikie · 11 years ago
  21. f1e757d Update cxx_dr_status.html to match current cwg issue list. by Richard Smith · 11 years ago
  22. c00e419 This patch implements capturing of variables within generic lambdas. by Faisal Vali · 11 years ago
  23. fe1088d Add the fact that Clang too is planning to start using C++11 (in some by Chandler Carruth · 11 years ago
  24. bafa74f [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 11 years ago
  25. 00b0f7e clang-cl: Hide ignored joined flags as well by Alp Toker · 11 years ago
  26. 4281d73 clang-format: Separate line-merging logic into its own class. by Daniel Jasper · 11 years ago
  27. ca94634 Disable a tooling test on Windows. by Peter Collingbourne · 11 years ago
  28. 2dc57f4 Work around an MSVC 2013 miscompile with the Redeclarable class. Fixes PR16606 by Aaron Ballman · 11 years ago
  29. f907afe Update \param in ToolInvocation() corresponding to r194164. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  30. 9b28079 clang-cl: Hide ignored flags by Alp Toker · 11 years ago
  31. b102cdc This patch modified ExeBasename as clang-cl.exe to match the preceding comment. by Yaron Keren · 11 years ago
  32. 8ad46b7 [build] Update runtime library and tests to work with relocatable SDKs on OS X 10.9. by Daniel Dunbar · 11 years ago
  33. 6e99044 clang-cl: Add /FS as an ignored flag by Alp Toker · 11 years ago
  34. 8051db1 Introduce ClangTool::buildASTs, and buildASTFromCode. by Peter Collingbourne · 11 years ago
  35. 2980289 Fix diagnostic goof in r194161. by Richard Smith · 11 years ago
  36. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  37. e6d509f Fix the -cxx-abi microsoft -mconstructor-aliases combination. by Rafael Espindola · 11 years ago
  38. 9a2f84b Thread safety analysis: minor bugfix to smart pointer handling, and expanded by DeLesley Hutchins · 11 years ago
  39. 0de7ba6 Silencing some MSVC warnings about not all control paths returning a value when they actually do. by Aaron Ballman · 11 years ago
  40. 695f3e3 [libclang] Some changes on the linker options for libclang on a CMake build. by Argyrios Kyrtzidis · 11 years ago
  41. 58b6db7 Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  42. bf3bc5d Implement AArch64 Neon instruction set Perm. by Jiangning Liu · 11 years ago
  43. 9f2b0f8 Implement AArch64 Neon instruction set Bitwise Extract. by Jiangning Liu · 11 years ago
  44. 9a9ca98 More constant evaluation cleanup, and fix an issue where we'd override an by Richard Smith · 11 years ago
  45. 92563d0 Microsoft adds weird padding before virtual bases if the last field was a bitfield by Warren Hunt · 11 years ago
  46. 00841f5 Introduce DynTypedNode::print, dump and getSourceRange. by Peter Collingbourne · 11 years ago
  47. 3f0e040 Introduce BoundNodes::getMap. by Peter Collingbourne · 11 years ago
  48. 43399fb Thread safety analysis: check pt_guarded_by attribute when calling -> and * by DeLesley Hutchins · 11 years ago
  49. cd569f2 ObjectiveC migrator. Please annotation of properties with by Fariborz Jahanian · 11 years ago
  50. 0004329 Simplify: we don't care why constant evaluation might have failed when we're by Richard Smith · 11 years ago
  51. f490f0e Refactor constant expression handling and make a couple of tweaks to make it a by Richard Smith · 11 years ago
  52. 1d5cce4 With this patch -Wwrite-strings is still implemented with the terrible by Rafael Espindola · 11 years ago
  53. 61a0a75 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  54. 93b97a8 Documentation tweaks: Fix a typo in a reference to the C++ standard, by James Dennett · 11 years ago
  55. 2a80ad6 clang-format: Allow line merging and partial formatting of nested blocks by Daniel Jasper · 11 years ago
  56. 9ce5135 Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases." by Kaelyn Uhrain · 11 years ago
  57. 25009d4 Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. by Jiangning Liu · 11 years ago
  58. 5f0db58 Fix vbtable indices when a class shares the vbptr with a non-virtual base by Timur Iskhodzhanov · 11 years ago
  59. a257e21 Disable test fully with REQUIRES by Alp Toker · 11 years ago
  60. fd68189 Disable the test that crashes by Alp Toker · 11 years ago
  61. 821d60d Fix a test that was never being run, mark it XFAIL by Alp Toker · 11 years ago
  62. b7b44c8 Make test run reliably by Alp Toker · 11 years ago
  63. 47ba7ec Fix test that was not being run by Alp Toker · 11 years ago
  64. 7638cf0 Fix test that wasn't testing anything by Alp Toker · 11 years ago
  65. c879fe5 Do not allow functions or kernels called 'main' in OpenCL. by Joey Gouly · 11 years ago
  66. a72009d Simplify test case added in r194059 by David Majnemer · 11 years ago
  67. 974cbc5 Lex: Require that '#' be followed by a macro parameter name when preceded by '##' by David Majnemer · 11 years ago
  68. b6972e6 Remove stray comma from documentation. by Richard Smith · 11 years ago
  69. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  70. 88407bb Enable links now that they work. by Richard Smith · 11 years ago
  71. 6bae51a Sema: Improve comment introduced in r193397 by David Majnemer · 11 years ago
  72. bec2ea4 Expand the test a bit. by Rafael Espindola · 11 years ago
  73. f88f10a Add a testcase from the recent bootstrap failure. by Rafael Espindola · 11 years ago
  74. 583f6de Revert "Produce direct calls instead of alias to linkonce_odr functions." by Rafael Espindola · 11 years ago
  75. 0f0f6f1 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  76. 22229d6 Implemented aarch64 neon intrinsic vcopy_lane with float type. by Kevin Qin · 11 years ago
  77. 2b61039 ObjectiveC. Method implementations should only check for by Fariborz Jahanian · 11 years ago
  78. 8625089 Include non-explicit submodules in exported module list by Dmitri Gribenko · 11 years ago
  79. 741c541 [analyzer] Track the count of NSOrderedSet similarly to other fast enumerations. by Anna Zaks · 11 years ago
  80. bdc0bf3 [analyzer] Suppress warnings coming out of std::basic_string. by Anna Zaks · 11 years ago
  81. b3e2772 Try to correct a mistyped "-" or ">" to "->" for some C++ cases. by Kaelyn Uhrain · 11 years ago
  82. 71fdc12 Use aliases for more constructors and destructors. by Rafael Espindola · 11 years ago
  83. f632a0c clang-format this if. by Rafael Espindola · 11 years ago
  84. 7170e35 CodeGen: Test that simple expressions are simplified at -O0 by Justin Bogner · 11 years ago
  85. cbefd40 CodeGen: Use EmitBranchOnBool when generating For and CXXForRange by Justin Bogner · 11 years ago
  86. fd93e4a CodeGen: Move an initialization away from an unrelated comment by Justin Bogner · 11 years ago
  87. 8d7a753 clang/lib/Parse/CMakeLists.txt: Fixup corresponding to r193989. ClangAttrTypeArg is required here. by NAKAMURA Takumi · 11 years ago
  88. 6ffbea4 Updating the makefile to reflect CMake; addendum to r193989. by Aaron Ballman · 11 years ago
  89. 9feedb8 Attributes which accept a type as their sole argument are no longer hard coded into the parser. Instead, they are automatically listed through tablegen. by Aaron Ballman · 11 years ago
  90. f09c6a1 Make ADLResult::iterator a proper iterator. by Benjamin Kramer · 11 years ago
  91. a242096 Driver: Add support for -march=bdver3 on x86. by Benjamin Kramer · 11 years ago
  92. 33b1f63 Issue a diagnostic if an implicitly-defined move assignment operator would move by Richard Smith · 11 years ago
  93. 1b41605 It is no longer necessary to opt out of pretty stack traces. by Filip Pizlo · 11 years ago
  94. a8d478e Update a comment to match current core issues list. by Richard Smith · 11 years ago
  95. 743cbb9 Implement final resolution of DR1402: implicitly-declared move operators that by Richard Smith · 11 years ago
  96. 62e9370 Sema: Do not allow overloading between methods based on restrict by David Majnemer · 11 years ago
  97. 3a50d84 Fix test to actually check the FixIt-applied code by Alp Toker · 11 years ago
  98. a07d5ce Fix typo in err_flexible_array_empty_aggregate by David Majnemer · 11 years ago
  99. 77534c7 OS X 10.9+ and iOS 7+ support load/store of big atomic objects. by Bob Wilson · 11 years ago
  100. 66dbb3f Default to use libc++ on OS X 10.9+ and iOS 7+. by Bob Wilson · 11 years ago