[analyzer][UninitializedObjectChecker] Moved non-member functions out of the anonymou...
authorKristof Umann <dkszelethus@gmail.com>
Thu, 12 Jul 2018 13:13:46 +0000 (13:13 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Thu, 12 Jul 2018 13:13:46 +0000 (13:13 +0000)
commitcc852445284d8a539305275e017a7aa7a205bdfe
tree712d7ac745b48e0c86931a5c747ec28dc868f535
parent8a463897e9bb393288e179cf4f1fd09602c8d027
[analyzer][UninitializedObjectChecker] Moved non-member functions out of the anonymous namespace

As the code for the checker grew, it became increasinly difficult to see
whether a function was global or statically defined. In this patch,
anything that isn't a type declaration or definition was moved out of the
anonymous namespace and is marked as static.

llvm-svn: 336901
clang/lib/StaticAnalyzer/Checkers/UninitializedObjectChecker.cpp