StaticAnalyzer/Checkers/DynamicTypePropagation.cpp: Fix in comments. 80-col and an utf8 char.

llvm-svn: 193513
This commit is contained in:
NAKAMURA Takumi 2013-10-28 04:14:33 +00:00
parent 8a0464393f
commit a67c9c32aa
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//== DynamicTypePropagation.cpp ----------------------------------- -*- C++ -*--=//
//== DynamicTypePropagation.cpp -------------------------------- -*- C++ -*--=//
//
// The LLVM Compiler Infrastructure
//
@ -62,7 +62,7 @@ void DynamicTypePropagation::checkPreCall(const CallEvent &Call,
if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) {
// C++11 [class.cdtor]p4: When a virtual function is called directly or
// indirectly from a constructor or from a destructor, including during
// the construction or destruction of the classs non-static data members,
// the construction or destruction of the class's non-static data members,
// and the object to which the call applies is the object under
// construction or destruction, the function called is the final overrider
// in the constructor's or destructor's class and not one overriding it in