summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ClangASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFC] Remove ClangASTContext::FieldIsBitfield overloadRaphael Isemann2019-11-201-11/+4
* [lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overloadRaphael Isemann2019-11-201-10/+0
* Properly propagate is_variadic.Adrian Prantl2019-11-081-1/+1
* Adapt LLDB to clang API change in ObjCMethodDecl::create().Adrian Prantl2019-11-081-12/+20
* [lldb][NFC] Refactor some IsClangType checks in ClangASTContextRaphael Isemann2019-11-081-2/+2
* [Symbol] Change ClangASTContext::GetCXXClassName return typeAlex Langford2019-10-311-14/+14
* Add support for DW_AT_export_symbols for anonymous structsshafik2019-10-281-10/+5
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+1
* [lldb-test] Modify lldb-test to print out ASTs from symbol fileShafik Yaghmour2019-10-111-0/+33
* Add test coverage to printing of enums and fix display of unsigned valuesFrederic Riss2019-10-081-6/+9
* Fix sign extension handling in DumpEnumValueFrederic Riss2019-10-081-0/+1
* Add pretty printing of Clang "bitfield" enumsFrederic Riss2019-10-081-8/+65
* Extract and simplify DumpEnumValueFrederic Riss2019-10-081-39/+29
* [Symbol] Remove unused method ClangASTContext::GetObjCClassNameAlex Langford2019-10-071-19/+0
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-2/+2
* [lldb][NFC] Remove ClangASTContext::ClearRaphael Isemann2019-10-021-13/+0
* [lldb][NFC] Create the ASTContext in ClangASTContext exactly once.Raphael Isemann2019-10-021-56/+58
* [lldb][NFC] Remove unused ClangASTContext::GetHasExternalStorageRaphael Isemann2019-10-011-68/+0
* [lldb][NFC] Remove unused ClangASTContext functions for checking/removing the...Raphael Isemann2019-10-011-17/+0
* [lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after cons...Raphael Isemann2019-10-011-9/+8
* [lldb][NFC] Modernize ClangASTContext constructorRaphael Isemann2019-10-011-11/+6
* Use llvm for dumping DWARF expressionsPavel Labath2019-09-301-1/+1
* [Mangle] Add flag to asm labels to disable '\01' prefixingVedant Kumar2019-09-251-2/+2
* [lldb] Fix LLDB build after r372538Raphael Isemann2019-09-231-1/+2
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-1/+1
* [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...Alex Langford2019-09-091-0/+1
* [Core] Remove use of ClangASTContext in DumpDataExtractorAlex Langford2019-09-061-0/+16
* [lldb][NFC] Refactor and document ClangASTContext::IsOperatorRaphael Isemann2019-08-281-209/+72
* [Symbol] Decouple clang from DeclVendorAlex Langford2019-08-231-0/+10
* [LLDB] Address post-commit code review feedback.Jonas Devlieghere2019-08-231-2/+2
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-23/+27
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-27/+23
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-23/+27
* Add char8_t support (C++20)Jonas Devlieghere2019-08-211-3/+4
* Fix two compiler warningsPavel Labath2019-08-211-0/+2
* Fix an unused variable warning in ClangASTContext.cppPavel Labath2019-08-211-2/+1
* [Symbol] Move VerifyDecl to ClangASTContextAlex Langford2019-08-201-1/+5
* Improve anonymous class heuristic in ClangASTContext::CreateRecordTypeShafik Yaghmour2019-08-141-4/+34
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-131-441/+528
* [Symbol] Remove redundant includeAlex Langford2019-08-131-1/+0
* [CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano2019-08-121-1/+2
* [Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano2019-08-121-2/+3
* [lldb][NFC] Fix warning about missing switch casesRaphael Isemann2019-08-091-0/+14
* [lldb][NFC] Remove commented out code in ClangASTContext::AddMethodToCXXRecor...Raphael Isemann2019-08-071-18/+0
* [CompilerType] Remove an unused function.Davide Italiano2019-08-051-33/+0
* [lldb][clang] Reflect LangStandard.h move to clang/BasicRainer Orth2019-08-051-19/+20
* Fix ClangASTContext::CreateParameterDeclaration to not call addDeclShafik Yaghmour2019-08-021-2/+4
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-1/+1
* Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...Shafik Yaghmour2019-07-171-3/+4
OpenPOWER on IntegriCloud