summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/ClangASTContext.cpp
AgeCommit message (Expand)Author
2019-01-15Simplify codeAdrian Prantl
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2018-12-28Remove unused variable from ClangASTContextPavel Labath
2018-12-21[NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere
2018-12-17[Clang AST Context] Add a few helper functions.Zachary Turner
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-13[NativePDB] Add support for local variables.Zachary Turner
2018-12-13Fix for clang interface updateMikael Nilsson
2018-12-12[ast] CreateParameterDeclaration should use an appropriate DeclContext.Zachary Turner
2018-11-28Revert r347673 "Catch up with EvaluateAsInt() clang API change."Hans Wennborg
2018-11-27Catch up with EvaluateAsInt() clang API change.Davide Italiano
2018-11-27Add support for the Dylan language to ClangASTContextBruce Mitchener
2018-11-21Update call to EvaluateAsInt() to the new syntax.Bill Wendling
2018-11-21Revert 347365, its prerequisite 347364 got reverted.Nico Weber
2018-11-20Update call to EvaluateAsInt() to the new syntax.Bill Wendling
2018-11-12[ClangASTContext] Extract VTable pointers from C++ objectsAleksandr Urakov
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-08[lldb] Silence unhandled enums warning.Jorge Gorbe Moya
2018-11-08Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...Shafik Yaghmour
2018-11-05Fix (and improve) the support for C99 variable length array typesAdrian Prantl
2018-11-05Properly cast from DeclContext to Decl.Zachary Turner
2018-11-05Add a target modules dump ast command.Zachary Turner
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington
2018-10-25[NFC] Refactor SetBaseClasses and DeleteBaseClasses.Zachary Turner
2018-10-23Change two methods from const char* to StringRef [NFC].Zachary Turner
2018-09-26[PDB] Restore the calling convention from PDBAleksandr Urakov
2018-09-10[PDB] Restore AST from PDB symbolsAleksandr Urakov
2018-08-20[NFC] Minor update to commentAleksandr Urakov
2018-08-17Fix compiler warnings after rL339649.Aleksandr Urakov
2018-08-14[PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov
2018-08-07Removed duplicated commented-out code [NFC]Raphael Isemann
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-13Rollback r337070.Sterling Augustine
2018-07-13Update ClangASTContext for the new DependentVector type.Sterling Augustine
2018-07-13Fix -Wswitch after introduction of clang;:Type::DependentVector in r337036Fangrui Song
2018-06-14One ShortFract ought to be enough for everyone.Benjamin Kramer
2018-06-14Add remaining fixed-point types and saturated equivalents to fix -Wswitch of ...Fangrui Song
2018-06-13Fix/unify the spelling of Objective-C.Adrian Prantl
2018-06-05Silence unhandled enums warning in ClangASTContext::GetEncodingIlya Biryukov
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2018-05-02Update lldb to match clang r331244 (addition of char8_t).Richard Smith
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-25Fix -Wswitch warning after r330790.Benjamin Kramer
2018-04-02Support template template parametersFrederic Riss
2018-03-27Use the DWARF linkage name when importing C++ methods.Davide Italiano
2018-03-20[ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano
2018-03-19[ClangASTContext] Remove dead code. NFCI.Davide Italiano
2018-02-20Handle typeof() expressionsJonas Devlieghere
2017-12-14[ClangASTContext] Remove dead stuff found fixing something else.Davide Italiano