K 10 svn:author V 3 dim K 8 svn:date V 27 2016-12-14T17:27:44.658363Z K 7 svn:log V 258 Merge r309860 from stable/9, as this also applies to stable/10: Fix libllvmanalysis build failure after r309857: on stable/9, llvm is compiled by gcc, and without -std=c++11, so the nullptr keyword is unknown. Use the old-school plain zero syntax instead. END