aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/c-index-test/core_main.cpp
AgeCommit message (Expand)AuthorFilesLines
11 days[clang] Pass VFS into `ASTUnit::LoadFromASTFile()` (#159166)Jan Svoboda1-3/+4
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-9/+11
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-11/+9
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-9/+11
2025-04-25[clang] Do not share ownership of `HeaderSearchOptions` (#132984)Jan Svoboda1-1/+1
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya1-3/+6
2024-11-21Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Sylvestre Ledru1-6/+3
2024-11-21[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)kadir çetinkaya1-3/+6
2024-09-23[Frontend] Teach LoadFromASTFile to take FileName by StringRef (NFC) (#109583)Kazu Hirata1-6/+6
2024-07-23[clang] Split ObjectFilePCHContainerReader from ObjectFilePCHContainerWriter ...Chuanqi Xu1-1/+1
2024-02-23[C++20] [Modules] Allow to compile a pcm with and without -fPICChuanqi Xu1-1/+1
2023-11-28[clang] Remove unused argument. NFC. (#73594)Juergen Ributzka1-1/+1
2023-05-23[C++20] [Modules] Don't ignore -fmodule-file when we compile pcm filesChuanqi Xu1-1/+3
2022-05-10[Frontend] Flip default of CreateInvocationOptions::ProbePrecompiled to falseSam McCall1-0/+1
2022-05-06[clang] createInvocationFromCommandLine -> createInvocation, delete former. NFCSam McCall1-1/+4
2021-04-06[index] Improve macro indexing supportBen Langmuir1-2/+8
2021-01-21[ASTReader] Allow controlling separately whether validation should be disable...Argyrios Kyrtzidis1-2/+23
2020-12-09Remove RemappedFiles param from ASTUnit::LoadFromASTFile, NFCDuncan P. N. Exon Smith1-1/+1
2020-11-17[Frontend] Add flag to allow PCM generation despite compiler errorsBen Barham1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+2
2019-12-16[NFC] Fix typos in Clangd and ClangKirill Bobyrev1-8/+8
2019-11-25Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber1-4/+4
2019-11-26Use InitLLVM to setup a pretty stack printerRui Ueyama1-4/+4
2019-09-05[clang][Index] Replace CodegenNameGenerator with ASTNameGeneratorJan Korous1-4/+4
2019-08-29[Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko1-3/+2
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-06-11[libclang] Allow skipping warnings from all included filesNikolai Kosjar1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-18[index] Enhance indexing for module referencesArgyrios Kyrtzidis1-3/+12
2018-08-02[c-index-test] Use correct executable path to discover resource directory.Volodymyr Sapsai1-5/+10
2018-07-09[Index] Add indexing support for MACROs.Eric Liu1-0/+38
2018-04-23[index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer1-2/+2
2018-04-09[Index] Return SourceLocation to consumers, not FileID/Offset pair.Sam McCall1-7/+10
2017-06-29Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith1-1/+1
2017-02-26[index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis1-2/+7
2017-01-30[c-index-test] Provide capability to index module file imports and dump their...Argyrios Kyrtzidis1-3/+32
2017-01-29[c-index-test] Provide capability for 'c-index-test core' to dump symbol info...Argyrios Kyrtzidis1-0/+45
2017-01-08[index] Introduce SymbolSubKind for reporting language-specific details.Argyrios Kyrtzidis1-0/+2
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie1-3/+2
2017-01-06Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie1-3/+4
2017-01-05IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie1-4/+3
2016-11-11[index] Rename SymbolSubKind -> SymbolProperty, NFC.Argyrios Kyrtzidis1-2/+2
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini1-2/+1
2016-06-09Update to match LLVM r272232.Richard Smith1-1/+5
2016-04-22[index] Add a SymbolSubKind for an ObjC unit test.Argyrios Kyrtzidis1-1/+2
2016-04-22[index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.Argyrios Kyrtzidis1-2/+3
2016-02-29[index] Print and test module import references.Argyrios Kyrtzidis1-0/+20
2016-02-15[AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in pr...Argyrios Kyrtzidis1-4/+1
2016-02-14[index] Factor libclang's functionality to determing the mangled name of symb...Argyrios Kyrtzidis1-0/+10
2016-02-14Don't leak the ASTUnit when done with testing.Benjamin Kramer1-3/+2