Skip to content
Commit 5b8ad406 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

[libclang] Workaround potential race condition with code completion...

[libclang] Workaround potential race condition with code completion AllocatedResults being freed after a CXTranslationUnit.

The Container USR's CXString had its underlying data owned by the CXTranslationUnit's string pool.  This
would result in trying to access freed memory.

llvm-svn: 137887
parent c482a192
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment