Skip to content

Commit

Permalink
Merge pull request cms-sw#4415 from gartung/clangSA-struct-std-atomic…
Browse files Browse the repository at this point in the history
…-safe

adding line that got dropped in by-hand merge
  • Loading branch information
ktf committed Jun 27, 2014
2 parents ff54496 + e44bfad commit 4da854f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/StaticAnalyzers/src/CmsSupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ std::string support::getQualifiedName(const clang::NamedDecl &d) {

bool support::isSafeClassName(const std::string &name) {
static const std::string atomic = "std::atomic";
static const std::string satomic = "struct std::atomic";
static const std::string uatomic = "std::__atomic_";
static const std::string mutex = "std::mutex";
static const std::string rmutex = "std::recursive_mutex";
Expand Down

0 comments on commit 4da854f

Please sign in to comment.