Guest User

Liang Qi

a guest
Apr 26th, 2011
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. liangqi@olwst90198 ~/tmp/build $ scan-build -v -v -v make
  2. scan-build: 'clang' executable not found in '/Users/liangqi/dev/packages/llvm-2.9/tools/clang-2.9/tools/scan-build/bin'.
  3. scan-build: Using 'clang' from path: /usr/local/bin/clang
  4. scan-build: Emitting reports for this run to '/tmp/scan-build-2011-04-27-1'.
  5. [100%] Building CXX object CMakeFiles/cppsa_test.dir/main.cpp.o
  6. clang++ -o CMakeFiles/cppsa_test.dir/main.cpp.o -c /Users/liangqi/tmp/cppsa_test/main.cpp
  7.  
  8. [LOCATION]: /Users/liangqi/tmp/build
  9. #SHELL (cd '/Users/liangqi/tmp/build' && '/usr/local/bin/clang++' '-cc1' '-triple' 'x86_64-apple-darwin10.0.0' '-analyze' '-disable-free' '-main-file-name' 'main.cpp' '-analyzer-store=region' '-analyzer-opt-analyze-nested-blocks' '-analyzer-eagerly-assume' '-analyzer-checker=core' '-analyzer-checker=deadcode' '-analyzer-checker=security' '-analyzer-checker=unix' '-analyzer-checker=osx' '-analyzer-output' 'plist' '-w' '-pic-level' '1' '-mdisable-fp-elim' '-masm-verbose' '-munwind-tables' '-target-cpu' 'core2' '-resource-dir' '/Users/liangqi/dev/packages/checker-256/bin/../lib/clang/3.0' '-ferror-limit' '19' '-fmessage-length' '0' '-stack-protector' '1' '-fblocks' '-fcxx-exceptions' '-fexceptions' '-fdiagnostics-show-option' '-analyzer-display-progress' '-analyzer-output=html' '-o' '/tmp/scan-build-2011-04-27-1' '-x' 'c++' '/Users/liangqi/tmp/cppsa_test/main.cpp')
  10. ANALYZE: /usr/include/c++/4.2.1/cstring memchr
  11. ANALYZE: /usr/include/c++/4.2.1/cstring strchr
  12. ANALYZE: /usr/include/c++/4.2.1/cstring strpbrk
  13. ANALYZE: /usr/include/c++/4.2.1/cstring strrchr
  14. ANALYZE: /usr/include/c++/4.2.1/cstring strstr
  15. ANALYZE: /usr/include/libkern/i386/_OSByteOrder.h _OSSwapInt16
  16. ANALYZE: /usr/include/libkern/i386/_OSByteOrder.h _OSSwapInt32
  17. ANALYZE: /usr/include/libkern/i386/_OSByteOrder.h _OSSwapInt64
  18. ANALYZE: /usr/include/c++/4.2.1/cstdlib abs
  19. ANALYZE: /usr/include/c++/4.2.1/cstdlib div
  20. ANALYZE: /usr/include/c++/4.2.1/cstdlib abs
  21. ANALYZE: /usr/include/c++/4.2.1/cstdlib div
  22. ANALYZE: /usr/include/stdio.h __sputc
  23. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/c++locale.h __convert_from_v
  24. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_active_p
  25. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_once
  26. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_key_create
  27. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_key_delete
  28. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_getspecific
  29. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_setspecific
  30. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_mutex_lock
  31. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_mutex_trylock
  32. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_mutex_unlock
  33. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_recursive_mutex_init_function
  34. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_recursive_mutex_lock
  35. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_recursive_mutex_trylock
  36. ANALYZE: /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr-default.h __gthread_recursive_mutex_unlock
  37. ANALYZE: /usr/include/ctype.h isascii
  38. ANALYZE: /usr/include/ctype.h __istype
  39. ANALYZE: /usr/include/ctype.h __isctype
  40. ANALYZE: /usr/include/ctype.h __wcwidth
  41. ANALYZE: /usr/include/ctype.h isalnum
  42. ANALYZE: /usr/include/ctype.h isalpha
  43. ANALYZE: /usr/include/ctype.h isblank
  44. ANALYZE: /usr/include/ctype.h iscntrl
  45. ANALYZE: /usr/include/ctype.h isdigit
  46. ANALYZE: /usr/include/ctype.h isgraph
  47. ANALYZE: /usr/include/ctype.h islower
  48. ANALYZE: /usr/include/ctype.h isprint
  49. ANALYZE: /usr/include/ctype.h ispunct
  50. ANALYZE: /usr/include/ctype.h isspace
  51. ANALYZE: /usr/include/ctype.h isupper
  52. ANALYZE: /usr/include/ctype.h isxdigit
  53. ANALYZE: /usr/include/ctype.h toascii
  54. ANALYZE: /usr/include/ctype.h tolower
  55. ANALYZE: /usr/include/ctype.h toupper
  56. ANALYZE: /usr/include/ctype.h digittoint
  57. ANALYZE: /usr/include/ctype.h ishexnumber
  58. ANALYZE: /usr/include/ctype.h isideogram
  59. ANALYZE: /usr/include/ctype.h isnumber
  60. ANALYZE: /usr/include/ctype.h isphonogram
  61. ANALYZE: /usr/include/ctype.h isrune
  62. ANALYZE: /usr/include/ctype.h isspecial
  63. ANALYZE: /usr/include/_wctype.h iswalnum
  64. ANALYZE: /usr/include/_wctype.h iswalpha
  65. ANALYZE: /usr/include/_wctype.h iswcntrl
  66. ANALYZE: /usr/include/_wctype.h iswctype
  67. ANALYZE: /usr/include/_wctype.h iswdigit
  68. ANALYZE: /usr/include/_wctype.h iswgraph
  69. ANALYZE: /usr/include/_wctype.h iswlower
  70. ANALYZE: /usr/include/_wctype.h iswprint
  71. ANALYZE: /usr/include/_wctype.h iswpunct
  72. ANALYZE: /usr/include/_wctype.h iswspace
  73. ANALYZE: /usr/include/_wctype.h iswupper
  74. ANALYZE: /usr/include/_wctype.h iswxdigit
  75. ANALYZE: /usr/include/_wctype.h towlower
  76. ANALYZE: /usr/include/_wctype.h towupper
  77. ANALYZE: /usr/include/c++/4.2.1/cwchar wcschr
  78. ANALYZE: /usr/include/c++/4.2.1/cwchar wcspbrk
  79. ANALYZE: /usr/include/c++/4.2.1/cwchar wcsrchr
  80. ANALYZE: /usr/include/c++/4.2.1/cwchar wcsstr
  81. ANALYZE: /usr/include/c++/4.2.1/cwchar wmemchr
  82. ANALYZE: /usr/include/c++/4.2.1/bits/stl_algobase.h fill
  83. ANALYZE: /usr/include/c++/4.2.1/bits/stl_algobase.h fill
  84. ANALYZE: /usr/include/c++/4.2.1/bits/stl_algobase.h fill
  85. ANALYZE: /usr/include/c++/4.2.1/bits/stl_algobase.h lexicographical_compare
  86. ANALYZE: /usr/include/c++/4.2.1/bits/stl_algobase.h lexicographical_compare
  87. ANALYZE: /usr/include/c++/4.2.1/bits/stl_uninitialized.h uninitialized_copy
  88. ANALYZE: /usr/include/c++/4.2.1/bits/stl_uninitialized.h uninitialized_copy
  89. ANALYZE: /usr/include/c++/4.2.1/bits/stl_bvector.h operator-
  90. ANALYZE: /usr/include/c++/4.2.1/bits/stl_bvector.h operator+
  91. ANALYZE: /usr/include/c++/4.2.1/bits/stl_bvector.h operator+
  92. ANALYZE: /usr/include/c++/4.2.1/bits/stl_bvector.h __fill_bvector
  93. ANALYZE: /usr/include/c++/4.2.1/bits/stl_bvector.h fill
  94. ANALYZE: /Users/liangqi/tmp/cppsa_test/main.cpp main
  95. Linking CXX executable cppsa_test
  96. clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cppsa_test.dir/main.cpp.o -o cppsa_test
  97. [100%] Built target cppsa_test
  98. scan-build: Removing directory '/tmp/scan-build-2011-04-27-1' because it contains no reports.
Advertisement
Add Comment
Please, Sign In to add comment