[analyzer] Ensure that the order in which checker callbacks are called
authorAnna Zaks <ganna@apple.com>
Thu, 15 Dec 2011 01:36:04 +0000 (01:36 +0000)
committerAnna Zaks <ganna@apple.com>
Thu, 15 Dec 2011 01:36:04 +0000 (01:36 +0000)
commit30373150a1a164fa3374ea2e99a258c8e93d732e
tree3e9b42bdf8e11da2586892eeab86fd457decc46d
parentb7a0b89ff0e14a747969e08d12964adaf1deeab8
[analyzer] Ensure that the order in which checker callbacks are called
is deterministic.

Non-determinism was the reason for the test which caused the earlier
buildbot failures, so re-enable the test.

llvm-svn: 146628
clang/lib/StaticAnalyzer/Core/CheckerRegistry.cpp
clang/test/Analysis/taint-tester.c