summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-10-25 13:48:40 +0000
committerTobias Grosser <tobias@grosser.es>2015-10-25 13:48:40 +0000
commitbf45e742540cd14e44a2a065d8b9a32b49e95957 (patch)
tree7d290c0c0865197bef40c7a83a1c482f237e3cce /clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
parent40ada57b7e217e6782f5dc16e45a8220b55d8c54 (diff)
downloadbcm5719-llvm-bf45e742540cd14e44a2a065d8b9a32b49e95957.tar.gz
bcm5719-llvm-bf45e742540cd14e44a2a065d8b9a32b49e95957.zip
ScopDetect: Bail out for non-simple memory accesses
Volatile or atomic memory accesses are currently not supported. Neither did we think about any special handling needed nor do we support the unknown instructions the alias set tracker turns them into sometimes. Before this patch, us not supporting unkown instructions in an alias set caused the following assertion failures: Assertion `AG.size() > 1 && "Alias groups should contain at least two accesses"' failed llvm-svn: 251234
Diffstat (limited to 'clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud