Console Output
Skipping 5,872 KB.. Full LogIn file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:384:44: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_end(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:24: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:21: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:65:16: warning: definition of implicit copy constructor for 'reference' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] reference& operator=(reference t) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:373:12: note: in implicit copy constructor for 'llvm::SmallBitVector::reference' first required here return reference(*this, Idx); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp:16: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclCXX.h:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclBase.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclarationName.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/PartialDiagnostic.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/Diagnostic.h:22: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/DenseMap.h:1011:3: warning: definition of implicit copy assignment operator for 'DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] DenseMapIterator(const DenseMapIterator<KeyT, ValueT, ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:66:7: note: in implicit copy assignment operator for 'llvm::DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' first required here I = Map.insert(KVPair(D, FunctionSummary())).first; ^ 8 warnings generated. [1377/1392] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/ProgramPoint.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/AnalysisContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/APValue.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:36:11: warning: definition of implicit copy constructor for 'APSInt' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] APSInt &operator=(const APSInt &RHS) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:72:12: note: in implicit copy constructor for 'llvm::APSInt' first required here return APSInt(APInt::trunc(width), IsUnsigned); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/ProgramPoint.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/AnalysisContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclBase.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclarationName.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/PartialDiagnostic.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/Diagnostic.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/DiagnosticIDs.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/IntrusiveRefCntPtr.h:49:5: warning: definition of implicit copy assignment operator for 'RefCountedBase<clang::LangOptions>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] RefCountedBase(const RefCountedBase &) : ref_cnt(0) {} ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/LangOptions.h:56:7: note: in implicit copy assignment operator for 'llvm::RefCountedBase<clang::LangOptions>' first required here class LangOptions : public RefCountedBase<LangOptions>, public LangOptionsBase { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/PrettyPrinter.h:35:8: note: in implicit copy assignment operator for 'clang::LangOptions' first required here struct PrintingPolicy { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ASTContext.h:463:20: note: in implicit copy assignment operator for 'clang::PrintingPolicy' first required here PrintingPolicy = Policy; ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:376:16: warning: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' is deprecated [-Wdeprecated-declarations] typedef std::const_mem_fun_t<QualType, ParmVarDecl> deref_fun; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:377:55: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] typedef llvm::mapped_iterator<param_const_iterator, deref_fun> ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:381:46: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_begin(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:384:44: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_end(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:24: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:21: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:65:16: warning: definition of implicit copy constructor for 'reference' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] reference& operator=(reference t) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:373:12: note: in implicit copy constructor for 'llvm::SmallBitVector::reference' first required here return reference(*this, Idx); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/ProgramPoint.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/AnalysisContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclBase.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclarationName.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/PartialDiagnostic.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/Diagnostic.h:22: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/DenseMap.h:1011:3: warning: definition of implicit copy assignment operator for 'DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] DenseMapIterator(const DenseMapIterator<KeyT, ValueT, ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:66:7: note: in implicit copy assignment operator for 'llvm::DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' first required here I = Map.insert(KVPair(D, FunctionSummary())).first; ^ 8 warnings generated. [1378/1392] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/CheckerRegistration.cpp.o In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/ProgramPoint.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/AnalysisContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/APValue.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:36:11: warning: definition of implicit copy constructor for 'APSInt' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] APSInt &operator=(const APSInt &RHS) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:72:12: note: in implicit copy constructor for 'llvm::APSInt' first required here return APSInt(APInt::trunc(width), IsUnsigned); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp:15: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/Diagnostic.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/DiagnosticIDs.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/IntrusiveRefCntPtr.h:49:5: warning: definition of implicit copy assignment operator for 'RefCountedBase<clang::LangOptions>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] RefCountedBase(const RefCountedBase &) : ref_cnt(0) {} ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/LangOptions.h:56:7: note: in implicit copy assignment operator for 'llvm::RefCountedBase<clang::LangOptions>' first required here class LangOptions : public RefCountedBase<LangOptions>, public LangOptionsBase { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/PrettyPrinter.h:35:8: note: in implicit copy assignment operator for 'clang::LangOptions' first required here struct PrintingPolicy { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ASTContext.h:463:20: note: in implicit copy assignment operator for 'clang::PrintingPolicy' first required here PrintingPolicy = Policy; ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:376:16: warning: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' is deprecated [-Wdeprecated-declarations] typedef std::const_mem_fun_t<QualType, ParmVarDecl> deref_fun; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:377:55: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] typedef llvm::mapped_iterator<param_const_iterator, deref_fun> ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:381:46: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_begin(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:384:44: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_end(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h:13: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Frontend/FrontendAction.h:23: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Frontend/FrontendOptions.h:13: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Frontend/CommandLineSourceLoc.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CommandLine.h:1654:7: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] addArgument(); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CommandLine.h:1652:5: note: previous statement is here if (AliasFor == 0) ^ 7 warnings generated. [1379/1392] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/APValue.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:36:11: warning: definition of implicit copy constructor for 'APSInt' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] APSInt &operator=(const APSInt &RHS) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:72:12: note: in implicit copy constructor for 'llvm::APSInt' first required here return APSInt(APInt::trunc(width), IsUnsigned); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/SourceManager.h:38: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/FileManager.h:21: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/IntrusiveRefCntPtr.h:49:5: warning: definition of implicit copy assignment operator for 'RefCountedBase<clang::LangOptions>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] RefCountedBase(const RefCountedBase &) : ref_cnt(0) {} ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/LangOptions.h:56:7: note: in implicit copy assignment operator for 'llvm::RefCountedBase<clang::LangOptions>' first required here class LangOptions : public RefCountedBase<LangOptions>, public LangOptionsBase { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/PrettyPrinter.h:35:8: note: in implicit copy assignment operator for 'clang::LangOptions' first required here struct PrintingPolicy { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ASTContext.h:463:20: note: in implicit copy assignment operator for 'clang::PrintingPolicy' first required here PrintingPolicy = Policy; ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:376:16: warning: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' is deprecated [-Wdeprecated-declarations] typedef std::const_mem_fun_t<QualType, ParmVarDecl> deref_fun; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:377:55: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] typedef llvm::mapped_iterator<param_const_iterator, deref_fun> ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:381:46: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_begin(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:384:44: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_end(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:23: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:24: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:21: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:65:16: warning: definition of implicit copy constructor for 'reference' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] reference& operator=(reference t) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:373:12: note: in implicit copy constructor for 'llvm::SmallBitVector::reference' first required here return reference(*this, Idx); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/SourceManager.h:38: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/FileManager.h:20: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/DenseMap.h:1011:3: warning: definition of implicit copy assignment operator for 'DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] DenseMapIterator(const DenseMapIterator<KeyT, ValueT, ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:66:7: note: in implicit copy assignment operator for 'llvm::DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' first required here I = Map.insert(KVPair(D, FunctionSummary())).first; ^ 8 warnings generated. [1380/1392] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/ProgramPoint.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/AnalysisContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/APValue.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:36:11: warning: definition of implicit copy constructor for 'APSInt' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] APSInt &operator=(const APSInt &RHS) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:72:12: note: in implicit copy constructor for 'llvm::APSInt' first required here return APSInt(APInt::trunc(width), IsUnsigned); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp:16: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/TargetInfo.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/TargetOptions.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/IntrusiveRefCntPtr.h:49:5: warning: definition of implicit copy assignment operator for 'RefCountedBase<clang::LangOptions>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] RefCountedBase(const RefCountedBase &) : ref_cnt(0) {} ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/LangOptions.h:56:7: note: in implicit copy assignment operator for 'llvm::RefCountedBase<clang::LangOptions>' first required here class LangOptions : public RefCountedBase<LangOptions>, public LangOptionsBase { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/PrettyPrinter.h:35:8: note: in implicit copy assignment operator for 'clang::LangOptions' first required here struct PrintingPolicy { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ASTContext.h:463:20: note: in implicit copy assignment operator for 'clang::PrintingPolicy' first required here PrintingPolicy = Policy; ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:376:16: warning: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' is deprecated [-Wdeprecated-declarations] typedef std::const_mem_fun_t<QualType, ParmVarDecl> deref_fun; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:377:55: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] typedef llvm::mapped_iterator<param_const_iterator, deref_fun> ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:381:46: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_begin(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:384:44: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_end(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:24: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:21: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:65:16: warning: definition of implicit copy constructor for 'reference' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] reference& operator=(reference t) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:373:12: note: in implicit copy constructor for 'llvm::SmallBitVector::reference' first required here return reference(*this, Idx); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/ProgramPoint.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/AnalysisContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclBase.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclarationName.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/PartialDiagnostic.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/Diagnostic.h:22: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/DenseMap.h:1011:3: warning: definition of implicit copy assignment operator for 'DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] DenseMapIterator(const DenseMapIterator<KeyT, ValueT, ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:66:7: note: in implicit copy assignment operator for 'llvm::DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' first required here I = Map.insert(KVPair(D, FunctionSummary())).first; ^ 8 warnings generated. [1381/1392] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/ProgramPoint.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/AnalysisContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/APValue.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:36:11: warning: definition of implicit copy constructor for 'APSInt' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] APSInt &operator=(const APSInt &RHS) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:72:12: note: in implicit copy constructor for 'llvm::APSInt' first required here return APSInt(APInt::trunc(width), IsUnsigned); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/ProgramPoint.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/AnalysisContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclBase.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclarationName.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/PartialDiagnostic.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/Diagnostic.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/DiagnosticIDs.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/IntrusiveRefCntPtr.h:49:5: warning: definition of implicit copy assignment operator for 'RefCountedBase<clang::LangOptions>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] RefCountedBase(const RefCountedBase &) : ref_cnt(0) {} ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/LangOptions.h:56:7: note: in implicit copy assignment operator for 'llvm::RefCountedBase<clang::LangOptions>' first required here class LangOptions : public RefCountedBase<LangOptions>, public LangOptionsBase { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/PrettyPrinter.h:35:8: note: in implicit copy assignment operator for 'clang::LangOptions' first required here struct PrintingPolicy { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ASTContext.h:463:20: note: in implicit copy assignment operator for 'clang::PrintingPolicy' first required here PrintingPolicy = Policy; ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:376:16: warning: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' is deprecated [-Wdeprecated-declarations] typedef std::const_mem_fun_t<QualType, ParmVarDecl> deref_fun; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:377:55: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] typedef llvm::mapped_iterator<param_const_iterator, deref_fun> ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:381:46: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_begin(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:384:44: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_end(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:24: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:21: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:65:16: warning: definition of implicit copy constructor for 'reference' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] reference& operator=(reference t) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:373:12: note: in implicit copy constructor for 'llvm::SmallBitVector::reference' first required here return reference(*this, Idx); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/ProgramPoint.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/AnalysisContext.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclBase.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclarationName.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/PartialDiagnostic.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/Diagnostic.h:22: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/DenseMap.h:1011:3: warning: definition of implicit copy assignment operator for 'DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] DenseMapIterator(const DenseMapIterator<KeyT, ValueT, ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:66:7: note: in implicit copy assignment operator for 'llvm::DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' first required here I = Map.insert(KVPair(D, FunctionSummary())).first; ^ 8 warnings generated. [1382/1392] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/tools/driver/driver.cpp:21: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Frontend/CompilerInvocation.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Frontend/FrontendOptions.h:13: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Frontend/CommandLineSourceLoc.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CommandLine.h:1654:7: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] addArgument(); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CommandLine.h:1652:5: note: previous statement is here if (AliasFor == 0) ^ 1 warning generated. [1383/1392] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:16: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclCXX.h:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/APValue.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:36:11: warning: definition of implicit copy constructor for 'APSInt' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] APSInt &operator=(const APSInt &RHS) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:72:12: note: in implicit copy constructor for 'llvm::APSInt' first required here return APSInt(APInt::trunc(width), IsUnsigned); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/StmtVisitor.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:376:16: warning: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' is deprecated [-Wdeprecated-declarations] typedef std::const_mem_fun_t<QualType, ParmVarDecl> deref_fun; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/StmtVisitor.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:377:55: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] typedef llvm::mapped_iterator<param_const_iterator, deref_fun> ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/StmtVisitor.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:381:46: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_begin(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/StmtVisitor.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ExprObjC.h:17: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:384:44: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_end(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:16: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclCXX.h:20: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclBase.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclarationName.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/PartialDiagnostic.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/Diagnostic.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/DiagnosticIDs.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/IntrusiveRefCntPtr.h:49:5: warning: definition of implicit copy assignment operator for 'RefCountedBase<clang::LangOptions>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] RefCountedBase(const RefCountedBase &) : ref_cnt(0) {} ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/LangOptions.h:56:7: note: in implicit copy assignment operator for 'llvm::RefCountedBase<clang::LangOptions>' first required here class LangOptions : public RefCountedBase<LangOptions>, public LangOptionsBase { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/PrettyPrinter.h:35:8: note: in implicit copy assignment operator for 'clang::LangOptions' first required here struct PrintingPolicy { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ASTContext.h:463:20: note: in implicit copy assignment operator for 'clang::PrintingPolicy' first required here PrintingPolicy = Policy; ^ 6 warnings generated. [1384/1392] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/tools/driver/cc1_main.cpp:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Frontend/CompilerInstance.h:15: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Frontend/CompilerInvocation.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Frontend/FrontendOptions.h:13: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Frontend/CommandLineSourceLoc.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CommandLine.h:1654:7: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] addArgument(); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CommandLine.h:1652:5: note: previous statement is here if (AliasFor == 0) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/tools/driver/cc1_main.cpp:26: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/LinkAllPasses.h:18: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Analysis/AliasSetTracker.h:194:21: warning: definition of implicit copy constructor for 'iterator' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] const iterator &operator=(const iterator &I) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Analysis/AliasSetTracker.h:175:35: note: in implicit copy constructor for 'llvm::AliasSet::iterator' first required here iterator begin() const { return iterator(PtrList); } ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/tools/driver/cc1_main.cpp:26: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/LinkAllPasses.h:25: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Analysis/PostDominators.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Analysis/Dominators.h:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CFG.h:136:22: warning: definition of implicit copy constructor for 'SuccIterator<llvm::TerminatorInst *, llvm::BasicBlock>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] inline const Self &operator=(const Self &I) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CFG.h:231:10: note: in implicit copy constructor for 'llvm::SuccIterator<llvm::TerminatorInst *, llvm::BasicBlock>' first required here return succ_iterator(BB->getTerminator()); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CFG.h:136:22: warning: definition of implicit copy constructor for 'SuccIterator<const llvm::TerminatorInst *, const llvm::BasicBlock>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] inline const Self &operator=(const Self &I) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CFG.h:234:10: note: in implicit copy constructor for 'llvm::SuccIterator<const llvm::TerminatorInst *, const llvm::BasicBlock>' first required here return succ_const_iterator(BB->getTerminator()); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/tools/driver/cc1_main.cpp:26: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/LinkAllPasses.h:164:31: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference] llvm::AliasSetTracker X(*(llvm::AliasAnalysis*)0); ^~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. [1385/1392] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1as_main.cpp.o In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/tools/driver/cc1as_main.cpp:33: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/MC/MCParser/MCAsmParser.h:36:17: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage] typedef struct { ^ InlineAsmIdentifierInfo /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/MC/MCParser/MCAsmParser.h:41:5: note: type is not C-compatible due to this member declaration void clear() { ^~~~~~~~~~~~ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/MC/MCParser/MCAsmParser.h:48:5: note: type is given name 'InlineAsmIdentifierInfo' for linkage purposes by this typedef declaration } InlineAsmIdentifierInfo; ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/tools/driver/cc1as_main.cpp:41: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CommandLine.h:1654:7: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] addArgument(); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/CommandLine.h:1652:5: note: previous statement is here if (AliasFor == 0) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/tools/driver/cc1as_main.cpp:44: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/FormattedStream.h:133:16: warning: 'resetColor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] raw_ostream &resetColor() { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/raw_ostream.h:230:24: note: overridden virtual function is here virtual raw_ostream &resetColor() { return *this; } ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/tools/driver/cc1as_main.cpp:44: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/FormattedStream.h:138:16: warning: 'reverseColor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] raw_ostream &reverseColor() { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/raw_ostream.h:233:24: note: overridden virtual function is here virtual raw_ostream &reverseColor() { return *this; } ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/tools/driver/cc1as_main.cpp:44: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/FormattedStream.h:143:16: warning: 'changeColor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] raw_ostream &changeColor(enum Colors Color, ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/raw_ostream.h:219:24: note: overridden virtual function is here virtual raw_ostream &changeColor(enum Colors Color, ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/tools/driver/cc1as_main.cpp:44: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/FormattedStream.h:150:8: warning: 'is_displayed' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] bool is_displayed() const { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/Support/raw_ostream.h:238:16: note: overridden virtual function is here virtual bool is_displayed() const { return false; } ^ 6 warnings generated. [1386/1392] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/APValue.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:36:11: warning: definition of implicit copy constructor for 'APSInt' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] APSInt &operator=(const APSInt &RHS) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/APSInt.h:72:12: note: in implicit copy constructor for 'llvm::APSInt' first required here return APSInt(APInt::trunc(width), IsUnsigned); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:20: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:376:16: warning: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' is deprecated [-Wdeprecated-declarations] typedef std::const_mem_fun_t<QualType, ParmVarDecl> deref_fun; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:20: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:377:55: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] typedef llvm::mapped_iterator<param_const_iterator, deref_fun> ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:20: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:381:46: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_begin(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:20: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclObjC.h:384:44: warning: 'deref_fun' is deprecated [-Wdeprecated-declarations] return llvm::map_iterator(param_end(), deref_fun(&ParmVarDecl::getType)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1212:28: note: 'const_mem_fun_t<clang::QualType, clang::ParmVarDecl>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:176:16: warning: 'pointer_to_unary_function<clang::CallGraphNode *, clang::CallGraphNode *>' is deprecated [-Wdeprecated-declarations] typedef std::pointer_to_unary_function<CallRecordTy, ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<clang::CallGraphNode *, clang::CallGraphNode *>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:179:47: warning: 'CGNDerefFun' is deprecated [-Wdeprecated-declarations] typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<clang::CallGraphNode *, clang::CallGraphNode *>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:181:37: warning: 'CGNDerefFun' is deprecated [-Wdeprecated-declarations] return map_iterator(N->begin(), CGNDerefFun(CGNDeref)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<clang::CallGraphNode *, clang::CallGraphNode *>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:184:35: warning: 'CGNDerefFun' is deprecated [-Wdeprecated-declarations] return map_iterator(N->end(), CGNDerefFun(CGNDeref)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<clang::CallGraphNode *, clang::CallGraphNode *>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:206:16: warning: 'pointer_to_unary_function<std::pair<const clang::Decl *, clang::CallGraphNode *>, clang::CallGraphNode &>' is deprecated [-Wdeprecated-declarations] typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> DerefFun; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<std::pair<const clang::Decl *, clang::CallGraphNode *>, clang::CallGraphNode &>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:208:55: warning: 'DerefFun' is deprecated [-Wdeprecated-declarations] typedef mapped_iterator<clang::CallGraph::iterator, DerefFun> nodes_iterator; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<std::pair<const clang::Decl *, clang::CallGraphNode *>, clang::CallGraphNode &>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:211:38: warning: 'DerefFun' is deprecated [-Wdeprecated-declarations] return map_iterator(CG->begin(), DerefFun(CGdereference)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<std::pair<const clang::Decl *, clang::CallGraphNode *>, clang::CallGraphNode &>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:214:36: warning: 'DerefFun' is deprecated [-Wdeprecated-declarations] return map_iterator(CG->end(), DerefFun(CGdereference)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<std::pair<const clang::Decl *, clang::CallGraphNode *>, clang::CallGraphNode &>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:231:16: warning: 'pointer_to_unary_function<std::pair<const clang::Decl *, clang::CallGraphNode *>, clang::CallGraphNode &>' is deprecated [-Wdeprecated-declarations] typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> DerefFun; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<std::pair<const clang::Decl *, clang::CallGraphNode *>, clang::CallGraphNode &>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:234:27: warning: 'DerefFun' is deprecated [-Wdeprecated-declarations] DerefFun> nodes_iterator; ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<std::pair<const clang::Decl *, clang::CallGraphNode *>, clang::CallGraphNode &>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:237:38: warning: 'DerefFun' is deprecated [-Wdeprecated-declarations] return map_iterator(CG->begin(), DerefFun(CGdereference)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<std::pair<const clang::Decl *, clang::CallGraphNode *>, clang::CallGraphNode &>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:25: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Analysis/CallGraph.h:240:36: warning: 'DerefFun' is deprecated [-Wdeprecated-declarations] return map_iterator(CG->end(), DerefFun(CGdereference)); ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/functional:1104:28: note: 'pointer_to_unary_function<std::pair<const clang::Decl *, clang::CallGraphNode *>, clang::CallGraphNode &>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:1002:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/../include/c++/v1/__config:991:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:16: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:19: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/IntrusiveRefCntPtr.h:49:5: warning: definition of implicit copy assignment operator for 'RefCountedBase<clang::LangOptions>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] RefCountedBase(const RefCountedBase &) : ref_cnt(0) {} ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/LangOptions.h:56:7: note: in implicit copy assignment operator for 'llvm::RefCountedBase<clang::LangOptions>' first required here class LangOptions : public RefCountedBase<LangOptions>, public LangOptionsBase { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/PrettyPrinter.h:35:8: note: in implicit copy assignment operator for 'clang::LangOptions' first required here struct PrintingPolicy { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/ASTContext.h:463:20: note: in implicit copy assignment operator for 'clang::PrintingPolicy' first required here PrintingPolicy = Policy; ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:36: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:24: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h:22: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:21: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:65:16: warning: definition of implicit copy constructor for 'reference' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] reference& operator=(reference t) { ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/SmallBitVector.h:373:12: note: in implicit copy constructor for 'llvm::SmallBitVector::reference' first required here return reference(*this, Idx); ^ In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/Decl.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclBase.h:18: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/AST/DeclarationName.h:17: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/PartialDiagnostic.h:19: In file included from /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/Basic/Diagnostic.h:22: /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/include/llvm/ADT/DenseMap.h:1011:3: warning: definition of implicit copy assignment operator for 'DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] DenseMapIterator(const DenseMapIterator<KeyT, ValueT, ^ /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:66:7: note: in implicit copy assignment operator for 'llvm::DenseMapIterator<const clang::Decl *, clang::ento::FunctionSummariesTy::FunctionSummary, llvm::DenseMapInfo<const clang::Decl *>, false>' first required here I = Map.insert(KVPair(D, FunctionSummary())).first; ^ 20 warnings generated. [1387/1392] Linking CXX static library lib/libclangStaticAnalyzerCheckers.a [1388/1392] Linking CXX static library lib/libclangStaticAnalyzerFrontend.a [1389/1392] Linking CXX static library lib/libclangARCMigrate.a [1390/1392] Linking CXX static library lib/libclangFrontendTool.a [1391/1392] Linking CXX executable bin/clang-3.4 [1392/1392] Creating executable symlink bin/clang + cd ../.. + HISTORIC_CLANG=/Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/clang-3.4-build/bin/clang + echo @@@@@@ @@@@@@ + echo '@@@ dsymutil @@@'+ echo '@@@ dwarfdump --statistics @@@'dsymutilHide Details
+ env PYTHONPATH=/usr/local/lib/python2.7/site-packages /usr/bin/python - WARNING: Executing a script that is loading libcrypto in an unsafe way. This will fail in a future version of macOS. Set the LIBRESSL_REDIRECT_STUB_ABORT=1 in the environment to force this into an error. {'commit': '1', 'format_name': 'json', 'input_data': '{"machine": {"name": "clang-3.4-debuginfo-statistics-v7"}, "tests": [{"score": [140897], "name": "#call site DIEs"}, {"score": [59868], "name": "#variables - entry values with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [329005], "name": "#local vars"}, {"score": [24104], "name": "#local vars - entry values with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [42592], "name": "#variables with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [16137], "name": "#local vars - entry values with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [25533], "name": "#params - entry values with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [36], "name": "#bytes in __apple_objc"}, {"score": [13315], "name": "#local vars - entry values with [30%,40%) of parent scope covered by DW_AT_location"}, {"score": [43731], "name": "#params - entry values with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [184781818], "name": "sum_all_variables(#bytes in parent scope covered by DW_AT_location)"}, {"score": [33823], "name": "#params - entry values with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [20471946], "name": "#bytes within functions"}, {"score": [67.75049104323342], "name": "percent regions covered"}, {"score": [42338], "name": "#params with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [24104], "name": "#local vars with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [10007], "name": "#bytes in __debug_abbrev"}, {"score": [1694314], "name": "#variables - entry values with 100% of parent scope covered by DW_AT_location"}, {"score": [15431], "name": "#local vars with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [300859], "name": "#functions with location"}, {"score": [741808], "name": "#bytes in __debug_aranges"}, {"score": [280957], "name": "#local vars with binary location"}, {"score": [4432600], "name": "sum_all_params(#bytes in parent scope covered by DW_OP_entry_value)"}, {"score": [35942], "name": "#variables - entry values with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [49893], "name": "#params - entry values with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [272738714], "name": "sum_all_variables(#bytes in parent scope)"}, {"score": [3352178], "name": "#variables processed by location statistics"}, {"score": [41251], "name": "#variables with [30%,40%) of parent scope covered by DW_AT_location"}, {"score": [630603], "name": "#unique source variables"}, {"score": [2271814], "name": "#source variables with location"}, {"score": [44279], "name": "#variables - entry values with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [18103], "name": "#local vars - entry values with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [43941], "name": "#variables - entry values with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [16137], "name": "#local vars with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [24343160], "name": "#bytes in __debug_line"}, {"score": [68314], "name": "#variables - entry values with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [1771140], "name": "#inlined functions"}, {"score": [3355064], "name": "#source variables"}, {"score": [50682], "name": "#variables with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [71414], "name": "#variables - entry values with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [15431], "name": "#local vars - entry values with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [7], "name": "version"}, {"score": [12274], "name": "#params with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [45006], "name": "#variables with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [3733], "name": "#params - entry values with 0% of parent scope covered by DW_AT_location"}, {"score": [1106059], "name": "#params"}, {"score": [202654], "name": "#call site parameter DIEs"}, {"score": [29257], "name": "#params - entry values with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [74947784], "name": "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)"}, {"score": [21347], "name": "#local vars with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [11511136], "name": "#bytes in __debug_ranges"}, {"score": [414966], "name": "#local vars processed by location statistics"}, {"score": [20385], "name": "#variables - entry values with 0% of parent scope covered by DW_AT_location"}, {"score": [41048], "name": "#params - entry values with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [67864], "name": "#params with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [29275], "name": "#params - entry values with [30%,40%) of parent scope covered by DW_AT_location"}, {"score": [190595607], "name": "sum_all_variables(#bytes in any scope covered by DW_AT_location)"}, {"score": [1771140], "name": "#call site entries"}, {"score": [48842], "name": "#params with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [33621], "name": "#variables with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [18746], "name": "#local vars with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [51926], "name": "#variables - entry values with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [65724], "name": "#params - entry values with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [21347], "name": "#local vars - entry values with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [963399], "name": "#params with 0% of parent scope covered by DW_AT_location"}, {"score": [42590], "name": "#variables - entry values with [30%,40%) of parent scope covered by DW_AT_location"}, {"score": [18103], "name": "#local vars with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [1706857], "name": "#variables with 100% of parent scope covered by DW_AT_location"}, {"score": [40768], "name": "#variables with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [18421], "name": "#local vars - entry values with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [30366], "name": "#local vars - entry values with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [70444], "name": "#variables with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [109834034], "name": "sum_all_params(#bytes in parent scope covered by DW_AT_location)"}, {"score": [84460], "name": "#local vars with 100% of parent scope covered by DW_AT_location"}, {"score": [91968], "name": "#variables with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [136006659], "name": "sum_all_local_vars(#bytes in parent scope)"}, {"score": [89828], "name": "#variables - entry values with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [31080], "name": "#params - entry values with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [40824], "name": "#bytes in __apple_namespac"}, {"score": [43724107], "name": "#bytes in __debug_loc"}, {"score": [2937212], "name": "#params processed by location statistics"}, {"score": [13819255], "name": "#bytes within inlined functions"}, {"score": [9131528], "name": "#bytes in __apple_types"}, {"score": [215968792], "name": "#bytes in __debug_info"}, {"score": [30366], "name": "#local vars with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [32579], "name": "#params with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [1017071], "name": "#params with binary location"}, {"score": [1106059], "name": "#params with type"}, {"score": [18421], "name": "#local vars with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [40078], "name": "#params with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [1103092], "name": "#params with source location"}, {"score": [14684], "name": "#local vars - entry values with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [1771140], "name": "#inlined functions with abstract origins"}, {"score": [84460], "name": "#local vars - entry values with 100% of parent scope covered by DW_AT_location"}, {"score": [1103251], "name": "#variables with 0% of parent scope covered by DW_AT_location"}, {"score": [18746], "name": "#local vars - entry values with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [22022], "name": "#params with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [1609854], "name": "#params - entry values with 100% of parent scope covered by DW_AT_location"}, {"score": [1622397], "name": "#params with 100% of parent scope covered by DW_AT_location"}, {"score": [301049], "name": "#functions"}, {"score": [329005], "name": "#local vars with type"}, {"score": [18442736], "name": "#bytes in __apple_names"}, {"score": [328992], "name": "#local vars with source location"}, {"score": [16652], "name": "#local vars - entry values with 0% of parent scope covered by DW_AT_location"}, {"score": [139852], "name": "#local vars with 0% of parent scope covered by DW_AT_location"}, {"score": [29575], "name": "#params with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [67263], "name": "#variables with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [46704017], "name": "#bytes in __debug_str"}, {"score": [0], "name": "sum_all_local_vars(#bytes in parent scope covered by DW_OP_entry_value)"}, {"score": [27908], "name": "#params with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [14684], "name": "#local vars with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [46511], "name": "#variables - entry values with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [136732055], "name": "sum_all_params(#bytes in parent scope)"}, {"score": [67.71298550489648], "name": "percent variables with location"}, {"score": [14595], "name": "#params - entry values with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [4432600], "name": "sum_all_variables(#bytes in parent scope covered by DW_OP_entry_value)"}, {"score": [27936], "name": "#params with [30%,40%) of parent scope covered by DW_AT_location"}, {"score": [58475], "name": "#variables with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [13315], "name": "#local vars with [30%,40%) of parent scope covered by DW_AT_location"}], "run": {"start_time": "2021-04-10T15:10:54.956727", "end_time": "2021-04-10T15:10:54.956699", "llvm_project_revision": 385103}, "format_version": "2", "format_name": "json"}', 'merge': 'replace'} New run name is 'r385103-b4679' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: 'rlast_good_build.properties not found-b4679', new value: 'r385103-b4679' Sending e-mails to: lldb@group.apple.com Returning node parameter for green-dragon-10 Triggering a new build of Zombie Detector (FAIL OK) Finished: SUCCESSdwarfdump --statisticsHide Details