I copied clang_complete.vim to plugin, but when I typed . after some variable, it says:
clang_complete.vim
.
pattern not found
I had the same problem and resolved it by adding the following to my .vimrc
let g:clang_user_options='|| exit 0'