llvm-project/lldb/source
Sean Callanan 04b2bfa3a9 Add all Decls found through FindExternalLexicalDecls
to the DeclContext.  This fulfils the contract that
we make with Clang by returning ELR_AlreadyLoaded.

This is a little aggressive in that it does not allow
the ASTImporter to import the child decls with any
lexical parent other than the Decl that reported them
as children.

<rdar://problem/13517713>

llvm-svn: 181498
2013-05-09 01:09:49 +00:00
..
API fix a couple of clang static analyzer warnings. 2013-05-04 00:39:52 +00:00
Breakpoint Optimized the way breakpoint conditions are evaluated. 2013-04-19 07:09:15 +00:00
Commands A few small fixes to make things like image list not 2013-05-06 10:21:11 +00:00
Core <rdar://problem/13621080> 2013-05-08 20:27:37 +00:00
DataFormatters <rdar://problem/11669154> 2013-05-06 18:55:52 +00:00
Expression Add all Decls found through FindExternalLexicalDecls 2013-05-09 01:09:49 +00:00
Host Adding support for process attach by pid on Linux. 2013-05-07 22:46:38 +00:00
Interpreter Test case added for importing packages 2013-05-08 21:26:37 +00:00
Plugins Fix the error reporting for ProcessKDP::DoDetach. 2013-05-09 00:05:35 +00:00
Symbol <rdar://problem/13621080> 2013-05-08 20:27:37 +00:00
Target Adding code to set thread state to stopped when the process stops. 2013-05-08 23:15:46 +00:00
Utility More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
CMakeLists.txt More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp Fixing lldb log list text for commands category 2013-04-26 17:44:41 +00:00
lldb.cpp Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel. 2013-05-03 03:55:48 +00:00