- 4dc0b1a Fix clang -Wimplicit-fallthrough warnings across llvm, NFC by Reid Kleckner · 7 years ago
- fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
- 3117b17 Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC by Fangrui Song · 7 years ago
- 8baa500 [cxx2a] P0614R1: Support init-statements in range-based for loops. by Richard Smith · 7 years ago
- 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
- 4a83f0a [MS] Add L__FUNCSIG__ for compatibility by Reid Kleckner · 7 years ago
- 7f785bb [OpenCL] Fixed parsing of address spaces for C++. by Anastasia Stulova · 7 years ago
- 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 3a8244d Implement P0482R2, support for char8_t type. by Richard Smith · 7 years ago
- a534f07 Revert rC330794 and some dependent tiny bug fixes by Faisal Vali · 7 years ago
- 936de9d [c++2a] [concepts] Add rudimentary parsing support for template concept declarations by Faisal Vali · 7 years ago
- c6663b7 [MS] Accept __unaligned as a qualifier on member function pointers by Reid Kleckner · 8 years ago
- 77a9c60 Fix a couple of cases where we would fail to correctly parse deduced class template specialization types. by Richard Smith · 8 years ago
- e303e35 Add missing direct-init / parameter-declaration-clause disambiguation when by Richard Smith · 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
- 53ab424 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
- 605eaca Fix valid-for-expr ellipses eaten as invalid decl by Hubert Tong · 8 years ago
- af3b325 Fix the location of "missing ';'" suggestions after annotation tokens. by Richard Smith · 8 years ago
- 757d317 regcall: Implement regcall Calling Conv in clang by Erich Keane · 9 years ago
- bdb84f3 P0217R3: Parsing support and framework for AST representation of C++1z by Richard Smith · 9 years ago
- c7a05a9 P0305R1: Parsing support for init-statements in 'if' and 'switch' statements. by Richard Smith · 9 years ago
- 4556ebe Convert another case over to RevertingTentativeParsingAction. by Richard Smith · 9 years ago
- 91b73f2 Switch to an RAII object to revert tentative parsing automatically. by Richard Smith · 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 · 9 years ago
- 917fc9d Revert r266415, it broke parsing SDK headers (PR27367). by Nico Weber · 9 years ago
- f7fa634 [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier by Andrey Bokhanko · 9 years ago
- 50f29e0 Enable support for __float128 in Clang by Nemanja Ivanovic · 9 years ago
- b62f144 [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. by Alexey Bader · 9 years ago
- 954ba21 [OpenCL] Complete image types support. by Alexey Bader · 9 years ago
- e301ba2 Add support for GCC's '__auto_type' extension, per the GCC manual: by Richard Smith · 10 years ago
- ab209d8 Implement the Objective-C __kindof type qualifier. 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
- aea7afd Replace __double_underscored type nullability qualifiers with _Uppercase_underscored by Douglas Gregor · 10 years ago
- ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
- 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 261a89b Introduce type nullability specifiers for C/C++. by Douglas Gregor · 10 years ago
- e59f8d7 [clang] Refactoring of conditions so they use isOneOf() instead of multiple is(). by Daniel Marjamaki · 10 years ago
- d26f95b Revert "Improve declaration / expression disambiguation around ptr-operators, and use" by Justin Bogner · 11 years ago
- 152a172 Improve declaration / expression disambiguation around ptr-operators, and use by Richard Smith · 11 years ago
- cf2c96b [PowerPC]To provide better compatibility with gcc I added the __bool keyword to the Alitivec support in clang. __bool is functionally identical to using bool when declaring vector types. For example: by Bill Seurer · 11 years ago
- c29c483 Don't crash on surprising tokens in default parameter template lists. by Nico Weber · 11 years ago
- 3e3a705 [c++1z] Support for u8 character literals. by Richard Smith · 11 years ago
- 445b065 Filter out non-static class members when correcting non-member-references. by Kaelyn Takata · 11 years ago
- 89c881b Pass around CorrectionCandidateCallbacks as unique_ptrs so by Kaelyn Takata · 11 years ago
- d7857f0 Add frontend support for __vectorcall by Reid Kleckner · 11 years ago
- 2f44846 Be smarter when parsing variable declarations with unknown types. by Kaelyn Takata · 11 years ago
- 6786024 -ms-extensions: Implement __super scope specifier (PR13236). by Nikola Smiljanic · 11 years ago
- ee39043 Replace a fake enum class with the real thing. by Richard Smith · 11 years ago
- 52eddda Add support for MSVC's __FUNCSIG__ by Reid Kleckner · 11 years ago
- 9765056 TryConsume parser cleanups by Alp Toker · 12 years ago
- f22856a Remove OpenCL-specific type keywords and specifiers by Alp Toker · 12 years ago
- 40f9b1c Unify type trait parsing by Alp Toker · 12 years ago
- ee6507d Replaced bool parameters in SkipUntil function with single bit-based parameter. by Alexey Bataev · 12 years ago
- bed356a [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 12 years ago
- a543308 [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 12 years ago
- 1fff95c PR13657 (and duplicates): by Richard Smith · 12 years ago
- 317a77f Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes. by Aaron Ballman · 12 years ago
- 74aeef5 Implement C++1y decltype(auto). by Richard Smith · 12 years ago
- b4a9e86 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 12 years ago
- 989b7ca Give the default CorrectionCandidateCallback::ValidateCandidate some by Kaelyn Uhrain · 12 years ago
- 22c7c41 Teach statement / declaration disambiguation about C++11-style generalized initializers. by Richard Smith · 13 years ago
- 6105419 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 13 years ago
- 1b4fb3e Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 13 years ago
- 89645bc s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 13 years ago
- 2bf7fdb s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 13 years ago
- d8a08ea Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 13 years ago
- 11169dd Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 13 years ago
- b13abb9 Add OpenCL images as clang builtin types. by Guy Benyei · 13 years ago
- ea0a39e Accept and pass arguments to __unknown_anytype in argument by John McCall · 13 years ago
- bf4a7d7 Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 13 years ago
- 7aed66b When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 13 years ago
- 4f605af PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 13 years ago
- 943c440 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 13 years ago
- 45fbfc7 Do not warn about a function decl / direct init ambiguity if the function has a trailing return type. by Richard Smith · 13 years ago
- 58d5472 Add support for the C11 _Alignof keyword. by Jordan Rose · 13 years ago
- 3a691a3 Support L__FUNCTION__ in microsoft mode, PR11789 by Nico Weber · 13 years ago
- 109d5ed9 Recover better from a missing 'typename' in a function template definition. by Richard Smith · 13 years ago
- 48506ec A couple of very small tweaks suggested by Doug in reply to r155580 and r155163. by Kaelyn Uhrain · 13 years ago
- b3967d7 In Parser::isCXXDeclarationSpecifier, consider a non-type identifier by Kaelyn Uhrain · 13 years ago
- 2620cd9 Support C++11 attributes at the start of a parameter-declaration. by Richard Smith · 13 years ago
- 3dff251 Parsing of C++11 attributes: by Richard Smith · 13 years ago
- 7bdcc4a Disambiguation of '[[': by Richard Smith · 13 years ago
- 80cdddc Fix bugs found by -Wconstant-conversion improvements currently under review. by David Blaikie · 13 years ago
- f016bbc For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is by Richard Smith · 13 years ago
- 43f340f If we see '(...' where we're expecting an abstract-declarator, that doesn't by Richard Smith · 14 years ago
- bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
- 29c42f2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 14 years ago
- 1be329d Provide the __is_trivially_assignable type trait, which provides by Douglas Gregor · 14 years ago
- 1e3b0f0 Update parser's disambiguation to cope with braced function-style casts in by Richard Smith · 14 years ago
- dd99ec8 With a little more work in the tentative parse determining whether a statement by Nick Lewycky · 14 years ago
- 25896afb Support decltype as a simple-type-specifier. by David Blaikie · 14 years ago
- e56f393 Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. by Benjamin Kramer · 14 years ago