[CFG] Remove duplicate function/class names at the beginning of comments
authorFangrui Song <maskray@google.com>
Sat, 28 Jul 2018 00:48:05 +0000 (00:48 +0000)
committerFangrui Song <maskray@google.com>
Sat, 28 Jul 2018 00:48:05 +0000 (00:48 +0000)
commit32fa8715475f2ecff33a0bd5fb92d8aabbf40640
tree1dde66cdaf86f45d942a7ddf3c0e9e4b25663101
parent8a05b01d133e5833c7744350f656c1f5d5436c87
[CFG] Remove duplicate function/class names at the beginning of comments

Some functions/classes have renamed while the comments still use the old names. Delete them per coding style.

Also some whitespace cleanup.

llvm-svn: 338183
clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h
clang/include/clang/Analysis/CFG.h
clang/include/clang/Analysis/CFGStmtMap.h
clang/lib/Analysis/CFGReachabilityAnalysis.cpp