Commits

Slava Pestov committed 2e52338d7cc
SIL: Rename long form of getOrCreateFunction() to createFunction(), NFC This made call sites confusing to read because it doesn't actually check if the function already exists. Also fix some minor formatting issues. This came up while I was working on a fix for a bug that turned out to not be a bug.