1. 4b0f1e1 [AST] Add a flag indicating if any subexpression had errors by Haojian Wu · 6 years ago
  2. d5edcb9 [clang] Prune 'IsOMPStructuredBlock' Stmt bit by Roman Lebedev · 6 years ago
  3. 7ea9a6e Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs" by Hans Wennborg · 6 years ago
  4. b481f02 [Concepts] Placeholder constraints and abbreviated templates by Saar Raz · 6 years ago
  5. 5c02fe1 Revert "[Concepts] Placeholder constraints and abbreviated templates" by Sam McCall · 6 years ago
  6. e57a9ab [Concepts] Placeholder constraints and abbreviated templates by Saar Raz · 6 years ago
  7. 62e4b50 Revert "[Concepts] Placeholder constraints and abbreviated templates" by Jonas Devlieghere · 6 years ago
  8. e03ead6 [Concepts] Placeholder constraints and abbreviated templates by Saar Raz · 6 years ago
  9. a0f50d7 [Concepts] Requires Expressions by Saar Raz · 6 years ago
  10. baa84d8 Revert "[Concepts] Requires Expressions" by Saar Raz · 6 years ago
  11. 0279318 [Concepts] Requires Expressions by Saar Raz · 6 years ago
  12. ff1e0fc [Concepts] Type Constraints by Saar Raz · 6 years ago
  13. cbc9d22 make -fmodules-codegen and -fmodules-debuginfo work also with PCHs by Luboš Luňák · 6 years ago
  14. 729530f -fmodules-codegen should not emit extern templates by Luboš Luňák · 6 years ago
  15. b65b1f3 [Concepts] Function trailing requires clauses by Saar Raz · 6 years ago
  16. df061c3 [Concepts] Constrained partial specializations and function overloads. by Saar Raz · 6 years ago
  17. 79cc9e9 Revert "[Concepts] Constrained partial specializations and function overloads." by Reid Kleckner · 6 years ago
  18. d3f5769 [Concepts] Constrained partial specializations and function overloads. by Saar Raz · 6 years ago
  19. 5094e6d Revert concepts changes from D41910 by Vedant Kumar · 6 years ago
  20. fc0731b98 [Concepts] Constrained partial specializations and function overloads. by Saar Raz · 6 years ago
  21. 2ac702a Move ASTRecordWriter into its own header; NFC. by John McCall · 6 years ago
  22. 848934c [c++20] Fix handling of unqualified lookups from a defaulted comparison by Richard Smith · 6 years ago
  23. 60573ae Remove Expr.h include from ASTContext.h, NFC by Reid Kleckner · 6 years ago
  24. f3efd69 [ObjC] Make sure that the implicit arguments for direct methods have been setup by Alex Lorenz · 6 years ago
  25. 7f9b513 Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" by Melanie Blower · 6 years ago
  26. 5412913 Revert " Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior="" by Melanie Blower · 6 years ago
  27. cdbed2d Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" by Melanie Blower · 6 years ago
  28. b0561b3 [NFC] Refactor representation of materialized temporaries by Tyker · 6 years ago
  29. c9276fb Revert "[NFC] Refactor representation of materialized temporaries" by Nico Weber · 6 years ago
  30. 08ea1ee [NFC] Refactor representation of materialized temporaries by Tyker · 6 years ago
  31. 2073dd2 Redeclare Objective-C property accessors inside the ObjCImplDecl in which they are synthesized. by Adrian Prantl · 6 years ago
  32. 0330fba [Concept] Associated Constraints Infrastructure by Saar Raz · 6 years ago
  33. 2b4fa53 For P0784R7: compute whether a variable has constant destruction if it by Richard Smith · 6 years ago
  34. 0905106 [Sema] Diagnose default-initialization, destruction, and copying of by Akira Hatanaka · 6 years ago
  35. 6f6156b Revert "[Sema] Diagnose default-initialization, destruction, and copying of" by Akira Hatanaka · 6 years ago
  36. 81b03d4 [Sema] Diagnose default-initialization, destruction, and copying of by Akira Hatanaka · 6 years ago
  37. d7aae33 [Concepts] Concept definitions (D40381) by Saar Raz · 6 years ago
  38. e030827 [Bitcode] Move Bitstream to a separate library by Francis Visoiu Mistrih · 6 years ago
  39. 796ed03 [C++20] add Basic consteval specifier by Gauthier Harnisch · 6 years ago
  40. 715f7a1 For DR712: store on a DeclRefExpr whether it constitutes an odr-use. by Richard Smith · 6 years ago
  41. 76b9027 [c++20] Add support for explicit(bool), as described in P0892R2. by Richard Smith · 7 years ago
  42. d2b9fc8 Revert r359949 "[clang] adding explicit(bool) from c++2a" by Hans Wennborg · 7 years ago
  43. 5fe2ddb [clang] adding explicit(bool) from c++2a by Nicolas Lesser · 7 years ago
  44. f19a8b0 Replace ad-hoc tracking of pattern for an instantiated class-scope by Richard Smith · 7 years ago
  45. b570060 [clang][OpeMP] Model OpenMP structured-block in AST (PR40563) by Roman Lebedev · 7 years ago
  46. 9cc10fc [OPENMP 5.0]Initial support for 'allocator' clause. by Alexey Bataev · 7 years ago
  47. 25ed0c0 [OPENMP 5.0]Add initial support for 'allocate' directive. by Alexey Bataev · 7 years ago
  48. c5792aa Avoid needlessly copying a block to the heap when a block literal by Akira Hatanaka · 7 years ago
  49. 520a37f [modules] Fix handling of initializers for templated global variables. by Richard Smith · 7 years ago
  50. 251e148 [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive. by Michael Kruse · 7 years ago
  51. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  52. 1e36882 [ObjCARC] Add an new attribute, objc_externally_retained by Erik Pilkington · 7 years ago
  53. 8e57b07 Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  54. 3197484 Revert r343518. by Akira Hatanaka · 7 years ago
  55. 2bf09cc Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  56. 1408f91 [OPENMP] Add support for OMP5 requires directive + unified_address clause by Kelvin Li · 7 years ago
  57. e6aa469 [OPENMP] Fix PR38903: Crash on instantiation of the non-dependent by Alexey Bataev · 7 years ago
  58. 9bd2452 Revert r341754. by Akira Hatanaka · 7 years ago
  59. 2e00b98 Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  60. d01b749 [OPENMP] FIx processing of declare target variables. by Alexey Bataev · 7 years ago
  61. 9978da3 [CodeGen] Merge equivalent block copy/helper functions. by Akira Hatanaka · 7 years ago
  62. 1c301dc Port getLocEnd -> getEndLoc by Stephen Kelly · 7 years ago
  63. f2ceec4 Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  64. db49a1f Serialize DoesNotEscape. by Akira Hatanaka · 7 years ago
  65. 9b18eca [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into DeclContext by Erich Keane · 7 years ago
  66. 9c66506 [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into DeclContext by Erich Keane · 7 years ago
  67. f92f31c [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into DeclContext by Erich Keane · 7 years ago
  68. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  69. ab4d730 [ODRHash] Support hashing enums. by Richard Trieu · 7 years ago
  70. d55661d [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166) by Roman Lebedev · 7 years ago
  71. c23d734 [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (but by Richard Smith · 7 years ago
  72. 3be68e1 Revert r335019 "Update NRVO logic to support early return (Attempt 2)" by Taiju Tsuiki · 7 years ago
  73. b000a88 Update NRVO logic to support early return (Attempt 2) by Taiju Tsuiki · 7 years ago
  74. 5429bd7 Revert "Update NRVO logic to support early return" by Sam McCall · 8 years ago
  75. 44f9c58 Update NRVO logic to support early return by Taiju Tsuiki · 8 years ago
  76. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  77. a534f07 Revert rC330794 and some dependent tiny bug fixes by Faisal Vali · 8 years ago
  78. 936de9d [c++2a] [concepts] Add rudimentary parsing support for template concept declarations by Faisal Vali · 8 years ago
  79. e6313ac [ObjC++] Never pass structs that transitively contain __weak fields in by Akira Hatanaka · 8 years ago
  80. d236a34 Revert "[ObjC++] Never pass structs that transitively contain __weak fields in" by Akira Hatanaka · 8 years ago
  81. f15d29c [ObjC++] Never pass structs that transitively contain __weak fields in by Akira Hatanaka · 8 years ago
  82. ec38cf7 [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ in templatized code under ARC by George Karpenkov · 8 years ago
  83. fcbe17c [ObjC++] Make parameter passing and function return compatible with ObjC by Akira Hatanaka · 8 years ago
  84. 1e879d8 Sink PrettyDeclStackTrace down to the AST library by Jordan Rose · 8 years ago
  85. d791e92 [ObjC] Allow declaring __weak pointer fields in C structs in ARC. by Akira Hatanaka · 8 years ago
  86. 34fb264 Serialize the NonTrivialToPrimitive* flags I added in r326307. by Akira Hatanaka · 8 years ago
  87. be7daa3 Revert "[ObjC] Allow declaring __weak pointer fields in C structs in ARC." by Akira Hatanaka · 8 years ago
  88. c181b12 [ObjC] Allow declaring __weak pointer fields in C structs in ARC. by Akira Hatanaka · 8 years ago
  89. 02914dc Add support for attribute 'trivial_abi'. by Akira Hatanaka · 8 years ago
  90. 281d20b Implement Attribute Target MultiVersioning by Erich Keane · 8 years ago
  91. a263c34 Serialize the IDNS for a UsingShadowDecl rather than recomputing it. by Richard Smith · 8 years ago
  92. e6caa26 [ODRHash] Support ODR violation detection in functions. by Richard Trieu · 8 years ago
  93. acfa339 Refactor overridden methods iteration to avoid double lookups. by Benjamin Kramer · 8 years ago
  94. c4ec87a Revert r320230 to fix buildbots. by Richard Trieu · 8 years ago
  95. e81caeb [ODRHash] Support ODR violation detection in functions. by Richard Trieu · 8 years ago
  96. 435e647 PR35456: Track definedness of variable template specializations separately from by Richard Smith · 8 years ago
  97. 1f3a2af Adjust r316292 - remove the anonymous union for sharing a bitfield in FunctionDecl. by Faisal Vali · 8 years ago
  98. 1524e67 Modular Codegen: Don't home always_inline functions by David Blaikie · 8 years ago
  99. 0826729 Modular Codegen: Don't home/modularize static functions in headers by David Blaikie · 8 years ago
  100. 81b756e [C++17] Fix PR34970 - tweak overload resolution for class template deduction-guides in line with WG21's p0620r0. by Faisal Vali · 8 years ago