diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-09-08 19:31:22 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-09-08 19:31:22 +0000 |
| commit | f4bc0d87ee733daf490defee742a07feef295234 (patch) | |
| tree | 4180d712815b49cea7da00f2e6c5a70dee5b14b1 /lldb/source/Commands/CommandObjectFrame.cpp | |
| parent | d79bb127ddd8fd988e3bdfb9fc20d58f663779b6 (diff) | |
| download | llvm-f4bc0d87ee733daf490defee742a07feef295234.zip llvm-f4bc0d87ee733daf490defee742a07feef295234.tar.gz llvm-f4bc0d87ee733daf490defee742a07feef295234.tar.bz2 | |
Fix C++ PCH issues.
PCH got a severe beating by the boost-using test case reported here: http://llvm.org/PR8099
Fix issues like:
-When PCH reading, make sure Decl's getASTContext() doesn't get called since a Decl in the parent hierarchy may be initializing.
-In ASTDeclReader::VisitFunctionDecl VisitRedeclarable should be called before using FunctionDecl's isCanonicalDecl()
-In ASTDeclReader::VisitRedeclarableTemplateDecl CommonOrPrev must be initialized before anything else.
llvm-svn: 113391
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions
