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