Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
clang
lib
StaticAnalyzer
Checkers
CheckObjCInstMethSignature.cpp
Find file
Blame
History
Permalink
Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer.
· b89514a9
Benjamin Kramer
authored
Oct 14, 2011
Passing a pointer was a bad idea as it collides with the overload for void*. llvm-svn: 141971
b89514a9
Loading