search for: id306

Displaying 2 results from an estimated 2 matches for "id306".

2017 Nov 04
2
RFC: We need to explicitly state that some functions are reserved by LLVM
...clarified on Twitter - the potential issues when names+arguments clash with C99 standard library functions is documented in the LangRef, though it's (at the time of writing) stuffed awkwardly under the "Example" subheading for the call instruction <http://llvm.org/docs/LangRef.html#id306>. I suppose the point is: the issue described by Chandler in this RFC is a very strong motivation for changing _something_. The approach suggested by David would solve Chandler's bug, but also allow this function naming restriction to be lifted altogether which seems like an even bigger win...
2017 Nov 11
5
RFC: We need to explicitly state that some functions are reserved by LLVM
...- the potential issues when > names+arguments clash with C99 standard library functions is > documented in the LangRef, though it's (at the time of writing) > stuffed awkwardly under the "Example" subheading for the call > instruction <http://llvm.org/docs/LangRef.html#id306>. > > I suppose the point is: the issue described by Chandler in this RFC is > a very strong motivation for changing _something_. The approach > suggested by David would solve Chandler's bug, but also allow this > function naming restriction to be lifted altogether which seems...