Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rizsotto committed Aug 4, 2013
1 parent da777c7 commit 449b2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sources/PluginMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Plugin
{
static llvm::cl::opt<Target> const
DebugParser("debug-constantine",
llvm::cl::desc("Set the debugging level for Medve plugin:"),
llvm::cl::desc("Set the debugging level for Constantine plugin:"),
llvm::cl::init(PseudoConstness),
llvm::cl::values(
clEnumVal(FuncionDeclaration, "Enable function detection"),
Expand Down
1 change: 1 addition & 0 deletions sources/UsageCollector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class UsageExtractor
UsageCollector::UsageRefs & Ls = It->second;
Ls.push_back(UsageCollector::UsageRef(WorkingType, Location));
}
// reset the state for the next call
WorkingType = clang::QualType();
}

Expand Down

0 comments on commit 449b2f0

Please sign in to comment.