Make -Wheader-hygiene not complain about USING_NAMESPACE_THROUGH_MACRO in a non-header file.

llvm-svn: 128780
This commit is contained in:
Nico Weber
2011-04-02 19:45:15 +00:00
parent 6402c97eed
commit cc2b8717c5
4 changed files with 37 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ unsigned ScanReachableFromBlock(const CFGBlock &Start,
unsigned count = 0;
llvm::SmallVector<const CFGBlock*, 32> WL;
// Prep work queue
// Prep work queue
Reachable.set(Start.getBlockID());
++count;
WL.push_back(&Start);