..
ASTDumper.cpp
ClangASTType is now CompilerType.
2015-08-11 22:53:00 +00:00
ASTResultSynthesizer.cpp
In commit clang r226096, DefinitionRequired has been removed. Do the same in lldb implementation
2015-01-15 11:50:50 +00:00
ASTStructExtractor.cpp
In commit clang r226096, DefinitionRequired has been removed. Do the same in lldb implementation
2015-01-15 11:50:50 +00:00
CMakeLists.txt
[cmake] Remove LLVM_NO_RTTI.
2015-09-03 08:46:55 +00:00
ClangASTSource.cpp
When looking up types, find the first type we can import rather than just taking
2015-09-01 18:00:35 +00:00
ClangExpressionDeclMap.cpp
This patch separates the generic portion of ClangExpressionVariable, which
2015-09-04 20:49:51 +00:00
ClangExpressionParser.cpp
Set the default language to use when evaluating to that of the frame's CU.
2015-09-04 01:02:30 +00:00
ClangFunction.cpp
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
2015-08-24 23:46:31 +00:00
ClangModulesDeclVendor.cpp
Fixed the C modules test case on Darwin by streamlining its code.
2015-07-08 00:13:49 +00:00
ClangPersistentVariables.cpp
This patch separates the generic portion of ClangExpressionVariable, which
2015-09-04 20:49:51 +00:00
ClangUserExpression.cpp
This patch separates the generic portion of ClangExpressionVariable, which
2015-09-04 20:49:51 +00:00
ClangUtilityFunction.cpp
Reverse out r219169 related to quote handling.
2014-10-10 01:11:39 +00:00
DWARFExpression.cpp
Jim told me about a cleaner way to include headers from plug-ins.
2015-09-03 00:48:23 +00:00
ExpressionSourceCode.cpp
Made macros from modules be injected before our
2015-04-30 21:49:58 +00:00
ExpressionVariable.cpp
This patch separates the generic portion of ClangExpressionVariable, which
2015-09-04 20:49:51 +00:00
IRDynamicChecks.cpp
Revert "Update for LLVM API change in r221024"
2014-11-12 01:59:53 +00:00
IRExecutionUnit.cpp
Add support for DW_FORM_GNU_[addr,str]_index
2015-08-25 11:45:58 +00:00
IRForTarget.cpp
ClangASTType is now CompilerType.
2015-08-11 22:53:00 +00:00
IRInterpreter.cpp
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation
2015-07-14 10:56:58 +00:00
IRMemoryMap.cpp
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation
2015-07-14 10:56:58 +00:00
Makefile
remove trailing whitespace + remove some useless comments
2014-07-06 17:54:58 +00:00
Materializer.cpp
This patch separates the generic portion of ClangExpressionVariable, which
2015-09-04 20:49:51 +00:00