Guest User

Untitled

a guest
Mar 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.36 KB | None | 0 0
  1. textDocument/didOpen
  2. Checking for syntax errors: file:///home/freddie/test/cpp-parser/main.cpp
  3. update_file_if_needed: /home/freddie/test/cpp-parser/main.cpp
  4. About to fork
  5. fork complete (parent process, child pid = 3359)
  6. sending compilation args for /home/freddie/test/cpp-parser/main.cpp
  7. include: /home/freddie/test/cpp-parser/folder-a
  8. include: /usr/include/c++/7.3.0
  9. include: /usr/include/c++/7.3.0/x86_64-pc-linux-gnu
  10. include: /usr/include/c++/7.3.0/backward
  11. include: /usr/local/include
  12. include: /usr/lib/clang/5.0.1/include
  13. include: /usr/include
  14. define: XXX
  15. define: __llvm__=1
  16. define: __clang__=1
  17. define: __clang_major__=5
  18. define: __clang_minor__=0
  19. define: __clang_patchlevel__=1
  20. define: __clang_version__="5.0.1 (tags/RELEASE_501/final)"
  21. define: __GNUC_MINOR__=2
  22. define: __GNUC_PATCHLEVEL__=1
  23. define: __GNUC__=4
  24. define: __GXX_ABI_VERSION=1002
  25. define: __ATOMIC_RELAXED=0
  26. define: __ATOMIC_CONSUME=1
  27. define: __ATOMIC_ACQUIRE=2
  28. define: __ATOMIC_RELEASE=3
  29. define: __ATOMIC_ACQ_REL=4
  30. define: __ATOMIC_SEQ_CST=5
  31. define: __PRAGMA_REDEFINE_EXTNAME=1
  32. define: __VERSION__="4.2.1 Compatible Clang 5.0.1 (tags/RELEASE_501/final)"
  33. define: __STRICT_ANSI__=1
  34. define: __GXX_EXPERIMENTAL_CXX0X__=1
  35. define: __OBJC_BOOL_IS_BOOL=0
  36. define: __cpp_rtti=199711
  37. define: __cpp_exceptions=199711
  38. define: __cpp_unicode_characters=200704
  39. define: __cpp_raw_strings=200710
  40. define: __cpp_unicode_literals=200710
  41. define: __cpp_user_defined_literals=200809
  42. define: __cpp_lambdas=200907
  43. define: __cpp_constexpr=200704
  44. define: __cpp_range_based_for=200907
  45. define: __cpp_static_assert=200410
  46. define: __cpp_decltype=200707
  47. define: __cpp_attributes=200809
  48. define: __cpp_rvalue_references=200610
  49. define: __cpp_variadic_templates=200704
  50. define: __cpp_initializer_lists=200806
  51. define: __cpp_delegating_constructors=200604
  52. define: __cpp_nsdmi=200809
  53. define: __cpp_inheriting_constructors=201511
  54. define: __cpp_ref_qualifiers=200710
  55. define: __cpp_alias_templates=200704
  56. define: __cpp_threadsafe_static_init=200806
  57. define: __CONSTANT_CFSTRINGS__=1
  58. define: __EXCEPTIONS=1
  59. define: __GXX_RTTI=1
  60. define: __DEPRECATED=1
  61. define: __GNUG__=4
  62. define: __GXX_WEAK__=1
  63. define: __private_extern__=extern
  64. define: __ORDER_LITTLE_ENDIAN__=1234
  65. define: __ORDER_BIG_ENDIAN__=4321
  66. define: __ORDER_PDP_ENDIAN__=3412
  67. define: __BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__
  68. define: __LITTLE_ENDIAN__=1
  69. define: _LP64=1
  70. define: __LP64__=1
  71. define: __CHAR_BIT__=8
  72. define: __SCHAR_MAX__=127
  73. define: __SHRT_MAX__=32767
  74. define: __INT_MAX__=2147483647
  75. define: __LONG_MAX__=9223372036854775807L
  76. define: __LONG_LONG_MAX__=9223372036854775807LL
  77. define: __WCHAR_MAX__=2147483647
  78. define: __INTMAX_MAX__=9223372036854775807L
  79. define: __SIZE_MAX__=18446744073709551615UL
  80. define: __UINTMAX_MAX__=18446744073709551615UL
  81. define: __PTRDIFF_MAX__=9223372036854775807L
  82. define: __INTPTR_MAX__=9223372036854775807L
  83. define: __UINTPTR_MAX__=18446744073709551615UL
  84. define: __SIZEOF_DOUBLE__=8
  85. define: __SIZEOF_FLOAT__=4
  86. define: __SIZEOF_INT__=4
  87. define: __SIZEOF_LONG__=8
  88. define: __SIZEOF_LONG_DOUBLE__=16
  89. define: __SIZEOF_LONG_LONG__=8
  90. define: __SIZEOF_POINTER__=8
  91. define: __SIZEOF_SHORT__=2
  92. define: __SIZEOF_PTRDIFF_T__=8
  93. define: __SIZEOF_SIZE_T__=8
  94. define: __SIZEOF_WCHAR_T__=4
  95. define: __SIZEOF_WINT_T__=4
  96. define: __SIZEOF_INT128__=16
  97. define: __INTMAX_TYPE__=long int
  98. define: __INTMAX_FMTd__="ld"
  99. define: __INTMAX_FMTi__="li"
  100. define: __INTMAX_C_SUFFIX__=L
  101. define: __UINTMAX_TYPE__=long unsigned int
  102. define: __UINTMAX_FMTo__="lo"
  103. define: __UINTMAX_FMTu__="lu"
  104. define: __UINTMAX_FMTx__="lx"
  105. define: __UINTMAX_FMTX__="lX"
  106. define: __UINTMAX_C_SUFFIX__=UL
  107. define: __INTMAX_WIDTH__=64
  108. define: __PTRDIFF_TYPE__=long int
  109. define: __PTRDIFF_FMTd__="ld"
  110. define: __PTRDIFF_FMTi__="li"
  111. define: __PTRDIFF_WIDTH__=64
  112. define: __INTPTR_TYPE__=long int
  113. define: __INTPTR_FMTd__="ld"
  114. define: __INTPTR_FMTi__="li"
  115. define: __INTPTR_WIDTH__=64
  116. define: __SIZE_TYPE__=long unsigned int
  117. define: __SIZE_FMTo__="lo"
  118. define: __SIZE_FMTu__="lu"
  119. define: __SIZE_FMTx__="lx"
  120. define: __SIZE_FMTX__="lX"
  121. define: __SIZE_WIDTH__=64
  122. define: __WCHAR_TYPE__=int
  123. define: __WCHAR_WIDTH__=32
  124. define: __WINT_TYPE__=unsigned int
  125. define: __WINT_WIDTH__=32
  126. define: __SIG_ATOMIC_WIDTH__=32
  127. define: __SIG_ATOMIC_MAX__=2147483647
  128. define: __CHAR16_TYPE__=unsigned short
  129. define: __CHAR32_TYPE__=unsigned int
  130. define: __UINTMAX_WIDTH__=64
  131. define: __UINTPTR_TYPE__=long unsigned int
  132. define: __UINTPTR_FMTo__="lo"
  133. define: __UINTPTR_FMTu__="lu"
  134. define: __UINTPTR_FMTx__="lx"
  135. define: __UINTPTR_FMTX__="lX"
  136. define: __UINTPTR_WIDTH__=64
  137. define: __FLT_DENORM_MIN__=1.40129846e-45F
  138. define: __FLT_HAS_DENORM__=1
  139. define: __FLT_DIG__=6
  140. define: __FLT_DECIMAL_DIG__=9
  141. define: __FLT_EPSILON__=1.19209290e-7F
  142. define: __FLT_HAS_INFINITY__=1
  143. define: __FLT_HAS_QUIET_NAN__=1
  144. define: __FLT_MANT_DIG__=24
  145. define: __FLT_MAX_10_EXP__=38
  146. define: __FLT_MAX_EXP__=128
  147. define: __FLT_MAX__=3.40282347e+38F
  148. define: __FLT_MIN_10_EXP__=(-37)
  149. define: __FLT_MIN_EXP__=(-125)
  150. define: __FLT_MIN__=1.17549435e-38F
  151. define: __DBL_DENORM_MIN__=4.9406564584124654e-324
  152. define: __DBL_HAS_DENORM__=1
  153. define: __DBL_DIG__=15
  154. define: __DBL_DECIMAL_DIG__=17
  155. define: __DBL_EPSILON__=2.2204460492503131e-16
  156. define: __DBL_HAS_INFINITY__=1
  157. define: __DBL_HAS_QUIET_NAN__=1
  158. define: __DBL_MANT_DIG__=53
  159. define: __DBL_MAX_10_EXP__=308
  160. define: __DBL_MAX_EXP__=1024
  161. define: __DBL_MAX__=1.7976931348623157e+308
  162. define: __DBL_MIN_10_EXP__=(-307)
  163. define: __DBL_MIN_EXP__=(-1021)
  164. define: __DBL_MIN__=2.2250738585072014e-308
  165. define: __LDBL_DENORM_MIN__=3.64519953188247460253e-4951L
  166. define: __LDBL_HAS_DENORM__=1
  167. define: __LDBL_DIG__=18
  168. define: __LDBL_DECIMAL_DIG__=21
  169. define: __LDBL_EPSILON__=1.08420217248550443401e-19L
  170. define: __LDBL_HAS_INFINITY__=1
  171. define: __LDBL_HAS_QUIET_NAN__=1
  172. define: __LDBL_MANT_DIG__=64
  173. define: __LDBL_MAX_10_EXP__=4932
  174. define: __LDBL_MAX_EXP__=16384
  175. define: __LDBL_MAX__=1.18973149535723176502e+4932L
  176. define: __LDBL_MIN_10_EXP__=(-4931)
  177. define: __LDBL_MIN_EXP__=(-16381)
  178. define: __LDBL_MIN__=3.36210314311209350626e-4932L
  179. define: __POINTER_WIDTH__=64
  180. define: __BIGGEST_ALIGNMENT__=16
  181. define: __WINT_UNSIGNED__=1
  182. define: __INT8_TYPE__=signed char
  183. define: __INT8_FMTd__="hhd"
  184. define: __INT8_FMTi__="hhi"
  185. define: __INT8_C_SUFFIX__=
  186. define: __INT16_TYPE__=short
  187. define: __INT16_FMTd__="hd"
  188. define: __INT16_FMTi__="hi"
  189. define: __INT16_C_SUFFIX__=
  190. define: __INT32_TYPE__=int
  191. define: __INT32_FMTd__="d"
  192. define: __INT32_FMTi__="i"
  193. define: __INT32_C_SUFFIX__=
  194. define: __INT64_TYPE__=long int
  195. define: __INT64_FMTd__="ld"
  196. define: __INT64_FMTi__="li"
  197. define: __INT64_C_SUFFIX__=L
  198. define: __UINT8_TYPE__=unsigned char
  199. define: __UINT8_FMTo__="hho"
  200. define: __UINT8_FMTu__="hhu"
  201. define: __UINT8_FMTx__="hhx"
  202. define: __UINT8_FMTX__="hhX"
  203. define: __UINT8_C_SUFFIX__=
  204. define: __UINT8_MAX__=255
  205. define: __INT8_MAX__=127
  206. define: __UINT16_TYPE__=unsigned short
  207. define: __UINT16_FMTo__="ho"
  208. define: __UINT16_FMTu__="hu"
  209. define: __UINT16_FMTx__="hx"
  210. define: __UINT16_FMTX__="hX"
  211. define: __UINT16_C_SUFFIX__=
  212. define: __UINT16_MAX__=65535
  213. define: __INT16_MAX__=32767
  214. define: __UINT32_TYPE__=unsigned int
  215. define: __UINT32_FMTo__="o"
  216. define: __UINT32_FMTu__="u"
  217. define: __UINT32_FMTx__="x"
  218. define: __UINT32_FMTX__="X"
  219. define: __UINT32_C_SUFFIX__=U
  220. define: __UINT32_MAX__=4294967295U
  221. define: __INT32_MAX__=2147483647
  222. define: __UINT64_TYPE__=long unsigned int
  223. define: __UINT64_FMTo__="lo"
  224. define: __UINT64_FMTu__="lu"
  225. define: __UINT64_FMTx__="lx"
  226. define: __UINT64_FMTX__="lX"
  227. define: __UINT64_C_SUFFIX__=UL
  228. define: __UINT64_MAX__=18446744073709551615UL
  229. define: __INT64_MAX__=9223372036854775807L
  230. define: __INT_LEAST8_TYPE__=signed char
  231. define: __INT_LEAST8_MAX__=127
  232. define: __INT_LEAST8_FMTd__="hhd"
  233. define: __INT_LEAST8_FMTi__="hhi"
  234. define: __UINT_LEAST8_TYPE__=unsigned char
  235. define: __UINT_LEAST8_MAX__=255
  236. define: __UINT_LEAST8_FMTo__="hho"
  237. define: __UINT_LEAST8_FMTu__="hhu"
  238. define: __UINT_LEAST8_FMTx__="hhx"
  239. define: __UINT_LEAST8_FMTX__="hhX"
  240. define: __INT_LEAST16_TYPE__=short
  241. define: __INT_LEAST16_MAX__=32767
  242. define: __INT_LEAST16_FMTd__="hd"
  243. define: __INT_LEAST16_FMTi__="hi"
  244. define: __UINT_LEAST16_TYPE__=unsigned short
  245. define: __UINT_LEAST16_MAX__=65535
  246. define: __UINT_LEAST16_FMTo__="ho"
  247. define: __UINT_LEAST16_FMTu__="hu"
  248. define: __UINT_LEAST16_FMTx__="hx"
  249. define: __UINT_LEAST16_FMTX__="hX"
  250. define: __INT_LEAST32_TYPE__=int
  251. define: __INT_LEAST32_MAX__=2147483647
  252. define: __INT_LEAST32_FMTd__="d"
  253. define: __INT_LEAST32_FMTi__="i"
  254. define: __UINT_LEAST32_TYPE__=unsigned int
  255. define: __UINT_LEAST32_MAX__=4294967295U
  256. define: __UINT_LEAST32_FMTo__="o"
  257. define: __UINT_LEAST32_FMTu__="u"
  258. define: __UINT_LEAST32_FMTx__="x"
  259. define: __UINT_LEAST32_FMTX__="X"
  260. define: __INT_LEAST64_TYPE__=long int
  261. define: __INT_LEAST64_MAX__=9223372036854775807L
  262. define: __INT_LEAST64_FMTd__="ld"
  263. define: __INT_LEAST64_FMTi__="li"
  264. define: __UINT_LEAST64_TYPE__=long unsigned int
  265. define: __UINT_LEAST64_MAX__=18446744073709551615UL
  266. define: __UINT_LEAST64_FMTo__="lo"
  267. define: __UINT_LEAST64_FMTu__="lu"
  268. define: __UINT_LEAST64_FMTx__="lx"
  269. define: __UINT_LEAST64_FMTX__="lX"
  270. define: __INT_FAST8_TYPE__=signed char
  271. define: __INT_FAST8_MAX__=127
  272. define: __INT_FAST8_FMTd__="hhd"
  273. define: __INT_FAST8_FMTi__="hhi"
  274. define: __UINT_FAST8_TYPE__=unsigned char
  275. define: __UINT_FAST8_MAX__=255
  276. define: __UINT_FAST8_FMTo__="hho"
  277. define: __UINT_FAST8_FMTu__="hhu"
  278. define: __UINT_FAST8_FMTx__="hhx"
  279. define: __UINT_FAST8_FMTX__="hhX"
  280. define: __INT_FAST16_TYPE__=short
  281. define: __INT_FAST16_MAX__=32767
  282. define: __INT_FAST16_FMTd__="hd"
  283. define: __INT_FAST16_FMTi__="hi"
  284. define: __UINT_FAST16_TYPE__=unsigned short
  285. define: __UINT_FAST16_MAX__=65535
  286. define: __UINT_FAST16_FMTo__="ho"
  287. define: __UINT_FAST16_FMTu__="hu"
  288. define: __UINT_FAST16_FMTx__="hx"
  289. define: __UINT_FAST16_FMTX__="hX"
  290. define: __INT_FAST32_TYPE__=int
  291. define: __INT_FAST32_MAX__=2147483647
  292. define: __INT_FAST32_FMTd__="d"
  293. define: __INT_FAST32_FMTi__="i"
  294. define: __UINT_FAST32_TYPE__=unsigned int
  295. define: __UINT_FAST32_MAX__=4294967295U
  296. define: __UINT_FAST32_FMTo__="o"
  297. define: __UINT_FAST32_FMTu__="u"
  298. define: __UINT_FAST32_FMTx__="x"
  299. define: __UINT_FAST32_FMTX__="X"
  300. define: __INT_FAST64_TYPE__=long int
  301. define: __INT_FAST64_MAX__=9223372036854775807L
  302. define: __INT_FAST64_FMTd__="ld"
  303. define: __INT_FAST64_FMTi__="li"
  304. define: __UINT_FAST64_TYPE__=long unsigned int
  305. define: __UINT_FAST64_MAX__=18446744073709551615UL
  306. define: __UINT_FAST64_FMTo__="lo"
  307. define: __UINT_FAST64_FMTu__="lu"
  308. define: __UINT_FAST64_FMTx__="lx"
  309. define: __UINT_FAST64_FMTX__="lX"
  310. define: __USER_LABEL_PREFIX__=
  311. define: __FINITE_MATH_ONLY__=0
  312. define: __GNUC_GNU_INLINE__=1
  313. define: __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1
  314. define: __CLANG_ATOMIC_BOOL_LOCK_FREE=2
  315. define: __CLANG_ATOMIC_CHAR_LOCK_FREE=2
  316. define: __CLANG_ATOMIC_CHAR16_T_LOCK_FREE=2
  317. define: __CLANG_ATOMIC_CHAR32_T_LOCK_FREE=2
  318. define: __CLANG_ATOMIC_WCHAR_T_LOCK_FREE=2
  319. define: __CLANG_ATOMIC_SHORT_LOCK_FREE=2
  320. define: __CLANG_ATOMIC_INT_LOCK_FREE=2
  321. define: __CLANG_ATOMIC_LONG_LOCK_FREE=2
  322. define: __CLANG_ATOMIC_LLONG_LOCK_FREE=2
  323. define: __CLANG_ATOMIC_POINTER_LOCK_FREE=2
  324. define: __GCC_ATOMIC_BOOL_LOCK_FREE=2
  325. define: __GCC_ATOMIC_CHAR_LOCK_FREE=2
  326. define: __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2
  327. define: __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2
  328. define: __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2
  329. define: __GCC_ATOMIC_SHORT_LOCK_FREE=2
  330. define: __GCC_ATOMIC_INT_LOCK_FREE=2
  331. define: __GCC_ATOMIC_LONG_LOCK_FREE=2
  332. define: __GCC_ATOMIC_LLONG_LOCK_FREE=2
  333. define: __GCC_ATOMIC_POINTER_LOCK_FREE=2
  334. define: __NO_INLINE__=1
  335. define: __PIC__=2
  336. define: __pic__=2
  337. define: __PIE__=2
  338. define: __pie__=2
  339. define: __FLT_EVAL_METHOD__=0
  340. define: __FLT_RADIX__=2
  341. define: __DECIMAL_DIG__=__LDBL_DECIMAL_DIG__
  342. define: __SSP_STRONG__=2
  343. define: __amd64__=1
  344. define: __amd64=1
  345. define: __x86_64=1
  346. define: __x86_64__=1
  347. define: __k8=1
  348. define: __k8__=1
  349. define: __tune_k8__=1
  350. define: __REGISTER_PREFIX__=
  351. define: __NO_MATH_INLINES=1
  352. define: __FXSR__=1
  353. define: __SSE2__=1
  354. define: __SSE2_MATH__=1
  355. define: __SSE__=1
  356. define: __SSE_MATH__=1
  357. define: __MMX__=1
  358. define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1
  359. define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1
  360. define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1
  361. define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1
  362. define: __SIZEOF_FLOAT128__=16
  363. define: __unix=1
  364. define: __unix__=1
  365. define: __linux=1
  366. define: __linux__=1
  367. define: __gnu_linux__=1
  368. define: __ELF__=1
  369. define: _GNU_SOURCE=1
  370. define: __FLOAT128__=1
  371. define: __STDC__=1
  372. define: __STDC_HOSTED__=1
  373. define: __cplusplus=201103L
  374. define: __STDCPP_DEFAULT_NEW_ALIGNMENT__=16UL
  375. define: __STDC_UTF_16__=1
  376. define: __STDC_UTF_32__=1
  377. stdver: --c++11
  378. Same time stamp: 1520890793
  379. update_file_if_needed: /home/freddie/test/cpp-parser/folder-a/header-a.h
  380. Same time stamp: 1520890631
  381. queue_update_intellisense for files in tu of: /home/freddie/test/cpp-parser/main.cpp
  382. textDocument/codeAction
  383. cpptools/activeDocumentChange
  384. cpptools/textEditorSelectionChange
  385. cpptools/textEditorSelectionChange
  386. textDocument/codeAction
  387. About to fork
  388. fork complete (parent process, child pid = 3374)
  389. result= 9356
  390.  
  391. Waiting for child process to complete
  392. terminating child process: 3374
  393. errorSquiggles count: 0
Add Comment
Please, Sign In to add comment