diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-17 18:08:28 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-17 18:08:28 +0000 |
commit | ef818fa801857047255d2f48c04378da57bf0baa (patch) | |
tree | 162318f2aaaaa757bb262356ddd5cc100bb988b4 /mutator-lvl0.cpp | |
parent | added asserts for sourcelocation (diff) | |
download | mutator-ef818fa801857047255d2f48c04378da57bf0baa.tar.gz mutator-ef818fa801857047255d2f48c04378da57bf0baa.zip |
cosmetic changes
Diffstat (limited to '')
-rw-r--r-- | mutator-lvl0.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mutator-lvl0.cpp b/mutator-lvl0.cpp index b85e0d7..468c90a 100644 --- a/mutator-lvl0.cpp +++ b/mutator-lvl0.cpp @@ -778,7 +778,10 @@ public: SM.isInMainFile(MacroDefSourceLocation[x]) && !SM.isInSystemHeader(MacroDefSourceLocation[x])) { std::cout << "19.5 : " << "Macro defined inside a block : " << std::endl; +#if 0 std::cout << MacroDefSourceLocation[x].printToString(*MR.SourceManager) << " " << MacroNameString[x] << "\n" << std::endl; +#endif + std::cout << MacroDefSourceLocation[x].printToString(*MR.SourceManager) << "\n" << std::endl; XMLDocOut.XMLAddNode(MR.Context, MacroDefSourceLocation[x], "19.5", "Macro defined inside a block : "); } |