Console Output
Skipping 5,911 KB.. Full Loghost-compiler/bin/../include/c++/v1/__config:1013: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:1002: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. [1377/1392] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o 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: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/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: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/UndefinedArraySubscriptChecker.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:1207: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:1013: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:1002: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: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:1207: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:1013: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:1002: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: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:1207: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:1013: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:1002: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: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:1207: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:1013: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:1002: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. [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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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/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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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. [1380/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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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. [1381/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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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. [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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1207: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:1013: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:1002: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:1099: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:1013: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:1002: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:1099: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:1013: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:1002: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:1099: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:1013: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:1002: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:1099: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:1013: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:1002: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:1099: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:1013: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:1002: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:1099: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:1013: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:1002: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:1099: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:1013: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:1002: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:1099: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:1013: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:1002: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:1099: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:1013: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:1002: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:1099: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:1013: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:1002: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:1099: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:1013: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:1002: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:1099: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:1013: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:1002: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-v6"}, "tests": [{"score": [121135], "name": "#call site DIEs"}, {"score": [60580], "name": "#variables - entry values with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [391300], "name": "#local vars"}, {"score": [25061], "name": "#local vars - entry values with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [41640], "name": "#variables with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [16036], "name": "#local vars - entry values with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [24362], "name": "#params - entry values with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [36], "name": "#bytes in __apple_objc"}, {"score": [13523], "name": "#local vars - entry values with [30%,40%) of parent scope covered by DW_AT_location"}, {"score": [44544], "name": "#params - entry values with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [195047325], "name": "sum_all_variables(#bytes in parent scope covered by DW_AT_location)"}, {"score": [32695], "name": "#params - entry values with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [20454933], "name": "#bytes within functions"}, {"score": [62.42169078692973], "name": "percent regions covered"}, {"score": [43342], "name": "#params with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [25061], "name": "#local vars with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [8961], "name": "#bytes in __debug_abbrev"}, {"score": [1727820], "name": "#variables - entry values with 100% of parent scope covered by DW_AT_location"}, {"score": [16009], "name": "#local vars with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [298362], "name": "#functions with location"}, {"score": [567520], "name": "#bytes in __debug_aranges"}, {"score": [286684], "name": "#local vars with binary location"}, {"score": [4906448], "name": "sum_all_params(#bytes in parent scope covered by DW_OP_entry_value)"}, {"score": [38690], "name": "#variables - entry values with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [48837], "name": "#params - entry values with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [312467225], "name": "sum_all_variables(#bytes in parent scope)"}, {"score": [3024065], "name": "#variables processed by location statistics"}, {"score": [43149], "name": "#variables with [30%,40%) of parent scope covered by DW_AT_location"}, {"score": [715938], "name": "#unique source variables"}, {"score": [2297937], "name": "#source variables with location"}, {"score": [43306], "name": "#variables - entry values with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [18203], "name": "#local vars - entry values with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [42844], "name": "#variables - entry values with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [16036], "name": "#local vars with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [23546361], "name": "#bytes in __debug_pubtypes"}, {"score": [24209631], "name": "#bytes in __debug_line"}, {"score": [67128], "name": "#variables - entry values with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [1803273], "name": "#inlined functions"}, {"score": [3634856], "name": "#source variables"}, {"score": [49862], "name": "#variables with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [4092721], "name": "#bytes in __debug_pubnames"}, {"score": [72201], "name": "#variables - entry values with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [16009], "name": "#local vars - entry values with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [6], "name": "version"}, {"score": [14919], "name": "#params with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [45553], "name": "#variables with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [679343], "name": "#params - entry values with 0% of parent scope covered by DW_AT_location"}, {"score": [1536063], "name": "#params"}, {"score": [176255], "name": "#call site parameter DIEs"}, {"score": [27788], "name": "#params - entry values with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [79376334], "name": "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)"}, {"score": [21757], "name": "#local vars with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [12467472], "name": "#bytes in __debug_ranges"}, {"score": [349831], "name": "#local vars processed by location statistics"}, {"score": [748237], "name": "#variables - entry values with 0% of parent scope covered by DW_AT_location"}, {"score": [39230], "name": "#params - entry values with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [57754], "name": "#params with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [30861], "name": "#params - entry values with [30%,40%) of parent scope covered by DW_AT_location"}, {"score": [200943291], "name": "sum_all_variables(#bytes in any scope covered by DW_AT_location)"}, {"score": [1803273], "name": "#call site entries"}, {"score": [48002], "name": "#params with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [36676], "name": "#variables with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [18944], "name": "#local vars with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [50898], "name": "#variables - entry values with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [55960], "name": "#params - entry values with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [21757], "name": "#local vars - entry values with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [679343], "name": "#params with 0% of parent scope covered by DW_AT_location"}, {"score": [44384], "name": "#variables - entry values with [30%,40%) of parent scope covered by DW_AT_location"}, {"score": [18203], "name": "#local vars with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [1737661], "name": "#variables with 100% of parent scope covered by DW_AT_location"}, {"score": [41533], "name": "#variables with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [18291], "name": "#local vars - entry values with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [32971], "name": "#local vars - entry values with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [71268], "name": "#variables with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [115670991], "name": "sum_all_params(#bytes in parent scope covered by DW_AT_location)"}, {"score": [85086], "name": "#local vars with 100% of parent scope covered by DW_AT_location"}, {"score": [82815], "name": "#variables with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [148922298], "name": "sum_all_local_vars(#bytes in parent scope)"}, {"score": [81021], "name": "#variables - entry values with [90%,100%) of parent scope covered by DW_AT_location"}, {"score": [30947], "name": "#params - entry values with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [40864], "name": "#bytes in __apple_namespac"}, {"score": [43988933], "name": "#bytes in __debug_loc"}, {"score": [2674234], "name": "#params processed by location statistics"}, {"score": [14849851], "name": "#bytes within inlined functions"}, {"score": [9272892], "name": "#bytes in __apple_types"}, {"score": [222922694], "name": "#bytes in __debug_info"}, {"score": [32971], "name": "#local vars with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [31659], "name": "#params with [60%,70%) of parent scope covered by DW_AT_location"}, {"score": [1032451], "name": "#params with binary location"}, {"score": [1536063], "name": "#params with type"}, {"score": [18291], "name": "#local vars with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [38297], "name": "#params with [80%,90%) of parent scope covered by DW_AT_location"}, {"score": [1532195], "name": "#params with source location"}, {"score": [15056], "name": "#local vars - entry values with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [1803273], "name": "#inlined functions with abstract origins"}, {"score": [85086], "name": "#local vars - entry values with 100% of parent scope covered by DW_AT_location"}, {"score": [748237], "name": "#variables with 0% of parent scope covered by DW_AT_location"}, {"score": [18944], "name": "#local vars - entry values with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [22589], "name": "#params with [10%,20%) of parent scope covered by DW_AT_location"}, {"score": [1642734], "name": "#params - entry values with 100% of parent scope covered by DW_AT_location"}, {"score": [1652575], "name": "#params with 100% of parent scope covered by DW_AT_location"}, {"score": [298552], "name": "#functions"}, {"score": [391300], "name": "#local vars with type"}, {"score": [18670328], "name": "#bytes in __apple_names"}, {"score": [391288], "name": "#local vars with source location"}, {"score": [68894], "name": "#local vars - entry values with 0% of parent scope covered by DW_AT_location"}, {"score": [68894], "name": "#local vars with 0% of parent scope covered by DW_AT_location"}, {"score": [29544], "name": "#params with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [66293], "name": "#variables with [70%,80%) of parent scope covered by DW_AT_location"}, {"score": [47885988], "name": "#bytes in __debug_str"}, {"score": [0], "name": "sum_all_local_vars(#bytes in parent scope covered by DW_OP_entry_value)"}, {"score": [26584], "name": "#params with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [15056], "name": "#local vars with [40%,50%) of parent scope covered by DW_AT_location"}, {"score": [46956], "name": "#variables - entry values with [20%,30%) of parent scope covered by DW_AT_location"}, {"score": [163544927], "name": "sum_all_params(#bytes in parent scope)"}, {"score": [63.21947829570139], "name": "percent variables with location"}, {"score": [16933], "name": "#params - entry values with (0%,10%) of parent scope covered by DW_AT_location"}, {"score": [4906448], "name": "sum_all_variables(#bytes in parent scope covered by DW_OP_entry_value)"}, {"score": [29626], "name": "#params with [30%,40%) of parent scope covered by DW_AT_location"}, {"score": [59378], "name": "#variables with [50%,60%) of parent scope covered by DW_AT_location"}, {"score": [13523], "name": "#local vars with [30%,40%) of parent scope covered by DW_AT_location"}], "run": {"start_time": "2021-01-12T23:40:38.064815", "end_time": "2021-01-12T23:40:38.064787", "llvm_project_revision": 376893}, "format_version": "2", "format_name": "json"}', 'merge': 'replace'} New run name is 'r376893-b4592' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: 'r376865-b4592', new value: 'r376893-b4592' Returning node parameter for green-dragon-10 Triggering a new build of Zombie Detector (FAIL OK) Finished: SUCCESSdwarfdump --statisticsHide Details