aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/ParseExprCXX.cpp
AgeCommit message (Expand)Author
2019-10-14PR43080: Do not build context-sensitive expressions during name classification.Richard Smith
2019-09-13[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama
2019-07-02[C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington
2019-06-14[C++20] add Basic consteval specifierGauthier Harnisch
2019-05-28[CodeComplete] Set preferred type for qualified-idIlya Biryukov
2019-05-21[c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith
2019-05-20Rearrange and clean up how we disambiguate lambda-introducers from ObjCRichard Smith
2019-05-19Fix buildbot: Use correct Consume*() for braces.Nicolas Lesser
2019-05-19Added a better diagnostic when using the delete operator with lambdasNicolas Lesser
2019-05-17[Lex] Allow to consume tokens while preprocessingIlya Biryukov
2019-05-09[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith
2019-05-06[c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith
2019-05-04[c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood
2019-03-25[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci
2019-02-26[CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov
2019-02-15[OpenCL][PR40707] Allow OpenCL C types in C++ mode.Anastasia Stulova
2019-01-31[CodeComplete] Propagate preferred types through parser in more casesIlya Biryukov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-09Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.Anastasia Stulova
2018-12-03[CodeComplete] Cleanup access checking in code completionIlya Biryukov
2018-11-20[clang][Parse] Diagnose useless null statements / empty init-statementsRoman Lebedev
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington
2018-09-28[cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith
2018-09-10[clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya
2018-09-07[CodeComplete] Clearly distinguish signature help and code completion.Ilya Biryukov
2018-08-30[CodeComplete] Report location of opening parens for signature helpIlya Biryukov
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-07-30Remove trailing spaceFangrui Song
2018-07-16[Sema] Add fixit for unused lambda capturesAlexander Shaposhnikov
2018-07-13[NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane
2018-07-12AttributeList de-listifying:Erich Keane
2018-06-27Diagnose missing 'template' keywords in contexts where a comma is not aRichard Smith
2018-06-26Diagnose missing 'template' keywords in more cases.Richard Smith
2018-06-22Restore pre-r335182 behavior for naming inherited constructors asRichard Smith
2018-06-20Related to PR37768: improve diagnostics for class name shadowing.Richard Smith
2018-05-11Improve diagnostics and error recovery for template name lookup.Richard Smith
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-05-01Implement P0482R2, support for char8_t type.Richard Smith
2018-04-27Parse A::template B as an identifier rather than as a template-id with noRichard Smith
2018-03-17[C++17] Allow an empty expression in an if init statementZhihao Yuan
2018-02-02Add missing direct-init / parameter-declaration-clause disambiguation whenRichard Smith
2018-01-17[Parse] Forward brace locations to TypeConstructExprVedant Kumar
2018-01-01Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali
2018-01-01[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali
2018-01-01Revert r321614 and r321615Faisal Vali
2018-01-01[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali
2017-12-31[NFC] Modernize enum DeclSpecContext into a scoped enum.Faisal Vali
2017-12-30[NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali