summaryrefslogtreecommitdiff
path: root/clang/lib/AST/NestedNameSpecifier.cpp
AgeCommit message (Expand)Author
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-18[Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123)Yanzuo Liu
2025-05-29[Clang] Optimize some `getBeginLoc` implementations (#141058)cor3ntin
2025-04-09[clang] fix NestedNameSpecifier dependency calculation (#135067)Matheus Izvekov
2025-04-01[clang] improved preservation of template keyword (#133610)Matheus Izvekov
2025-03-27Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim
2025-03-26[clang] fix deduction of member pointers with dependent named classes (#133113)Matheus Izvekov
2025-03-21Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-20Revert "Reland: [clang] preserve class type sugar when taking pointer to memb...Matheus Izvekov
2025-03-20Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-20Revert "[clang] improve class type sugar preservation in pointers to members"...Matheus Izvekov
2025-03-20[clang] improve class type sugar preservation in pointers to members (#130537)Matheus Izvekov
2025-03-10[clang] NNS: don't print trailing scope resolution operator in diagnostics (#...Matheus Izvekov
2024-11-17[AST] Remove unused includes (NFC) (#116549)Kazu Hirata
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling
2022-10-14Properly print unnamed TagDecl objects in diagnosticsAaron Ballman
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2021-09-02Fully qualify template template parameters when printingDavid Blaikie
2021-07-21[clang] Introduce SourceLocation::[U]IntTy typedefs.Simon Tatham
2021-05-12Add type information to integral template argument if required.Pratyush Das
2020-06-30[AST][RecoveryExpr] Avoid spurious 'missing typename' diagnostic when the NNS...Haojian Wu
2020-05-02Use realloc for NestedNameSpecifierLocBuilderBenjamin Kramer
2020-04-17[clang-tidy] modernize-use-using: Fix broken fixit with 'template' keywordMatthias Gehre
2020-03-16[AST] rename DependencyFlags.h => DependenceFlags.h, NFCHaojian Wu
2020-03-04[AST] Refactor propagation of dependency bits. NFCIlya Biryukov
2020-02-13Don't call memcpy(p, 0, 0).Richard Smith
2020-02-07PR12350: Handle remaining cases permitted by CWG DR 244.Richard Smith
2020-01-14Fix "null pointer passed to nonnull argument" clang static analyzer warnings....Simon Pilgrim
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07NFC: Replace asserts with if() in SourceLocation accessorsStephen Kelly
2018-12-04[WIP][Sema] Improve static_assert diagnostics for type traits.Clement Courbet
2018-10-04[NestedNameSpecifier] Add missing stream-specific dump methodsStephen Kelly
2018-09-10[AST] Fix a crash on invalid.Erik Pilkington
2018-07-30Remove trailing spaceFangrui Song
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-02-21Clean up use of C allocation functionsSerge Pavlov
2017-11-28Refactor functions PrintTemplateArgumentListSerge Pavlov
2017-11-21[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-06-03Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2016-10-20Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer
2016-10-08Un-tabify source files, NFC.Yaron Keren
2016-07-07[AST] Use ArrayRef in more interfacesDavid Majnemer
2016-06-28P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren
2015-12-27Constify NestedNameSpecifier::dump and add a no-argument dump function suitab...Yaron Keren
2015-08-04[UB] Fix the two ways that we would try to memcpy from a null buffer inChandler Carruth
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko