[Lldb-commits] [lldb] r235653 - Fix build.

Chaoren Lin chaorenl at google.com
Thu Apr 23 15:19:29 PDT 2015


Author: chaoren
Date: Thu Apr 23 17:19:29 2015
New Revision: 235653

URL: http://llvm.org/viewvc/llvm-project?rev=235653&view=rev
Log:
Fix build.

Modified:
    lldb/trunk/source/Expression/ClangModulesDeclVendor.cpp

Modified: lldb/trunk/source/Expression/ClangModulesDeclVendor.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/ClangModulesDeclVendor.cpp?rev=235653&r1=235652&r2=235653&view=diff
==============================================================================
--- lldb/trunk/source/Expression/ClangModulesDeclVendor.cpp (original)
+++ lldb/trunk/source/Expression/ClangModulesDeclVendor.cpp Thu Apr 23 17:19:29 2015
@@ -450,7 +450,7 @@ ClangModulesDeclVendorImpl::ForEachMacro
              directive != nullptr;
              directive = directive->getPrevious())
         {
-            unsigned module_id = directive->getOwningModuleID();
+            unsigned module_id = directive->getMacroInfo()->getOwningModuleID();
             
             if (!module_id)
                 continue;





More information about the lldb-commits mailing list