2013-11-02から1日間の記事一覧

MSVCでclang

VS2013でビルドして出来たclangでコンパイルすると例外が発生する。 何やらこのバグっぽいな。。まだ解決してない。 http://llvm.org/bugs/show_bug.cgi?id=17420VS2012でbuildしたら今度は未解決の外部シンボルエラーが。。 https://github.com/jckarter/cl…

コードの検査

Checked Arithmetic Builtins http://clang.llvm.org/docs/LanguageExtensions.html#checked-arithmetic-builtinsControlling Code Generation http://clang.llvm.org/docs/UsersManual.html#controlling-code-generationCatching Integer Errors with Clang…

超高速grep http://gihyo.jp/admin/serial/01/ubuntu-recipe/0287 YouCompleteMe A code-completion engine for Vim http://valloric.github.io/YouCompleteMe/