1. 5f0903e Reland Implement _ExtInt as an extended int type specifier. by Erich Keane · 6 years ago
  2. a4b88c0 Revert "Implement _ExtInt as an extended int type specifier." by Sterling Augustine · 6 years ago
  3. 61ba148 Implement _ExtInt as an extended int type specifier. by Erich Keane · 6 years ago
  4. bab6df8 Rework how UuidAttr, CXXUuidofExpr, and GUID template arguments and constants are represented. by Richard Smith · 6 years ago
  5. 9657385 [AST] Dont invalide VarDecl even the default initializaiton is failed. by Haojian Wu · 6 years ago
  6. 5767085 Fix infinite recursion in deferred diag emitter by Yaxun (Sam) Liu · 6 years ago
  7. f757ecb [AST] Fix a crash on invalid bitwidth exprs when preserving the recoveryexprs. by Haojian Wu · 6 years ago
  8. befb4be [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") by Johannes Doerfert · 6 years ago
  9. 080d046 [ARM][CMSE] Implement CMSE attributes by Momchil Velikov · 6 years ago
  10. 733edf9 [AST] Add RecoveryExpr to retain expressions on semantic errors by Haojian Wu · 6 years ago
  11. b670ab7 recommit 1b978ddba05c [CUDA][HIP][OpenMP] Emit deferred diagnostics by a post-parsing AST travese by Yaxun (Sam) Liu · 6 years ago
  12. d35a454 [CodeGen] Emit destructor calls to destruct non-trivial C struct objects by Akira Hatanaka · 6 years ago
  13. c45eaea [Clang] Undef attribute for global variables by Jon Chesterfield · 6 years ago
  14. 994c071 [Sema][SVE] Reject arrays of sizeless types by Richard Sandiford · 6 years ago
  15. b50d80c [Sema][SVE] Don't allow fields to have sizeless type by Richard Sandiford · 6 years ago
  16. 9975dc3 Defer checking for mismatches between the deletedness of and overriding by Richard Smith · 6 years ago
  17. f8700db [Sema][SVE] Don't allow static or thread-local variables to have sizeless type by Richard Sandiford · 6 years ago
  18. cc8390b Permit attribute 'used' with 'target' multiversioning. by Erich Keane · 6 years ago
  19. e4dfc9f Fix the type of the capture passed to LambdaIntroducer::addCapture in by Akira Hatanaka · 6 years ago
  20. 04da3df Forward declare special case lists by Reid Kleckner · 6 years ago
  21. 3dd5a29 [clang] Annotating C++'s `operator new` with more attributes by Roman Lebedev · 6 years ago
  22. bcadb1f Revert "[CUDA][HIP][OpenMP] Emit deferred diagnostics by a post-parsing AST travese" by Yaxun (Sam) Liu · 6 years ago
  23. 1b978dd [CUDA][HIP][OpenMP] Emit deferred diagnostics by a post-parsing AST travese by Yaxun (Sam) Liu · 6 years ago
  24. 2f26bc5 Warn about zero-parameter K&R definitions in -Wstrict-prototypes by Aaron Puchert · 6 years ago
  25. 7ae1b4a Implement P1766R1: diagnose giving non-C-compatible classes a typedef name for linkage purposes. by Richard Smith · 6 years ago
  26. 008e7bf [C++20] Add consteval-specific semantic for functions by Tyker · 6 years ago
  27. 27684ae Don't warn about missing declarations for partial template specializations by Aaron Puchert · 6 years ago
  28. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  29. 0ebc8e6 [Sema] Remove unneeded TreeTransform.h includes, NFC by Reid Kleckner · 6 years ago
  30. b481f02 [Concepts] Placeholder constraints and abbreviated templates by Saar Raz · 6 years ago
  31. 5c02fe1 Revert "[Concepts] Placeholder constraints and abbreviated templates" by Sam McCall · 6 years ago
  32. e57a9ab [Concepts] Placeholder constraints and abbreviated templates by Saar Raz · 6 years ago
  33. 62e4b50 Revert "[Concepts] Placeholder constraints and abbreviated templates" by Jonas Devlieghere · 6 years ago
  34. e03ead6 [Concepts] Placeholder constraints and abbreviated templates by Saar Raz · 6 years ago
  35. a0f50d7 [Concepts] Requires Expressions by Saar Raz · 6 years ago
  36. baa84d8 Revert "[Concepts] Requires Expressions" by Saar Raz · 6 years ago
  37. 0279318 [Concepts] Requires Expressions by Saar Raz · 6 years ago
  38. ded237b Fix "pointer is null" static analyzer warning. NFCI. by Simon Pilgrim · 6 years ago
  39. b65b1f3 [Concepts] Function trailing requires clauses by Saar Raz · 6 years ago
  40. 0acfc49 Allow redeclaration of __declspec(uuid) by Zachary Henkel · 6 years ago
  41. 869d17d [OpenCL] Pretty print __private addr space by Anastasia Stulova · 6 years ago
  42. e3d8ee3 reland "[DebugInfo] Support to emit debugInfo for extern variables" by Yonghong Song · 6 years ago
  43. 891e25b Revert "[DebugInfo] Support to emit debugInfo for extern variables" by Reid Kleckner · 6 years ago
  44. 304d130 Apply the alignment specifier attribute to anonymous unions and structs. by Kamlesh Kumar · 6 years ago
  45. a85f5ef Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr. by Amy Huang · 6 years ago
  46. 0ee89c1 [OPENMP50]Improve checks for declare variant functions compatibility. by Alexey Bataev · 6 years ago
  47. 654c0da Suppress -Wwarn-unused-variables when we don't know the constructor by Erich Keane · 6 years ago
  48. 2e48be0 Fix mishandling of invalid-but-non-empty nested name specifiers in name by Richard Smith · 6 years ago
  49. d77ae15 [DebugInfo] Support to emit debugInfo for extern variables by Yonghong Song · 6 years ago
  50. 505aa24 [Attr] Move ParsedTargetAttr out of the TargetAttr class by Craig Topper · 6 years ago
  51. f2ace9d Add `QualType::hasAddressSpace`. NFC. by Michael Liao · 6 years ago
  52. fa9dd41 [opencl] Fix address space deduction on array variables. by Michael Liao · 6 years ago
  53. 76fd58d Revert "[ARM] Allocatable Global Register Variables for ARM" by Carey Williams · 6 years ago
  54. a29aa47 [OpenCL] Move addr space deduction to Sema. by Anastasia Stulova · 6 years ago
  55. a9cc64e Separate the MS inheritance model enum from the attribute, NFC by Reid Kleckner · 6 years ago
  56. 9180f8a Don't report "main" as missing a prototype in freestanding mode by Bill Wendling · 6 years ago
  57. c85fa79 [Attr] Fix `-ast-print` for `asm` attribute by Joel E. Denny · 6 years ago
  58. 2d739f9 [ARM] Allocatable Global Register Variables for ARM by Anna Welker · 6 years ago
  59. 98f3151 [clang] Add no_builtin attribute by Guillaume Chatelet · 6 years ago
  60. ad531ff Revert "[clang] Add no_builtin attribute" by Vlad Tsyrklevich · 6 years ago
  61. bd87916 [clang] Add no_builtin attribute by Guillaume Chatelet · 6 years ago
  62. d052a578 [c++2a] Allow comparison functions to be explicitly defaulted. by Richard Smith · 6 years ago
  63. 1598445 Revert Tag CFI-generated data structures with "#pragma clang section" attributes. by Dmitry Mikulin · 6 years ago
  64. e2692b3 Tag CFI-generated data structures with "#pragma clang section" attributes. by Dmitry Mikulin · 6 years ago
  65. f14642f Added support for "#pragma clang section relro=<name>" by Dmitry Mikulin · 6 years ago
  66. 7e8fe67 PR43080: Do not build context-sensitive expressions during name classification. by Richard Smith · 6 years ago
  67. e398def [sema] Revise `getCurrentMangleNumberContext` interface. NFC. by Michael Liao · 6 years ago
  68. 229c78d [CUDA][HIP] Fix host/device check with -fopenmp by Yaxun Liu · 6 years ago
  69. 6b06ead [OPENMP50]Allow functions in declare variant directive to have different by Alexey Bataev · 6 years ago
  70. dc4d908 Sema - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 6 years ago
  71. 1e9c0ce [Sema] Avoids an assertion failure when an invalid conversion declaration is used by Richard Smith · 6 years ago
  72. 772e266 Properly handle instantiation-dependent array bounds. by Richard Smith · 6 years ago
  73. 1cd399c Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. by Simon Pilgrim · 6 years ago
  74. f6bc251 [Mangle] Add flag to asm labels to disable '\01' prefixing by Vedant Kumar · 6 years ago
  75. 457226e For P0784R7: add support for constexpr destructors, and call them as by Richard Smith · 6 years ago
  76. 6f1f3cf Ignore exception specifier mismatch when merging redeclarations by Reid Kleckner · 6 years ago
  77. d158cf6 [OPENMP5.0]Add basic support for declare variant directive. by Alexey Bataev · 6 years ago
  78. 6a24e80 [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr. by Erich Keane · 6 years ago
  79. b00a49d Don't warn about selectany on implicitly inline variables by Reid Kleckner · 6 years ago
  80. abcc2a8 [MS] Consder constexpr globals to be inline, as in C++17 by Reid Kleckner · 6 years ago
  81. 7b4237d Emit -Wmicrosoft-enum-value warning instead of error in MS ABI by Reid Kleckner · 6 years ago
  82. 3f2c991 [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownership by Akira Hatanaka · 6 years ago
  83. 0905106 [Sema] Diagnose default-initialization, destruction, and copying of by Akira Hatanaka · 6 years ago
  84. a6e8b68 [c++20] P1143R2: Add support for the C++20 'constinit' keyword. by Richard Smith · 6 years ago
  85. b26bc34 PR42587: diagnose unexpanded uses of a pack parameter of a generic by Richard Smith · 6 years ago
  86. 4c9d2ab Fixed a typo. by Artem Belevich · 6 years ago
  87. ebcfc9e [OPENMP]Generalization of handling of declare target attribute. by Alexey Bataev · 6 years ago
  88. 2b3d49b [Clang] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  89. f31d8df [clang] Refactor doc comments to Decls attribution by Jan Korous · 6 years ago
  90. 23092ca gsl::Owner/gsl::Pointer: Add implicit annotations for some std types by Matthias Gehre · 6 years ago
  91. 3be25e7 [Fix] Customize warnings for missing built-in types by Johannes Doerfert · 6 years ago
  92. a625da7 When determining whether a lambda-expression is implicitly constexpr, by Richard Smith · 6 years ago
  93. 2e04039 [Sema] Fix -Wuninitialized for struct assignment from GNU C statement expression by Nathan Huckleberry · 6 years ago
  94. 6f6156b Revert "[Sema] Diagnose default-initialization, destruction, and copying of" by Akira Hatanaka · 6 years ago
  95. 12b48b1 Fix cppcheck reduce scope variable warnings. NFCI by Simon Pilgrim · 6 years ago
  96. 46b55fa [OpenCL] Update comments/diagnostics to refer to C++ for OpenCL by Anastasia Stulova · 6 years ago
  97. 36d9e83 [OpenCL][PR42033] Fix addr space deduction with template parameters by Anastasia Stulova · 6 years ago
  98. 85d667f Renamed and changed the wording of warn_cconv_ignored by Sunil Srivastava · 6 years ago
  99. 49a3ad2 Fix parameter name comments using clang-tidy. NFC. by Rui Ueyama · 6 years ago
  100. 8111807 Fix uninitialized variable analyzer warning. NFCI. by Simon Pilgrim · 6 years ago