- a6e8b68 [c++20] P1143R2: Add support for the C++20 'constinit' keyword. by Richard Smith · 6 years ago
- 46b55fa [OpenCL] Update comments/diagnostics to refer to C++ for OpenCL by Anastasia Stulova · 6 years ago
- 49b9650 Use unsigned for bitfields to avoid sign extension by Reid Kleckner · 6 years ago
- 796ed03 [C++20] add Basic consteval specifier by Gauthier Harnisch · 6 years ago
- 76b9027 [c++20] Add support for explicit(bool), as described in P0892R2. by Richard Smith · 6 years ago
- b306579 Improve function / variable disambiguation. by Richard Smith · 6 years ago
- d2b9fc8 Revert r359949 "[clang] adding explicit(bool) from c++2a" by Hans Wennborg · 6 years ago
- 5fe2ddb [clang] adding explicit(bool) from c++2a by Nicolas Lesser · 7 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
- a9bc4bd Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo. by Anastasia Stulova · 7 years ago
- 0430794 [OpenCL] Enable address spaces for references in C++ by Anastasia Stulova · 7 years ago
- 150ca53 [SEMA] split ExtWarn dupl-decl-spec's into Extension and ExtWarn by Nick Desaulniers · 7 years ago
- 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
- e891aa9 [NFC] Rename clang::AttributeList to clang::ParsedAttr by Erich Keane · 7 years ago
- c480f30 AttributeList de-listifying: by Erich Keane · 7 years ago
- ab80f3c [Fixed Point Arithmetic] Addition of the remaining fixed point types and their saturated equivalents by Leonard Chan · 7 years ago
- f921d85 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
- 0d485db Revert "This diff includes changes for supporting the following types." by Leonard Chan · 7 years ago
- db55d83 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
- eaf11ad Track the result of evaluating a computed noexcept specification on the by Richard Smith · 8 years ago
- 3a8244d Implement P0482R2, support for char8_t type. by Richard Smith · 8 years ago
- a534f07 Revert rC330794 and some dependent tiny bug fixes by Faisal Vali · 8 years ago
- 936de9d [c++2a] [concepts] Add rudimentary parsing support for template concept declarations by Faisal Vali · 8 years ago
- 1e95bc0 [Sema] Revert r329346 because of memory sanitizer failures. by Eugene Zelenko · 8 years ago
- bc9d4f4 [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 090da2d Again reverting an attempt to convert the DeclSpec enums into scoped enums. by Faisal Vali · 8 years ago
- f13a514 [Sema] Fix build with GCC by Benjamin Kramer · 8 years ago
- 5ffbeb4 Use 'unsigned int' instead of enum bit-fields to silence some warnings from r321622 by Faisal Vali · 8 years ago
- 038df49 [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums with underlying types. by Faisal Vali · 8 years ago
- c535adc Revert r321614 and r321615 by Faisal Vali · 8 years ago
- 8736dee [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums. by Faisal Vali · 8 years ago
- 2ab8c15 [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedIdKind. by Faisal Vali · 8 years ago
- 421b2d1 [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum. by Faisal Vali · 8 years ago
- bd72cd95 Remove old concepts parsing code by Hubert Tong · 8 years ago
- cc623ad Recommit "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
- 9aeedde Revert "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
- ab36f33 Add _Float16 as a C/C++ source language type by Sjoerd Meijer · 8 years ago
- 76976a7 [SystemZ] Add support for IBM z14 processor (2/3) by Ulrich Weigand · 8 years ago
- 5b74665 Recommit r289979 [OpenCL] Allow disabling types and declarations associated with extensions by Yaxun Liu · 9 years ago
- 35f6d66 Revert r289979 due to regressions by Yaxun Liu · 9 years ago
- 2e8331c [OpenCL] Allow disabling types and declarations associated with extensions by Yaxun Liu · 9 years ago
- 078aea9 Store decls in prototypes on the declarator instead of in the AST by Reid Kleckner · 9 years ago
- ca9d834 Fixes for r287241. Use placement new. Apply clang-format. by Malcolm Parsons · 9 years ago
- ff0382c Use unique_ptr for cached tokens for default arguments in C++. by Malcolm Parsons · 9 years ago
- 57c09c8 [Sema] Store a SourceRange for multi-token builtin types by Malcolm Parsons · 9 years ago
- 276055b [GCC] Support for __final specifier by Andrey Bokhanko · 9 years ago
- bdb84f3 P0217R3: Parsing support and framework for AST representation of C++1z by Richard Smith · 9 years ago
- 67a4186 [MSVC] Support for __unaligned qualifier in functions by Andrey Bokhanko · 9 years ago
- 45d4132 [MSVC] Implementation of __unaligned as a proper type qualifier by Andrey Bokhanko · 9 years ago
- bb1ea2d Enable support for __float128 in Clang and enable it on pertinent platforms by Nemanja Ivanovic · 9 years ago
- 2801d32 Revert r268727, it caused PR27666. by Nico Weber · 9 years ago
- ba0d754 [MSVC] Implementation of __unaligned as a proper type qualifier by Andrey Bokhanko · 9 years ago
- d7d45bf Revert 266186 as it breaks anything that includes type_traits on some platforms by Nemanja Ivanovic · 10 years ago
- 917fc9d Revert r266415, it broke parsing SDK headers (PR27367). by Nico Weber · 10 years ago
- f7fa634 [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier by Andrey Bokhanko · 10 years ago
- 50f29e0 Enable support for __float128 in Clang by Nemanja Ivanovic · 10 years ago
- b62f144 [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. by Alexey Bader · 10 years ago
- 954ba21 [OpenCL] Complete image types support. by Alexey Bader · 10 years ago
- 31b382e Move LocInfoType from Sema to AST. by Benjamin Kramer · 10 years ago
- 9c14e28 [OpenCL] Pipe type support by Xiuli Pan · 10 years ago
- 56e51be [Sema] Fix filename in header. NFC by Craig Topper · 10 years ago
- 177f6b9 [Sema] Remove unnecessary includes and forward declarations. NFC by Craig Topper · 10 years ago
- 2512241 Fix a layering oddity by passing Sema to DeclSpec::Finish instead of DiagnosticsEngine and Preprocessor. Everything the preprocessor was being used for can be acquired from Sema. by Craig Topper · 10 years ago
- abb83ae Move diagnostics from Parse to Sema to remove Sema's dependency on ParserDiagnostic.h diagnostics. by Craig Topper · 10 years ago
- 7d2f943 Fix indentation. NFC by Craig Topper · 10 years ago
- 54a6a68 Merge some similar diagnostics using %select. by Craig Topper · 10 years ago
- e301ba2 Add support for GCC's '__auto_type' extension, per the GCC manual: by Richard Smith · 10 years ago
- ed1fe5d Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isValid(). by Yaron Keren · 10 years ago
- ddc04ef PR24595: Ignore calling convention modifiers for structors in MS ABI. by Andrey Bokhanko · 10 years ago
- e23a9a4 Modify DeclaratorChuck::getFunction to be passed an Exception Specification SourceRange by Nathan Wilson · 10 years ago
- 3c5038a Add support for System z vector language extensions by Ulrich Weigand · 10 years ago
- 9bda6cf C++ support for Objective-C lightweight generics. by Douglas Gregor · 10 years ago
- e9d95f1 Handle Objective-C type arguments. by Douglas Gregor · 10 years ago
- 375f00a [CONCEPTS] Parsing of concept keyword by Hubert Tong · 10 years ago
- e886cfb Add check for kind of UnqualifiedId in Declarator::isStaticMember() by Petar Jovanovic · 11 years ago
- 93ed5cf Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints by Ehsan Akhgari · 11 years ago
- 841cfe1 Revert "Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints" by Ehsan Akhgari · 11 years ago
- 9a7adfc Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints by Ehsan Akhgari · 11 years ago
- 8553bec Add builtins for the 64-bit vector integer arithmetic instructions added in POWER8. by Kit Barton · 11 years ago
- 2351bec [PowerPC]Activate "vector bool long long" (and alternate spellings) as a valid type for Altivec support for Power. by Bill Seurer · 11 years ago
- 2c8dcfb [OpenCL] Generic address space has been added in OpenCL v2.0. by Anastasia Stulova · 11 years ago
- 0b3a462 PR21437, final part of DR1330: delay-parsing of exception-specifications. This by Richard Smith · 11 years ago
- 691e01d [PowerPC] Initial VSX intrinsic support, with min/max for vector double by Bill Schmidt · 11 years ago
- 23a0739 Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfo by Hal Finkel · 11 years ago
- 6786024 -ms-extensions: Implement __super scope specifier (PR13236). by Nikola Smiljanic · 11 years ago
- 3a1f4c7 Move __vector long deprecation checking into DeclSpec::Finish by Hal Finkel · 11 years ago
- 4b56692 [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
- deca705 Sema: Implement DR477 by David Majnemer · 12 years ago
- c535072 argument -> parameter terminology fixes for FunctionTypeInfo by Alp Toker · 12 years ago
- 888d52a Fix for PR9812: warn about bool instead of _Bool. by Erik Verbruggen · 12 years ago
- c0a5d5b Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add a by Richard Smith · 12 years ago
- f22856a Remove OpenCL-specific type keywords and specifiers by Alp Toker · 12 years ago
- 404dfb4 PR9547: If we're parsing a simple-declaration that contains a tag definition, by Richard Smith · 12 years ago
- 750db65 Warn on duplicate function specifier by Serge Pavlov · 12 years ago
- a543308 [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 12 years ago
- 9a7f3e6 [ms-cxxabi] Fix the calling convention for operator new in records by Reid Kleckner · 12 years ago
- 99a084b "bool" should be a context-sensitive keyword in Altivec mode. by Bill Schmidt · 12 years ago
- 230826c Don't mark a type specifier as "owned" if there is no declaration to own. by Douglas Gregor · 12 years ago
- 3b87038 Fix PR15845: apparently MSVC does not support implicit int in C++ mode. by Richard Smith · 13 years ago
- 34463cf Silence a silly sign compare warning from GCC. by Benjamin Kramer · 13 years ago