aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Sema
AgeCommit message (Expand)AuthorFilesLines
2023-11-01[Attributes][HLSL] Teach EnumArgument to refer to an external enum (#70835)Justin Bogner1-1/+1
2023-09-28[clangd][CodeComplete] Improve FunctionCanBeCallYounan Zhang1-1/+30
2023-06-09[Modules] [Sema] Don't try to getAcceptableDecls during the iteration of nolo...Chuanqi Xu2-0/+194
2023-04-17[CMake] Reorder and reformat depsNAKAMURA Takumi1-2/+2
2023-01-12[test] Split out Annotations from `TestingSupport`Jordan Rupprecht2-1/+2
2022-11-24[clang] Add [is|set]Nested methods to NamespaceDeclNathan James1-1/+1
2022-11-17[clangd] Add heuristic for dropping snippet when completing member function p...Tom Praschan1-5/+115
2022-09-02[NFC] Make MultiplexExternalSemaSource own sourcesChris Bieneman1-27/+29
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-3/+3
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-3/+3
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-3/+3
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-3/+3
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-3/+3
2022-04-20[Testing] Drop clangTesting from clang's public library interfaceSam McCall1-1/+1
2022-04-19[clang][Sema] Add flag to LookupName to force C/ObjC codepathAlex Langford2-0/+61
2021-11-24[NFC][Clang][test] Inclusive language: Remove and rephrase uses of sanity tes...Zarko Todorovski1-1/+1
2021-07-29[clang][patch][FPEnv] Make initialization of C++ globals strictfp awareMelanie Blower1-1/+2
2021-02-08[clang][CodeComplete] Fix crash on ParenListExprsKadir Cetinkaya1-0/+1
2021-01-04Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped ...Thorsten Schütt1-2/+1
2021-01-04[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)Thorsten Schütt1-1/+2
2020-06-04Use libClangTesting in the unittest for AST matchersDmitri Gribenko1-0/+1
2020-04-07[OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert1-0/+1
2020-04-06[OpenMP] Fix layering problem with FrontendOpenMPJohannes Doerfert1-1/+0
2020-04-06[OpenMP][NFC] Move and simplify directive -> allowed clause mappingJohannes Doerfert1-0/+1
2020-03-30[AST] Fix crashes on decltype(recovery-expr).Haojian Wu1-0/+3
2020-03-26Revert "[AST] Build recovery expressions by default for C++."Haojian Wu1-2/+1
2020-03-25[AST] Build recovery expressions by default for C++.Haojian Wu1-1/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-12-11[CodeComplete] Fix a crash in preferred type and signature helpIlya Biryukov1-0/+8
2019-09-06[LifetimeAnalysis] don't use raw string literals in macrosMatthias Gehre1-29/+23
2019-09-06Reland [LifetimeAnalysis] Support more STL idioms (template forward declarati...Matthias Gehre2-0/+63
2019-08-30[Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2-22/+16
2019-08-22Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...Richard Smith2-63/+0
2019-08-21[LifetimeAnalysis] Support more STL idioms (template forward declaration and ...Matthias Gehre2-0/+63
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2-2/+2
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard1-2/+6
2019-05-28[CodeComplete] Set preferred type for qualified-idIlya Biryukov1-0/+26
2019-04-25[Testing] Move clangd::Annotations to llvm testing supportIlya Biryukov2-28/+7
2019-04-18[CodeComplete] Remove obsolete isOutputBinary().Sam McCall1-3/+1
2019-02-26[CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov1-0/+37
2019-02-21[CodeComplete] Collect visited contexts when scope specifier is invalid.Eric Liu1-3/+7
2019-01-31[CodeComplete] Propagate preferred types through parser in more casesIlya Biryukov1-0/+99
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-12-17[CodeComplete] Fix test failure on different host and target configsIlya Biryukov1-6/+21
2018-12-13Attempt to fix code completion test to handle LLP64 platformsReid Kleckner1-1/+3
2018-12-13[CodeComplete] Adhere to LLVM naming style in CodeCompletionTest. NFCIlya Biryukov1-30/+31
2018-12-13Fix CodeCompleteTest.cpp for older gcc plus ccache buildsDavid Green1-45/+45
2018-12-13[CodeComplete] Fill preferred type on binary expressionsIlya Biryukov1-30/+210
2018-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song1-0/+1
2018-07-04[SemaCodeComplete] Make sure visited contexts are passed to completion result...Eric Liu1-0/+11