summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed the hacky "#define this ___clang_this" handlerSean Callanan2010-09-211-4/+7
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-1/+1
* Little bit of line wrapping cleanup.Jim Ingham2010-09-101-8/+51
* remove unneeded #include, reducing # static ctors.Chris Lattner2010-09-081-1/+0
* Fixed an expression parser bug that preventedSean Callanan2010-09-081-0/+6
* Added a ClangUtilityFunction class that allows theSean Callanan2010-08-271-1/+3
* This is a major refactoring of the expression parser.Sean Callanan2010-08-271-232/+131
* Check for errors in Resume before waiting for the resume to complete.Jim Ingham2010-08-171-1/+6
* Documented ClangExpression and made parts of itSean Callanan2010-08-131-1/+1
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-4/+8
* Fixed a bug where we didn't restore thread andSean Callanan2010-07-261-48/+56
* Modified TaggedASTType to inherit from ClangASTTypeSean Callanan2010-07-231-50/+134
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-4/+4
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-17/+30
* Updated to llvm/clang from July 2, 2010 at 8:00AM.Greg Clayton2010-07-021-5/+5
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+671
OpenPOWER on IntegriCloud