1. 6e84e92 Don't emit an internal destructor that is identical to an external one. by Rafael Espindola · 11 years ago
  2. 1b9c024 Use rauw for all discardable aliases, not just linkonce_odr. by Rafael Espindola · 11 years ago
  3. c4fb7ef Fix name in test. by Rafael Espindola · 11 years ago
  4. c569917 Remove an incorrect optimization inside Clang's IRGen. Its check to determine by Nick Lewycky · 11 years ago
  5. 0171c6b If a linkonce_odr dtor/ctor is identical to another one, just rauw. by Rafael Espindola · 11 years ago
  6. 0464e09 Fix %select numbering confusion between diagnostic and Diag call. by Richard Smith · 11 years ago
  7. 152eee9 Make -fdump-vtable-layouts print to stdout, not stderr by Reid Kleckner · 11 years ago
  8. f949591 Thread-safety analysis: check guarded_by and pt_guarded_by on array access. by DeLesley Hutchins · 11 years ago
  9. ce6426f Issue a diagnostic if we see a templated friend declaration that we do not by Richard Smith · 11 years ago
  10. 9a8a5fc Improve the missing ASM parser test for MS-style assembly by Alp Toker · 11 years ago
  11. b429192 Add .clang-format without column limit to subdirectory tests/. by Daniel Jasper · 11 years ago
  12. e83b4eb clang/test/CXX/drs/dr1xx.cpp: Add explicit triple x86_64-unknown-unknown to satisfy check7a and check8a since r194240. by NAKAMURA Takumi · 11 years ago
  13. c7213b7 Fix tests effected by r194221 by David Majnemer · 11 years ago
  14. e9a5b38 Tests for core issue 170-200. by Richard Smith · 11 years ago
  15. 3940e3b Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained reference. by Douglas Gregor · 11 years ago
  16. 9a7a568 [analyzer] Add IdenticalExprChecker, to find copy-pasted code. by Jordan Rose · 11 years ago
  17. 219103d [analyzer] Track whether an ObjC for-in loop had zero iterations. by Jordan Rose · 11 years ago
  18. 64cc0c3 [analyzer] Specialize "loop executed 0 times" for for-in and for-range loops. by Jordan Rose · 11 years ago
  19. 78e39b0 ObjectiveC migrator. Fixes an obscure bug where by Fariborz Jahanian · 11 years ago
  20. 562d45c ubsan: Only emit constants for filenames and type descriptors once. by Will Dietz · 11 years ago
  21. a5ba7b4 Modules: Teach the preprocessor to recognize 'import' only after an '@'. by Douglas Gregor · 11 years ago
  22. 1ce5509 Re-instate contextual conversion to Objective-C pointers in message sends. by Douglas Gregor · 11 years ago
  23. baa9af1 PR17800: When performing pack expansion, we must always rebuild the AST nodes by Richard Smith · 11 years ago
  24. fed2603 Tests for CWG issue 165-170. by Richard Smith · 11 years ago
  25. 9aebdc9 PR17615: A delegating constructor initializer is a full-expression. Don't by Richard Smith · 11 years ago
  26. ec00b0f Added a test case for the fix to bug 17632 in r193751 by Chris Wailes · 11 years ago
  27. f33ed47 XFAIL the test for non-x86 targets for which this message cannot be generated. by Richard Barton · 11 years ago
  28. 54de9bb Fixed bug in return type of __builtin_va_start(). by Enea Zaffanella · 11 years ago
  29. cb82c89 Tests for DR150 - DR165. by Richard Smith · 11 years ago
  30. c00e419 This patch implements capturing of variables within generic lambdas. by Faisal Vali · 11 years ago
  31. 8ad46b7 [build] Update runtime library and tests to work with relocatable SDKs on OS X 10.9. by Daniel Dunbar · 11 years ago
  32. 2980289 Fix diagnostic goof in r194161. by Richard Smith · 11 years ago
  33. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  34. e6d509f Fix the -cxx-abi microsoft -mconstructor-aliases combination. by Rafael Espindola · 11 years ago
  35. 9a2f84b Thread safety analysis: minor bugfix to smart pointer handling, and expanded by DeLesley Hutchins · 11 years ago
  36. 58b6db7 Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  37. bf3bc5d Implement AArch64 Neon instruction set Perm. by Jiangning Liu · 11 years ago
  38. 9f2b0f8 Implement AArch64 Neon instruction set Bitwise Extract. by Jiangning Liu · 11 years ago
  39. 9a9ca98 More constant evaluation cleanup, and fix an issue where we'd override an by Richard Smith · 11 years ago
  40. 92563d0 Microsoft adds weird padding before virtual bases if the last field was a bitfield by Warren Hunt · 11 years ago
  41. 43399fb Thread safety analysis: check pt_guarded_by attribute when calling -> and * by DeLesley Hutchins · 11 years ago
  42. cd569f2 ObjectiveC migrator. Please annotation of properties with by Fariborz Jahanian · 11 years ago
  43. f490f0e Refactor constant expression handling and make a couple of tweaks to make it a by Richard Smith · 11 years ago
  44. 1d5cce4 With this patch -Wwrite-strings is still implemented with the terrible by Rafael Espindola · 11 years ago
  45. 61a0a75 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  46. 9ce5135 Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases." by Kaelyn Uhrain · 11 years ago
  47. 25009d4 Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. by Jiangning Liu · 11 years ago
  48. 5f0db58 Fix vbtable indices when a class shares the vbptr with a non-virtual base by Timur Iskhodzhanov · 11 years ago
  49. a257e21 Disable test fully with REQUIRES by Alp Toker · 11 years ago
  50. fd68189 Disable the test that crashes by Alp Toker · 11 years ago
  51. 821d60d Fix a test that was never being run, mark it XFAIL by Alp Toker · 11 years ago
  52. b7b44c8 Make test run reliably by Alp Toker · 11 years ago
  53. 47ba7ec Fix test that was not being run by Alp Toker · 11 years ago
  54. 7638cf0 Fix test that wasn't testing anything by Alp Toker · 11 years ago
  55. c879fe5 Do not allow functions or kernels called 'main' in OpenCL. by Joey Gouly · 11 years ago
  56. a72009d Simplify test case added in r194059 by David Majnemer · 11 years ago
  57. 974cbc5 Lex: Require that '#' be followed by a macro parameter name when preceded by '##' by David Majnemer · 11 years ago
  58. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  59. bec2ea4 Expand the test a bit. by Rafael Espindola · 11 years ago
  60. f88f10a Add a testcase from the recent bootstrap failure. by Rafael Espindola · 11 years ago
  61. 583f6de Revert "Produce direct calls instead of alias to linkonce_odr functions." by Rafael Espindola · 11 years ago
  62. 0f0f6f1 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  63. 22229d6 Implemented aarch64 neon intrinsic vcopy_lane with float type. by Kevin Qin · 11 years ago
  64. 2b61039 ObjectiveC. Method implementations should only check for by Fariborz Jahanian · 11 years ago
  65. 8625089 Include non-explicit submodules in exported module list by Dmitri Gribenko · 11 years ago
  66. 741c541 [analyzer] Track the count of NSOrderedSet similarly to other fast enumerations. by Anna Zaks · 11 years ago
  67. bdc0bf3 [analyzer] Suppress warnings coming out of std::basic_string. by Anna Zaks · 11 years ago
  68. b3e2772 Try to correct a mistyped "-" or ">" to "->" for some C++ cases. by Kaelyn Uhrain · 11 years ago
  69. 71fdc12 Use aliases for more constructors and destructors. by Rafael Espindola · 11 years ago
  70. 7170e35 CodeGen: Test that simple expressions are simplified at -O0 by Justin Bogner · 11 years ago
  71. a242096 Driver: Add support for -march=bdver3 on x86. by Benjamin Kramer · 11 years ago
  72. 33b1f63 Issue a diagnostic if an implicitly-defined move assignment operator would move by Richard Smith · 11 years ago
  73. 743cbb9 Implement final resolution of DR1402: implicitly-declared move operators that by Richard Smith · 11 years ago
  74. 62e9370 Sema: Do not allow overloading between methods based on restrict by David Majnemer · 11 years ago
  75. 3a50d84 Fix test to actually check the FixIt-applied code by Alp Toker · 11 years ago
  76. 77534c7 OS X 10.9+ and iOS 7+ support load/store of big atomic objects. by Bob Wilson · 11 years ago
  77. 66dbb3f Default to use libc++ on OS X 10.9+ and iOS 7+. by Bob Wilson · 11 years ago
  78. 4ce94dc Add test case for r193923 by David Majnemer · 11 years ago
  79. 3a66557 Sema: Disallow derived classes with virtual bases from having flexible array members by David Majnemer · 11 years ago
  80. 633c0c2 Sema: Cleanup and simplify anonymous union diagnostics by David Majnemer · 11 years ago
  81. 6f6dc15 Sema: Flexible array members were introduced in C99, diagnose their use in C++ by David Majnemer · 11 years ago
  82. 1e45375 clang/test/CodeGenCXX/builtins.cpp: Fix for -Asserts. by NAKAMURA Takumi · 11 years ago
  83. 5423746 Change the other -Wtautological-compare warnings to not trigger in template by Richard Trieu · 11 years ago
  84. cca6f3b Adding triple to lit test fixed in r193901 by Warren Hunt · 11 years ago
  85. 7f4871f Fixes lit test that doesn't fail on windows by Warren Hunt · 11 years ago
  86. caf7597 Improves compatibility with cl.exe when laying out array fields by Warren Hunt · 11 years ago
  87. 2d023ec Wraps lazily generated builtins in an extern "C" context by Warren Hunt · 11 years ago
  88. 491b714 Add non-type template parameter test for disabled -Wtautological-compare by Richard Trieu · 11 years ago
  89. d9553e3 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 11 years ago
  90. cbc1987 Disable -Wtautological-compare in template instantiations. by Richard Trieu · 11 years ago
  91. 311cb2b Disable -Wtautological-constant-out-of-range-compare in template instantiations. by Richard Trieu · 11 years ago
  92. c6911a2 SanitizerArgs: add ability to filter/diagnose unsupported sanitizers. by Peter Collingbourne · 11 years ago
  93. 2f0754c AArch64: Fix wildcard matching on CHECK lines. Now recognises arch64--. by Amara Emerson · 11 years ago
  94. 32b5ca0 Support return type deduction for templates in -fdelayed-template-parsing (microsoft) mode by Faisal Vali · 11 years ago
  95. 257ddb2 ObjectiveC migrator. When inferring readwrite property, by Fariborz Jahanian · 11 years ago
  96. 6d61978 [AArch64] Add support for NEON scalar fixed-point convert to floating-point instructions. by Chad Rosier · 11 years ago
  97. cd9d305 Fix a C struct diagnostic regression introduced by r187504 (PR17762). by Kaelyn Uhrain · 11 years ago
  98. f427272 [AArch64] Add support for NEON scalar shift immediate instructions. by Chad Rosier · 11 years ago
  99. 2a64816 [analyzer] Don't crash when a path goes through a 'delete' destructor call. by Jordan Rose · 11 years ago
  100. 5eeefe6 ObjectiveC migrator. Change naming hueristic for by Fariborz Jahanian · 11 years ago