diff options
author | bloodstalker <thabogre@gmail.com> | 2016-11-30 19:55:03 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-11-30 19:55:03 +0000 |
commit | bfaeb114049eeff22156ccbf1dfe9b990b165b4f (patch) | |
tree | 8a5ab3fa6cc802dfd42d5a565c6ef156511aa7bd /mutator_aux.cpp | |
parent | updated the xml report (diff) | |
download | mutator-bfaeb114049eeff22156ccbf1dfe9b990b165b4f.tar.gz mutator-bfaeb114049eeff22156ccbf1dfe9b990b165b4f.zip |
fixed a comment
Diffstat (limited to '')
-rw-r--r-- | mutator_aux.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutator_aux.cpp b/mutator_aux.cpp index a17af14..190451b 100644 --- a/mutator_aux.cpp +++ b/mutator_aux.cpp @@ -54,8 +54,8 @@ void XMLReport::XMLCreateReport(void) XMLReportDoc.InsertFirstChild(RootPointer); } -/*it is the caller's responsibility to make sure the sourcelocation passed to this member function -contains only the spelling location.*/ +/*it is the caller's responsibility to make sure the sourcelocation passed to this member function and its overload +contain only the spelling location.*/ void XMLReport::XMLAddNode(ASTContext* ASTC, SourceLocation SL, std::string MisraRule, std::string Description) { FullSourceLoc FSL = ASTC->getFullLoc(SL); |