Skip to content
Commit a908e7fc authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Static variables and functions won't collide with standard library

functions, so if we're declaring a static we should implicitly declare
a library function by the same name (e.g., malloc, strdup). Fixes PR3592.

llvm-svn: 64736
parent b317efdf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment