1. 8ce732b DR674, PR38883, PR40238: Qualified friend lookup should look for a by Richard Smith · 7 years ago
  2. fb6deeb Refactor the way we handle diagnosing unused expression results. by Aaron Ballman · 7 years ago
  3. 4224c87 [Sema][NFC] Remove some unnecessary calls to getASTContext. by Bruno Ricci · 7 years ago
  4. 9d2872d [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 7 years ago
  5. 9064673 Revert "[OpenCL] Add generic AS to 'this' pointer" by Mikael Nilsson · 7 years ago
  6. 78de847 [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 7 years ago
  7. b23ccec Misc typos fixes in ./lib folder by Raphael Isemann · 7 years ago
  8. acfcd78 Diagnose friend function template redefinitions. by Serge Pavlov · 7 years ago
  9. bf5fe2d [Sema] Push and Pop Expression Evaluation Context Records at the start and end of function definitions by Leonard Chan · 7 years ago
  10. c3463f6 Do not check for parameters shadowing fields in function declarations. by Aaron Ballman · 7 years ago
  11. a4ca4ca Fix -Wmismatched-tags to not warn on redeclarations of structs in system by Richard Smith · 7 years ago
  12. 407659a Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures."" by Fangrui Song · 7 years ago
  13. f5d3335 Revert r347417 "Re-Reinstate 347294 with a fix for the failures." by Fangrui Song · 7 years ago
  14. 6a4c346 [OpenCL] Improve diags for addr spaces in templates by Anastasia Stulova · 7 years ago
  15. a3e7a16 Allow cpu-dispatch forward declarations. by Erich Keane · 7 years ago
  16. 7304f0a Correct 'target' default behavior on redecl, allow forward declaration. by Erich Keane · 7 years ago
  17. 5c0d192 [NFC] Move MultIversioning::Type into Decl so that it can be used in CodeGen by Erich Keane · 7 years ago
  18. 48ee4ad Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures." by Hans Wennborg · 7 years ago
  19. 8c79706e Revert r347417 "Re-Reinstate 347294 with a fix for the failures." by Hans Wennborg · 7 years ago
  20. 6ff1751 Re-Reinstate 347294 with a fix for the failures. by Bill Wendling · 7 years ago
  21. 9f0246d Revert r347364 again, the fix was incomplete. by Nico Weber · 7 years ago
  22. 91549ed Reinstate 347294 with a fix for the failures. by Bill Wendling · 7 years ago
  23. 0430794 [OpenCL] Enable address spaces for references in C++ by Anastasia Stulova · 7 years ago
  24. 302c643 Add /Zc:DllexportInlines option to clang-cl by Takuto Ikuta · 7 years ago
  25. b55cd69 Diagnose parameter names that shadow the names of inherited fields under -Wshadow-field. by Aaron Ballman · 7 years ago
  26. 59f18f1 [clang-cl] Inherit dllexport to static locals also in template instantiations (PR39496) by Hans Wennborg · 7 years ago
  27. fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
  28. 47e06bb [Sema] Do not show unused parameter warnings when body is skipped by Ilya Biryukov · 7 years ago
  29. a529bc3 Silence the -Wshadow warning for enumerators shadowing a type. by Aaron Ballman · 7 years ago
  30. 20ea724 Improve -Wshadow warnings with enumerators. by Aaron Ballman · 7 years ago
  31. d1a184f [Sema] Fix a multiple definition bug with friends and templates by Erik Pilkington · 7 years ago
  32. 8e57b07 Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  33. 3197484 Revert r343518. by Akira Hatanaka · 7 years ago
  34. 2bf09cc Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  35. 1d38c13 Use the container form llvm::sort(C, ...) by Fangrui Song · 7 years ago
  36. b794aec [Sema] Use a more civilized hash map to implement -Wduplicate-enum. by Erik Pilkington · 7 years ago
  37. ae2e86f Revert "We allow implicit function declarations as an extension in all C dialects. Remove OpenCL special case." by Anastasia Stulova · 7 years ago
  38. d6509cf [modules] Frontend support for building a header module from a list of by Richard Smith · 7 years ago
  39. c457766 Consistently create a new declaration when merging a pre-existing but by Richard Smith · 7 years ago
  40. 4576a77 PR33222: Require the declared return type not the actual return type to by Richard Smith · 7 years ago
  41. 4ced5d7 Part of PR33222: defer enforcing return type mismatch for dependent by Richard Smith · 7 years ago
  42. 9bd2452 Revert r341754. by Akira Hatanaka · 7 years ago
  43. 2e00b98 Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  44. 5159bbad PR38627: Fix handling of exception specification adjustment for destructors. by Richard Smith · 7 years ago
  45. e43e2b3 Model type attributes as regular Attrs. by Richard Smith · 7 years ago
  46. 11f9f8a Revert r339623 "Model type attributes as regular Attrs." by Reid Kleckner · 7 years ago
  47. f791786 Model type attributes as regular Attrs. by Richard Smith · 7 years ago
  48. 9978da3 [CodeGen] Merge equivalent block copy/helper functions. by Akira Hatanaka · 7 years ago
  49. a93380d Remove obsolete set call by Stephen Kelly · 7 years ago
  50. 1c301dc Port getLocEnd -> getEndLoc by Stephen Kelly · 7 years ago
  51. f2ceec4 Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  52. 44bacdf Implement diagnostic stream operator for ParsedAttr. by Erich Keane · 7 years ago
  53. e19e5a69 Fold two cast plus a cast in a loop into a variable. by Nicolas Lesser · 7 years ago
  54. 1dd9501b3 Work around GCC miscompile exposed by r338464. by Richard Smith · 7 years ago
  55. c4581f4 Speculative fix for buildbot failures after r338464. by Richard Smith · 7 years ago
  56. f4e248c [P0936R0] add [[clang::lifetimebound]] attribute by Richard Smith · 7 years ago
  57. 9d1ee0a [OpenCL] Forbid size dependent types used as kernel arguments by Alexey Sotkin · 7 years ago
  58. 3b238ed [OpenCL] Check for invalid kernel arguments in array types by Alexey Sotkin · 7 years ago
  59. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  60. a4005e1 [CUDA][HIP] Allow function-scope static const variable by Yaxun Liu · 7 years ago
  61. c764e9a Update to -r337585, allow scoped enum inits in -pedantic by Erich Keane · 7 years ago
  62. 3efe002 Implement cpu_dispatch/cpu_specific Multiversioning by Erich Keane · 7 years ago
  63. 7963e8b Add support for __declspec(code_seg("segname")) by Erich Keane · 7 years ago
  64. e891aa9 [NFC] Rename clang::AttributeList to clang::ParsedAttr by Erich Keane · 7 years ago
  65. c480f30 AttributeList de-listifying: by Erich Keane · 7 years ago
  66. 7481f75 [NFC] Replace usage of QualType.getTypePtr()-> with operator-> by Erich Keane · 7 years ago
  67. 3be68e1 Revert r335019 "Update NRVO logic to support early return (Attempt 2)" by Taiju Tsuiki · 7 years ago
  68. b000a88 Update NRVO logic to support early return (Attempt 2) by Taiju Tsuiki · 7 years ago
  69. e9fa53a [CUDA] Check initializers of instantiated template variables. by Artem Belevich · 7 years ago
  70. 67da125 [Sema] Fix parsing of anonymous union in language linkage specification by Jan Korous · 7 years ago
  71. 857613b [AST] Fix loss of enum forward decl from decl context by Joel E. Denny · 7 years ago
  72. 5429bd7 Revert "Update NRVO logic to support early return" by Sam McCall · 7 years ago
  73. 28f048a [Sema] Don't skip function bodies with 'auto' without trailing return type by Ilya Biryukov · 7 years ago
  74. 44f9c58 Update NRVO logic to support early return by Taiju Tsuiki · 7 years ago
  75. e69acc5 Check pointer null-ness before dereferencing it. by Richard Trieu · 7 years ago
  76. fe76b36 [Sema] Fix incorrect packed aligned structure layout by Momchil Velikov · 7 years ago
  77. fb50dd3 Revert r332470 (and corresponding tests in r332492). by Richard Smith · 7 years ago
  78. 64144eb Add support for __declspec(code_seg("segname")) by Erich Keane · 7 years ago
  79. d699da4 PR37450: Fix bug that disabled some type checks for variables with deduced types. by Richard Smith · 7 years ago
  80. 2ca6ba1 [OpenCL] Restrict various keywords in OpenCL C++ mode by Sven van Haastregt · 7 years ago
  81. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  82. eaf11ad Track the result of evaluating a computed noexcept specification on the by Richard Smith · 7 years ago
  83. 3a8244d Implement P0482R2, support for char8_t type. by Richard Smith · 7 years ago
  84. a38f573 Test commit removing trailing whitespace by Stuart Brady · 7 years ago
  85. 53cb831 Revert addition of 'concept' to diagnostics in r330890. by Richard Smith · 7 years ago
  86. ecad88d Factor out common code for diagnosing missing template arguments. by Richard Smith · 7 years ago
  87. a534f07 Revert rC330794 and some dependent tiny bug fixes by Faisal Vali · 7 years ago
  88. 936de9d [c++2a] [concepts] Add rudimentary parsing support for template concept declarations by Faisal Vali · 7 years ago
  89. 887c569 [HIP] Add hip input kind and codegen for kernel launching by Yaxun Liu · 7 years ago
  90. 3bb4aa5 [Availability] Improve availability to consider functions run at load time by Steven Wu · 7 years ago
  91. 41af971 Limit types of builtins that can be redeclared. by Erich Keane · 7 years ago
  92. ade321e Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578. by Nico Weber · 7 years ago
  93. c88deb1 -ftime-report switch support in Clang. by Andrew V. Tischenko · 7 years ago
  94. e6313ac [ObjC++] Never pass structs that transitively contain __weak fields in by Akira Hatanaka · 7 years ago
  95. d236a34 Revert "[ObjC++] Never pass structs that transitively contain __weak fields in" by Akira Hatanaka · 7 years ago
  96. f15d29c [ObjC++] Never pass structs that transitively contain __weak fields in by Akira Hatanaka · 7 years ago
  97. 2a8c18d Fix typos in clang by Alexander Kornienko · 7 years ago
  98. 67d22c8 Revert "[CUDA] Check initializers of instantiated template variables." by Artem Belevich · 7 years ago
  99. d9189d1 [CUDA] Check initializers of instantiated template variables. by Artem Belevich · 7 years ago
  100. 866dee4 Add helper to determine if a field is a zero-length bitfield. by Richard Smith · 7 years ago