search for: uyoml

Displaying 1 result from an estimated 1 matches for "uyoml".

Did you mean: uml
2012 Nov 30
0
[LLVMdev] clang and libclang: one more code-completion missing feature
Hello. I guess I found one more missing feature in clang/libclang code-completion, it relates to functions with defaulted arguments. In the clang docs for clang API Documentation <http://goo.gl/UYOmL> there is one example: void f(int x, float y = 3.14, double z = 2.71828); The code-completion string for this function would contain: - a TypedText chunk for "f". - a LeftParen chunk for "(". - a Placeholder chunk for "int x" - an Optional chunk cont...