summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangModulesDeclVendor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-731/+0
* Fixed the C modules test case on Darwin by streamlining its code.Sean Callanan2015-07-081-28/+15
* Updated our use of clang::Preprocessor to reflectSean Callanan2015-05-011-1/+1
* Fix build after Clang API change in r236176.Richard Smith2015-04-291-11/+4
* Fix build.Chaoren Lin2015-04-231-1/+1
* Fix build of lldb after clang r235614.Richard Smith2015-04-231-2/+2
* This patch implements several improvements to theSean Callanan2015-04-201-12/+233
* Added support to ClangUserExpression for importingSean Callanan2015-04-141-2/+145
* Fixed a problem where the second @import statementSean Callanan2015-04-071-2/+2
* Added a testcase that covers loading a module andSean Callanan2015-04-031-0/+12
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-0/+1
* Fixed bugs in the multi-threaded access in HostInfoBase. Prior to this fix, s...Greg Clayton2015-02-031-2/+4
* Fix the -*-version-min option to not try and use the current OS version for i...Greg Clayton2015-01-221-1/+1
* Add new-lines after module compiler errors soSean Callanan2014-12-061-0/+1
* Fix compilation errors after clang modules checkin.Zachary Turner2014-12-051-2/+3
* This is the meat of the code to add Clang modulesSean Callanan2014-12-051-0/+370
OpenPOWER on IntegriCloud