1. 4dc0b1a Fix clang -Wimplicit-fallthrough warnings across llvm, NFC by Reid Kleckner · 7 years ago
  2. fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
  3. 3117b17 Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC by Fangrui Song · 7 years ago
  4. 8baa500 [cxx2a] P0614R1: Support init-statements in range-based for loops. by Richard Smith · 7 years ago
  5. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  6. 4a83f0a [MS] Add L__FUNCSIG__ for compatibility by Reid Kleckner · 7 years ago
  7. 7f785bb [OpenCL] Fixed parsing of address spaces for C++. by Anastasia Stulova · 7 years ago
  8. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  9. 3a8244d Implement P0482R2, support for char8_t type. by Richard Smith · 7 years ago
  10. a534f07 Revert rC330794 and some dependent tiny bug fixes by Faisal Vali · 7 years ago
  11. 936de9d [c++2a] [concepts] Add rudimentary parsing support for template concept declarations by Faisal Vali · 7 years ago
  12. c6663b7 [MS] Accept __unaligned as a qualifier on member function pointers by Reid Kleckner · 8 years ago
  13. 77a9c60 Fix a couple of cases where we would fail to correctly parse deduced class template specialization types. by Richard Smith · 8 years ago
  14. e303e35 Add missing direct-init / parameter-declaration-clause disambiguation when by Richard Smith · 8 years ago
  15. bd72cd95 Remove old concepts parsing code by Hubert Tong · 8 years ago
  16. cc623ad Recommit "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
  17. 9aeedde Revert "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
  18. ab36f33 Add _Float16 as a C/C++ source language type by Sjoerd Meijer · 8 years ago
  19. 53ab424 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  20. 605eaca Fix valid-for-expr ellipses eaten as invalid decl by Hubert Tong · 8 years ago
  21. af3b325 Fix the location of "missing ';'" suggestions after annotation tokens. by Richard Smith · 8 years ago
  22. 757d317 regcall: Implement regcall Calling Conv in clang by Erich Keane · 9 years ago
  23. bdb84f3 P0217R3: Parsing support and framework for AST representation of C++1z by Richard Smith · 9 years ago
  24. c7a05a9 P0305R1: Parsing support for init-statements in 'if' and 'switch' statements. by Richard Smith · 9 years ago
  25. 4556ebe Convert another case over to RevertingTentativeParsingAction. by Richard Smith · 9 years ago
  26. 91b73f2 Switch to an RAII object to revert tentative parsing automatically. by Richard Smith · 9 years ago
  27. 45d4132 [MSVC] Implementation of __unaligned as a proper type qualifier by Andrey Bokhanko · 9 years ago
  28. bb1ea2d Enable support for __float128 in Clang and enable it on pertinent platforms by Nemanja Ivanovic · 9 years ago
  29. 2801d32 Revert r268727, it caused PR27666. by Nico Weber · 9 years ago
  30. ba0d754 [MSVC] Implementation of __unaligned as a proper type qualifier by Andrey Bokhanko · 9 years ago
  31. d7d45bf Revert 266186 as it breaks anything that includes type_traits on some platforms by Nemanja Ivanovic · 9 years ago
  32. 917fc9d Revert r266415, it broke parsing SDK headers (PR27367). by Nico Weber · 9 years ago
  33. f7fa634 [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier by Andrey Bokhanko · 9 years ago
  34. 50f29e0 Enable support for __float128 in Clang by Nemanja Ivanovic · 9 years ago
  35. b62f144 [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. by Alexey Bader · 9 years ago
  36. 954ba21 [OpenCL] Complete image types support. by Alexey Bader · 9 years ago
  37. e301ba2 Add support for GCC's '__auto_type' extension, per the GCC manual: by Richard Smith · 10 years ago
  38. ab209d8 Implement the Objective-C __kindof type qualifier. by Douglas Gregor · 10 years ago
  39. e9d95f1 Handle Objective-C type arguments. by Douglas Gregor · 10 years ago
  40. 375f00a [CONCEPTS] Parsing of concept keyword by Hubert Tong · 10 years ago
  41. aea7afd Replace __double_underscored type nullability qualifiers with _Uppercase_underscored by Douglas Gregor · 10 years ago
  42. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  43. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  44. 261a89b Introduce type nullability specifiers for C/C++. by Douglas Gregor · 10 years ago
  45. e59f8d7 [clang] Refactoring of conditions so they use isOneOf() instead of multiple is(). by Daniel Marjamaki · 10 years ago
  46. d26f95b Revert "Improve declaration / expression disambiguation around ptr-operators, and use" by Justin Bogner · 11 years ago
  47. 152a172 Improve declaration / expression disambiguation around ptr-operators, and use by Richard Smith · 11 years ago
  48. 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
  49. c29c483 Don't crash on surprising tokens in default parameter template lists. by Nico Weber · 11 years ago
  50. 3e3a705 [c++1z] Support for u8 character literals. by Richard Smith · 11 years ago
  51. 445b065 Filter out non-static class members when correcting non-member-references. by Kaelyn Takata · 11 years ago
  52. 89c881b Pass around CorrectionCandidateCallbacks as unique_ptrs so by Kaelyn Takata · 11 years ago
  53. d7857f0 Add frontend support for __vectorcall by Reid Kleckner · 11 years ago
  54. 2f44846 Be smarter when parsing variable declarations with unknown types. by Kaelyn Takata · 11 years ago
  55. 6786024 -ms-extensions: Implement __super scope specifier (PR13236). by Nikola Smiljanic · 11 years ago
  56. ee39043 Replace a fake enum class with the real thing. by Richard Smith · 11 years ago
  57. 52eddda Add support for MSVC's __FUNCSIG__ by Reid Kleckner · 11 years ago
  58. 9765056 TryConsume parser cleanups by Alp Toker · 12 years ago
  59. f22856a Remove OpenCL-specific type keywords and specifiers by Alp Toker · 12 years ago
  60. 40f9b1c Unify type trait parsing by Alp Toker · 12 years ago
  61. ee6507d Replaced bool parameters in SkipUntil function with single bit-based parameter. by Alexey Bataev · 12 years ago
  62. bed356a [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 12 years ago
  63. a543308 [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 12 years ago
  64. 1fff95c PR13657 (and duplicates): by Richard Smith · 12 years ago
  65. 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
  66. 74aeef5 Implement C++1y decltype(auto). by Richard Smith · 12 years ago
  67. b4a9e86 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 12 years ago
  68. 989b7ca Give the default CorrectionCandidateCallback::ValidateCandidate some by Kaelyn Uhrain · 12 years ago
  69. 22c7c41 Teach statement / declaration disambiguation about C++11-style generalized initializers. by Richard Smith · 13 years ago
  70. 6105419 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 13 years ago
  71. 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
  72. 89645bc s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 13 years ago
  73. 2bf7fdb s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 13 years ago
  74. d8a08ea Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 13 years ago
  75. 11169dd Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 13 years ago
  76. b13abb9 Add OpenCL images as clang builtin types. by Guy Benyei · 13 years ago
  77. ea0a39e Accept and pass arguments to __unknown_anytype in argument by John McCall · 13 years ago
  78. bf4a7d7 Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 13 years ago
  79. 7aed66b When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 13 years ago
  80. 4f605af PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 13 years ago
  81. 943c440 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 13 years ago
  82. 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
  83. 58d5472 Add support for the C11 _Alignof keyword. by Jordan Rose · 13 years ago
  84. 3a691a3 Support L__FUNCTION__ in microsoft mode, PR11789 by Nico Weber · 13 years ago
  85. 109d5ed9 Recover better from a missing 'typename' in a function template definition. by Richard Smith · 13 years ago
  86. 48506ec A couple of very small tweaks suggested by Doug in reply to r155580 and r155163. by Kaelyn Uhrain · 13 years ago
  87. b3967d7 In Parser::isCXXDeclarationSpecifier, consider a non-type identifier by Kaelyn Uhrain · 13 years ago
  88. 2620cd9 Support C++11 attributes at the start of a parameter-declaration. by Richard Smith · 13 years ago
  89. 3dff251 Parsing of C++11 attributes: by Richard Smith · 13 years ago
  90. 7bdcc4a Disambiguation of '[[': by Richard Smith · 13 years ago
  91. 80cdddc Fix bugs found by -Wconstant-conversion improvements currently under review. by David Blaikie · 13 years ago
  92. f016bbc For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is by Richard Smith · 13 years ago
  93. 43f340f If we see '(...' where we're expecting an abstract-declarator, that doesn't by Richard Smith · 14 years ago
  94. bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
  95. 29c42f2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 14 years ago
  96. 1be329d Provide the __is_trivially_assignable type trait, which provides by Douglas Gregor · 14 years ago
  97. 1e3b0f0 Update parser's disambiguation to cope with braced function-style casts in by Richard Smith · 14 years ago
  98. dd99ec8 With a little more work in the tentative parse determining whether a statement by Nick Lewycky · 14 years ago
  99. 25896afb Support decltype as a simple-type-specifier. by David Blaikie · 14 years ago
  100. 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