llvm-project/lldb/lldb.xcodeproj
Sean Callanan 5e9e1991e9 Added VerifyDecl, a function that, when LLDB is
linked against a debug LLVM, runs a variety of
functions -- currently just one -- that verify
that the Decls we create are valid.

ClangASTContext now calls this verifier whenever
it adds a Decl to a DeclContext, and the verifier
checks that the AccessSpecifier is sane.

llvm-svn: 143000
2011-10-26 01:06:27 +00:00
..
project.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
xcshareddata/xcschemes Added the ability to run expressions in any command. Expressions can be 2011-10-14 07:41:33 +00:00
project.pbxproj Added VerifyDecl, a function that, when LLDB is 2011-10-26 01:06:27 +00:00