diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-09-08 18:19:27 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-09-08 18:19:27 +0000 |
| commit | 0c7973655375698d5eada54f743991c460919e3a (patch) | |
| tree | 6bac192b6cd75b459694bfcde4562e8f4ccf634c /clang/lib/AST/Expr.cpp | |
| parent | 926fc3d68dbbfbd9f80c09616d01f15bd483731d (diff) | |
| download | bcm5719-llvm-0c7973655375698d5eada54f743991c460919e3a.tar.gz bcm5719-llvm-0c7973655375698d5eada54f743991c460919e3a.zip | |
Fix PR4922, where Sema would complete tentative definitions in nondeterminstic
order because it was doing so while iterating over a densemap.
There are still similar problems in other places, for example
WeakUndeclaredIdentifiers is still written to the PCH file in a nondeterminstic
order, and we emit warnings about #pragma weak in nondeterminstic order.
llvm-svn: 81236
Diffstat (limited to 'clang/lib/AST/Expr.cpp')
0 files changed, 0 insertions, 0 deletions

