summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ClangASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan2016-05-021-4/+76
* Make sure LLDB can deal with forward declarations to enums without crashing o...Greg Clayton2016-04-291-15/+19
* Committing patch from <Michael Woerister <michaelwoerister@posteo.net>Jason Molenda2016-04-271-0/+2
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-151-11/+4
* Initial support for reading type information from PDBs.Zachary Turner2016-04-151-2/+30
* Revert r266311 - Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-4/+11
* Miscellaneous fixes for big-endian systemsUlrich Weigand2016-04-141-2/+3
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-11/+4
* Fixes for platforms that default to unsigned charUlrich Weigand2016-04-141-2/+2
* Fix-up LLDB build after rL13179Tamas Berghammer2016-04-081-18/+54
* Symbol: fix buildSaleem Abdulrasool2016-04-071-2/+2
* Add some unit tests for ClangASTContext.Zachary Turner2016-04-011-128/+89
* Don't try to call getTypeSize() on a class if it isn't complete as clang will...Greg Clayton2016-03-291-1/+9
* Move some functions from DWARFASTParserClang to ClangASTImporter.Zachary Turner2016-03-281-342/+132
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-2/+3
* Fix ClangASTContext::GetFunctionArgumentAtIndex() to not water down the type ...Greg Clayton2016-03-151-1/+1
* Fix expression evaluation for resolving anonymous aggregrate types with a typ...Ewan Crawford2016-03-151-0/+14
* Fix test for homogeneity in case of aggregate consisting of containerized vec...Omair Javaid2016-02-241-13/+14
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+2
* Disable recognition of "using" declarations at translation-unit level.Sean Callanan2016-02-121-0/+9
* When calling TypeSystemMap::Clear, objects being destroyed in the process of Jim Ingham2016-02-121-16/+22
* Take 2: Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-051-1/+18
* Revert "Use an artifical namespace so that member vars do not hide local vars."Siva Chandra2016-02-041-18/+1
* Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-041-1/+18
* [RenderScript] Use LLVM DWARF language enumEwan Crawford2016-02-031-1/+2
* Fix ambiguous resolution of clang::ArrayType/llvm::ArrayType in ClangAstContextEwan Crawford2016-01-141-2/+2
* Add clang::Type::Pipe to ClangASTContextPavel Labath2016-01-121-0/+3
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-071-0/+12
* Update LLDB to account for Clang r256463David Majnemer2015-12-271-2/+1
* Add support for seeing through clang::AutoType in ClangASTContextEnrico Granata2015-12-181-10/+160
* Don't strip types of their typedefs when getting function types.Greg Clayton2015-12-171-2/+2
* Fix scope-based lookup when more than one function is found.Dawn Perchik2015-12-121-0/+117
* Change DeclContextFindDeclByName to return a vector of CompilerDecl objects. ...Greg Clayton2015-12-081-4/+4
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-98/+556
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-399/+97
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-97/+399
* Fix multiple symbol lookup in the same namespaceEugene Leviant2015-11-131-1/+2
* Made the ClangASTImporter into a shared pointer, eliminating a race condition.Sean Callanan2015-11-101-1/+1
* Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton2015-11-101-28/+117
* Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata2015-11-091-7/+15
* Add SBType::IsAnonymousType() and relative plumbing in the debugger internalsEnrico Granata2015-11-071-0/+32
* Fix __fp16 types so we can display them and use them in expressions.Greg Clayton2015-11-031-3/+8
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-031-2/+3
* Fix a couple issues where trying to print a type would cause LLDB to crashEnrico Granata2015-10-141-2/+2
* Fix a crash, an UB and add some assert to dwo symbol file handlingTamas Berghammer2015-10-091-5/+11
* Fix the windows build after r249747Tamas Berghammer2015-10-091-1/+3
* Added support for enumerating the languages that actually support TypeSystemsSean Callanan2015-10-081-1/+30
* Moved the target specific ClangASTContext initialization over into ClangASTCo...Greg Clayton2015-10-081-21/+44
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-2/+9
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-6/+3
OpenPOWER on IntegriCloud