summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ClangASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-101-3/+17
* [NFC] Minor update to commentAleksandr Urakov2018-08-201-1/+1
* Fix compiler warnings after rL339649.Aleksandr Urakov2018-08-171-4/+4
* [PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov2018-08-141-10/+100
* Removed duplicated commented-out code [NFC]Raphael Isemann2018-08-071-2/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Rollback r337070.Sterling Augustine2018-07-131-2/+0
* Update ClangASTContext for the new DependentVector type.Sterling Augustine2018-07-131-0/+2
* Fix -Wswitch after introduction of clang;:Type::DependentVector in r337036Fangrui Song2018-07-131-0/+4
* One ShortFract ought to be enough for everyone.Benjamin Kramer2018-06-141-1/+0
* Add remaining fixed-point types and saturated equivalents to fix -Wswitch of ...Fangrui Song2018-06-141-0/+19
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* Silence unhandled enums warning in ClangASTContext::GetEncodingIlya Biryukov2018-06-051-0/+9
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-1/+1
* Update lldb to match clang r331244 (addition of char8_t).Richard Smith2018-05-021-2/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-123/+97
* Fix -Wswitch warning after r330790.Benjamin Kramer2018-04-251-0/+3
* Support template template parametersFrederic Riss2018-04-021-0/+23
* Use the DWARF linkage name when importing C++ methods.Davide Italiano2018-03-271-1/+6
* [ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano2018-03-201-2/+2
* [ClangASTContext] Remove dead code. NFCI.Davide Italiano2018-03-191-45/+0
* Handle typeof() expressionsJonas Devlieghere2018-02-201-17/+65
* [ClangASTContext] Remove dead stuff found fixing something else.Davide Italiano2017-12-141-75/+0
* Fix assertion in ClangASTContextPavel Labath2017-11-301-5/+5
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-77/+100
* Fix an issue in r317563 causing a clang assertTamas Berghammer2017-11-071-3/+3
* Support scoped enums in the DWARF AST parserTamas Berghammer2017-11-071-4/+4
* Add cases for new type DependentAddressSpace, added in r314649Ted Woodward2017-10-111-0/+9
* Fix compilation errorEugene Zemtsov2017-09-291-2/+2
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-281-1/+9
* Fix warning caused by new clang::BuiltinType::Float16 added in r312794Ted Woodward2017-09-201-0/+1
* [TypeSystem] Handle Clang AttributedTypesSean Callanan2017-06-021-0/+5
* [TypeSystem] Fix inspection of Objective-C object typesSean Callanan2017-05-151-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* [DWARF parser] Produce correct template parameter packsSean Callanan2017-05-111-9/+44
* Change UniqueCStringMap to use ConstString as the keyPavel Labath2017-05-021-48/+33
* Fix build for clang r301507Pavel Labath2017-04-271-2/+2
* Update lldb to match clang r301442.Richard Smith2017-04-261-22/+15
* [ClangASTContext] Placate `casts away qualifiers` warnings from GCC.Davide Italiano2017-04-171-4/+8
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-14/+19
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix compiler warnings for missing switch cases in lldb.Pavel Labath2017-02-171-0/+4
* Fix build due to clang r295311Pavel Labath2017-02-161-1/+0
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+2
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-5/+6
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix build for clang r291753Pavel Labath2017-01-121-2/+1
* Fix dereferencing of pointers to empty classesTamas Berghammer2017-01-071-30/+29
OpenPOWER on IntegriCloud