Skip to content

Instantly share code, notes, and snippets.

@xgdgsc
Created November 20, 2019 03:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xgdgsc/1667c7bbe5b260feda9be5e84e418201 to your computer and use it in GitHub Desktop.
Save xgdgsc/1667c7bbe5b260feda9be5e84e418201 to your computer and use it in GitHub Desktop.
vscode cpptools log
initialized
workspace/didChangeConfiguration
IntelliSense Engine = Default.
Autocomplete is enabled.
Enhanced Colorization is enabled.
Error squiggles are enabled if all header dependencies are resolved.
File exclude: **/.git
File exclude: **/.svn
File exclude: **/.hg
File exclude: **/CVS
File exclude: **/.DS_Store
File exclude: **/.vscode
Search exclude: **/node_modules
Search exclude: **/bower_components
Search exclude: **/.vscode
Attempting to get defaults from compiler found on the machine: '/usr/bin/gcc'
terminating child process: 6931
cpptools/queryCompilerDefaults: 1
Attempting to get defaults from compiler found on the machine: '/usr/bin/gcc'
terminating child process: 6935
cpptools/fileCreated
cpptools/fileDeleted
cpptools/activeDocumentChange
cpptools/textEditorSelectionChange
textDocument/didOpen
textDocument/didOpen
textDocument/didOpen
textDocument/didOpen
cpptools/getCodeActions: 2
cpptools/getCodeActions: 3
cpptools/getCodeActions: 4
cpptools/getCodeActions: 5
cpptools/getDocumentSymbols: 6
cpptools/getDocumentSymbols: 7
cpptools/getDocumentSymbols: 8
cpptools/getDocumentSymbols: 9
cpptools/didChangeFolderSettings
Attempting to get defaults from compiler in "compilerPath" property: '/usr/bin/gcc-9'
terminating child process: 6994
Code browsing service initialized
Attempting to get defaults from compiler in "compilerPath" property: '/usr/bin/gcc-9'
terminating child process: 6997
Folder: /usr/lib/gcc/x86_64-linux-gnu/9/include/ will be indexed
Folder: /usr/local/include/ will be indexed
Folder: /usr/lib/gcc/x86_64-linux-gnu/9/include-fixed/ will be indexed
Folder: /usr/include/ will be indexed
Folder: /n1/env/include/ will be indexed
Folder: /home/sgao/Documents/sim/ will be indexed
textDocument/didOpen
Populate include completion cache.
Discovering files...
textDocument/didOpen
Processing folder (recursive): /usr/lib/gcc/x86_64-linux-gnu/9/include/
textDocument/didOpen
Processing folder (recursive): /usr/local/include/
Processing folder (recursive): /usr/lib/gcc/x86_64-linux-gnu/9/include-fixed/
Processing folder (recursive): /usr/include/
textDocument/didOpen
Checking for syntax errors: file:///home/sgao/Documents/sim/include/sim_perf.hpp
cpptools/getDocumentSymbols: 6
cpptools/getDocumentSymbols: 7
cpptools/getDocumentSymbols: 8
cpptools/getDocumentSymbols: 9
cpptools/getDocumentSymbols
cpptools/getDocumentSymbols
cpptools/getDocumentSymbols
cpptools/getDocumentSymbols
Processing folder (recursive): /n1/env/include/
cpptools/fileCreated
cpptools/getCodeActions: 10
sending compilation args for /home/sgao/Documents/sim/ref/hfs_pos_manager.cpp
include: /usr/include/c++/9
include: /usr/include/x86_64-linux-gnu/c++/9
include: /usr/include/c++/9/backward
include: /usr/lib/gcc/x86_64-linux-gnu/9/include
include: /usr/local/include
include: /usr/lib/gcc/x86_64-linux-gnu/9/include-fixed
include: /usr/include/x86_64-linux-gnu
include: /usr/include
define: __STDC__=1
define: __cplusplus=201703L
define: __STDC_UTF_16__=1
define: __STDC_UTF_32__=1
define: __STDC_HOSTED__=1
define: __GNUC__=9
define: __GNUC_MINOR__=2
define: __GNUC_PATCHLEVEL__=1
define: __VERSION__="9.2.1 20191102"
define: __ATOMIC_RELAXED=0
define: __ATOMIC_SEQ_CST=5
define: __ATOMIC_ACQUIRE=2
define: __ATOMIC_RELEASE=3
define: __ATOMIC_ACQ_REL=4
define: __ATOMIC_CONSUME=1
define: __FINITE_MATH_ONLY__=0
define: _LP64=1
define: __LP64__=1
define: __SIZEOF_INT__=4
define: __SIZEOF_LONG__=8
define: __SIZEOF_LONG_LONG__=8
define: __SIZEOF_SHORT__=2
define: __SIZEOF_FLOAT__=4
define: __SIZEOF_DOUBLE__=8
define: __SIZEOF_LONG_DOUBLE__=16
define: __SIZEOF_SIZE_T__=8
define: __CHAR_BIT__=8
define: __BIGGEST_ALIGNMENT__=16
define: __ORDER_LITTLE_ENDIAN__=1234
define: __ORDER_BIG_ENDIAN__=4321
define: __ORDER_PDP_ENDIAN__=3412
define: __BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__
define: __FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__
define: __SIZEOF_POINTER__=8
define: __GNUG__=9
define: __SIZE_TYPE__=long unsigned int
define: __PTRDIFF_TYPE__=long int
define: __WCHAR_TYPE__=int
define: __WINT_TYPE__=unsigned int
define: __INTMAX_TYPE__=long int
define: __UINTMAX_TYPE__=long unsigned int
define: __CHAR16_TYPE__=short unsigned int
define: __CHAR32_TYPE__=unsigned int
define: __SIG_ATOMIC_TYPE__=int
define: __INT8_TYPE__=signed char
define: __INT16_TYPE__=short int
define: __INT32_TYPE__=int
define: __INT64_TYPE__=long int
define: __UINT8_TYPE__=unsigned char
define: __UINT16_TYPE__=short unsigned int
define: __UINT32_TYPE__=unsigned int
define: __UINT64_TYPE__=long unsigned int
define: __INT_LEAST8_TYPE__=signed char
define: __INT_LEAST16_TYPE__=short int
define: __INT_LEAST32_TYPE__=int
define: __INT_LEAST64_TYPE__=long int
define: __UINT_LEAST8_TYPE__=unsigned char
define: __UINT_LEAST16_TYPE__=short unsigned int
define: __UINT_LEAST32_TYPE__=unsigned int
define: __UINT_LEAST64_TYPE__=long unsigned int
define: __INT_FAST8_TYPE__=signed char
define: __INT_FAST16_TYPE__=long int
define: __INT_FAST32_TYPE__=long int
define: __INT_FAST64_TYPE__=long int
define: __UINT_FAST8_TYPE__=unsigned char
define: __UINT_FAST16_TYPE__=long unsigned int
define: __UINT_FAST32_TYPE__=long unsigned int
define: __UINT_FAST64_TYPE__=long unsigned int
define: __INTPTR_TYPE__=long int
define: __UINTPTR_TYPE__=long unsigned int
define: __GXX_WEAK__=1
define: __DEPRECATED=1
define: __GXX_RTTI=1
define: __GXX_EXPERIMENTAL_CXX0X__=1
define: __STDCPP_DEFAULT_NEW_ALIGNMENT__=16
define: __EXCEPTIONS=1
define: __GXX_ABI_VERSION=1013
define: __SCHAR_MAX__=0x7f
define: __SHRT_MAX__=0x7fff
define: __INT_MAX__=0x7fffffff
define: __LONG_MAX__=0x7fffffffffffffffL
define: __LONG_LONG_MAX__=0x7fffffffffffffffLL
define: __WCHAR_MAX__=0x7fffffff
define: __WCHAR_MIN__=(-__WCHAR_MAX__ - 1)
define: __WINT_MAX__=0xffffffffU
define: __WINT_MIN__=0U
define: __PTRDIFF_MAX__=0x7fffffffffffffffL
define: __SIZE_MAX__=0xffffffffffffffffUL
define: __SCHAR_WIDTH__=8
define: __SHRT_WIDTH__=16
define: __INT_WIDTH__=32
define: __LONG_WIDTH__=64
define: __LONG_LONG_WIDTH__=64
define: __WCHAR_WIDTH__=32
define: __WINT_WIDTH__=32
define: __PTRDIFF_WIDTH__=64
define: __SIZE_WIDTH__=64
define: __INTMAX_MAX__=0x7fffffffffffffffL
define: __INTMAX_C(c)=c ## L
define: __UINTMAX_MAX__=0xffffffffffffffffUL
define: __UINTMAX_C(c)=c ## UL
define: __INTMAX_WIDTH__=64
define: __SIG_ATOMIC_MAX__=0x7fffffff
define: __SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1)
define: __SIG_ATOMIC_WIDTH__=32
define: __INT8_MAX__=0x7f
define: __INT16_MAX__=0x7fff
define: __INT32_MAX__=0x7fffffff
define: __INT64_MAX__=0x7fffffffffffffffL
define: __UINT8_MAX__=0xff
define: __UINT16_MAX__=0xffff
define: __UINT32_MAX__=0xffffffffU
define: __UINT64_MAX__=0xffffffffffffffffUL
define: __INT_LEAST8_MAX__=0x7f
define: __INT8_C(c)=c
define: __INT_LEAST8_WIDTH__=8
define: __INT_LEAST16_MAX__=0x7fff
define: __INT16_C(c)=c
define: __INT_LEAST16_WIDTH__=16
define: __INT_LEAST32_MAX__=0x7fffffff
define: __INT32_C(c)=c
define: __INT_LEAST32_WIDTH__=32
define: __INT_LEAST64_MAX__=0x7fffffffffffffffL
define: __INT64_C(c)=c ## L
define: __INT_LEAST64_WIDTH__=64
define: __UINT_LEAST8_MAX__=0xff
define: __UINT8_C(c)=c
define: __UINT_LEAST16_MAX__=0xffff
define: __UINT16_C(c)=c
define: __UINT_LEAST32_MAX__=0xffffffffU
define: __UINT32_C(c)=c ## U
define: __UINT_LEAST64_MAX__=0xffffffffffffffffUL
define: __UINT64_C(c)=c ## UL
define: __INT_FAST8_MAX__=0x7f
define: __INT_FAST8_WIDTH__=8
define: __INT_FAST16_MAX__=0x7fffffffffffffffL
define: __INT_FAST16_WIDTH__=64
define: __INT_FAST32_MAX__=0x7fffffffffffffffL
define: __INT_FAST32_WIDTH__=64
define: __INT_FAST64_MAX__=0x7fffffffffffffffL
define: __INT_FAST64_WIDTH__=64
define: __UINT_FAST8_MAX__=0xff
define: __UINT_FAST16_MAX__=0xffffffffffffffffUL
define: __UINT_FAST32_MAX__=0xffffffffffffffffUL
define: __UINT_FAST64_MAX__=0xffffffffffffffffUL
Custom configuration provider 'CMake Tools' registered
Custom configurations received:
uri: file:///home/sgao/Documents/sim/src/bar_exec.cpp
config: {
"defines": [
"sim_core_EXPORTS"
],
"standard": "c++17",
"includePath": [
"/home/sgao/Documents/sim/include",
"/home/sgao/Documents/sim/third_inc",
"/n1/env/include",
"/home/sgao/Documents/sim/sim-slicer"
],
"intelliSenseMode": "clang-x64",
"compilerPath": "/usr/bin/g++-9",
"compilerArgs": [
"-pthread",
"-g",
"-fPIC",
"-Winvalid-pch",
"-include",
"/home/sgao/Documents/sim/build-Debug-GCC 9.2.1/src/cotire/sim_core_CXX_prefix.hxx",
"-std=gnu++17"
]
}
uri: file:///home/sgao/Documents/sim/src/sim_exec.cpp
config: {
"defines": [
"sim_core_EXPORTS"
],
"standard": "c++17",
"includePath": [
"/home/sgao/Documents/sim/include",
"/home/sgao/Documents/sim/third_inc",
"/n1/env/include",
"/home/sgao/Documents/sim/sim-slicer"
],
"intelliSenseMode": "clang-x64",
"compilerPath": "/usr/bin/g++-9",
"compilerArgs": [
"-pthread",
"-g",
"-fPIC",
"-Winvalid-pch",
"-include",
"/home/sgao/Documents/sim/build-Debug-GCC 9.2.1/src/cotire/sim_core_CXX_prefix.hxx",
"-std=gnu++17"
]
}
Custom browse configuration received: {
"browsePath": [
"/home/sgao/Documents/sim/include",
"/home/sgao/Documents/sim/third_inc",
"/n1/env/include",
"/home/sgao/Documents/sim/example/../sim-slicer",
"/home/sgao/Documents/sim/example",
"/home/sgao/Documents/sim/example-intraday/../sim-slicer",
"/home/sgao/Documents/sim/example-intraday",
"/home/sgao/Documents/sim/build-Debug-GCC 9.2.1/src/CMakeFiles",
"/home/sgao/Documents/sim/build-Debug-GCC 9.2.1/src/cotire",
"/home/sgao/Documents/sim/sim-slicer",
"/home/sgao/Documents/sim/src",
"/home/sgao/Documents/sim/build-Debug-GCC 9.2.1/sim-slicer/CMakeFiles",
"/home/sgao/Documents/sim/build-Debug-GCC 9.2.1/sim-slicer/cotire",
"/n1/env/include/sim",
"/home/sgao/Documents/sim",
"/home/sgao/Documents/sim/test",
"/home/sgao/Documents/sim/sim-slicer/test/..",
"/home/sgao/Documents/sim/sim-slicer/test"
],
"standard": "c++17",
"compilerPath": "/usr/bin/g++-9",
"compilerArgs": [
"-pthread",
"-O2",
"-g",
"-std=gnu++17"
]
}
define: __INTPTR_MAX__=0x7fffffffffffffffL
define: __INTPTR_WIDTH__=64
define: __UINTPTR_MAX__=0xffffffffffffffffUL
define: __GCC_IEC_559=2
define: __GCC_IEC_559_COMPLEX=2
define: __FLT_EVAL_METHOD__=0
define: __FLT_EVAL_METHOD_TS_18661_3__=0
define: __DEC_EVAL_METHOD__=2
define: __FLT_RADIX__=2
define: __FLT_MANT_DIG__=24
define: __FLT_DIG__=6
define: __FLT_MIN_EXP__=(-125)
define: __FLT_MIN_10_EXP__=(-37)
define: __FLT_MAX_EXP__=128
define: __FLT_MAX_10_EXP__=38
define: __FLT_DECIMAL_DIG__=9
define: __FLT_MAX__=3.40282346638528859811704183484516925e+38F
define: __FLT_MIN__=1.17549435082228750796873653722224568e-38F
define: __FLT_EPSILON__=1.19209289550781250000000000000000000e-7F
define: __FLT_DENORM_MIN__=1.40129846432481707092372958328991613e-45F
define: __FLT_HAS_DENORM__=1
define: __FLT_HAS_INFINITY__=1
define: __FLT_HAS_QUIET_NAN__=1
define: __DBL_MANT_DIG__=53
define: __DBL_DIG__=15
define: __DBL_MIN_EXP__=(-1021)
define: __DBL_MIN_10_EXP__=(-307)
define: __DBL_MAX_EXP__=1024
define: __DBL_MAX_10_EXP__=308
define: __DBL_DECIMAL_DIG__=17
define: __DBL_MAX__=double(1.79769313486231570814527423731704357e+308L)
define: __DBL_MIN__=double(2.22507385850720138309023271733240406e-308L)
define: __DBL_EPSILON__=double(2.22044604925031308084726333618164062e-16L)
define: __DBL_DENORM_MIN__=double(4.94065645841246544176568792868221372e-324L)
define: __DBL_HAS_DENORM__=1
define: __DBL_HAS_INFINITY__=1
define: __DBL_HAS_QUIET_NAN__=1
define: __LDBL_MANT_DIG__=64
define: __LDBL_DIG__=18
define: __LDBL_MIN_EXP__=(-16381)
define: __LDBL_MIN_10_EXP__=(-4931)
define: __LDBL_MAX_EXP__=16384
define: __LDBL_MAX_10_EXP__=4932
define: __DECIMAL_DIG__=21
define: __LDBL_DECIMAL_DIG__=21
define: __LDBL_MAX__=1.18973149535723176502126385303097021e+4932L
define: __LDBL_MIN__=3.36210314311209350626267781732175260e-4932L
define: __LDBL_EPSILON__=1.08420217248550443400745280086994171e-19L
define: __LDBL_DENORM_MIN__=3.64519953188247460252840593361941982e-4951L
define: __LDBL_HAS_DENORM__=1
define: __LDBL_HAS_INFINITY__=1
define: __LDBL_HAS_QUIET_NAN__=1
define: __FLT32_MANT_DIG__=24
define: __FLT32_DIG__=6
define: __FLT32_MIN_EXP__=(-125)
define: __FLT32_MIN_10_EXP__=(-37)
define: __FLT32_MAX_EXP__=128
define: __FLT32_MAX_10_EXP__=38
define: __FLT32_DECIMAL_DIG__=9
define: __FLT32_MAX__=3.40282346638528859811704183484516925e+38F32
define: __FLT32_MIN__=1.17549435082228750796873653722224568e-38F32
define: __FLT32_EPSILON__=1.19209289550781250000000000000000000e-7F32
define: __FLT32_DENORM_MIN__=1.40129846432481707092372958328991613e-45F32
define: __FLT32_HAS_DENORM__=1
define: __FLT32_HAS_INFINITY__=1
define: __FLT32_HAS_QUIET_NAN__=1
define: __FLT64_MANT_DIG__=53
define: __FLT64_DIG__=15
define: __FLT64_MIN_EXP__=(-1021)
define: __FLT64_MIN_10_EXP__=(-307)
define: __FLT64_MAX_EXP__=1024
define: __FLT64_MAX_10_EXP__=308
define: __FLT64_DECIMAL_DIG__=17
define: __FLT64_MAX__=1.79769313486231570814527423731704357e+308F64
define: __FLT64_MIN__=2.22507385850720138309023271733240406e-308F64
define: __FLT64_EPSILON__=2.22044604925031308084726333618164062e-16F64
define: __FLT64_DENORM_MIN__=4.94065645841246544176568792868221372e-324F64
define: __FLT64_HAS_DENORM__=1
define: __FLT64_HAS_INFINITY__=1
define: __FLT64_HAS_QUIET_NAN__=1
define: __FLT128_MANT_DIG__=113
define: __FLT128_DIG__=33
define: __FLT128_MIN_EXP__=(-16381)
define: __FLT128_MIN_10_EXP__=(-4931)
define: __FLT128_MAX_EXP__=16384
define: __FLT128_MAX_10_EXP__=4932
define: __FLT128_DECIMAL_DIG__=36
define: __FLT128_MAX__=1.18973149535723176508575932662800702e+4932F128
define: __FLT128_MIN__=3.36210314311209350626267781732175260e-4932F128
define: __FLT128_EPSILON__=1.92592994438723585305597794258492732e-34F128
define: __FLT128_DENORM_MIN__=6.47517511943802511092443895822764655e-4966F128
define: __FLT128_HAS_DENORM__=1
define: __FLT128_HAS_INFINITY__=1
define: __FLT128_HAS_QUIET_NAN__=1
define: __FLT32X_MANT_DIG__=53
define: __FLT32X_DIG__=15
define: __FLT32X_MIN_EXP__=(-1021)
define: __FLT32X_MIN_10_EXP__=(-307)
define: __FLT32X_MAX_EXP__=1024
define: __FLT32X_MAX_10_EXP__=308
define: __FLT32X_DECIMAL_DIG__=17
define: __FLT32X_MAX__=1.79769313486231570814527423731704357e+308F32x
define: __FLT32X_MIN__=2.22507385850720138309023271733240406e-308F32x
define: __FLT32X_EPSILON__=2.22044604925031308084726333618164062e-16F32x
define: __FLT32X_DENORM_MIN__=4.94065645841246544176568792868221372e-324F32x
define: __FLT32X_HAS_DENORM__=1
define: __FLT32X_HAS_INFINITY__=1
define: __FLT32X_HAS_QUIET_NAN__=1
define: __FLT64X_MANT_DIG__=64
define: __FLT64X_DIG__=18
define: __FLT64X_MIN_EXP__=(-16381)
define: __FLT64X_MIN_10_EXP__=(-4931)
define: __FLT64X_MAX_EXP__=16384
define: __FLT64X_MAX_10_EXP__=4932
define: __FLT64X_DECIMAL_DIG__=21
define: __FLT64X_MAX__=1.18973149535723176502126385303097021e+4932F64x
define: __FLT64X_MIN__=3.36210314311209350626267781732175260e-4932F64x
define: __FLT64X_EPSILON__=1.08420217248550443400745280086994171e-19F64x
define: __FLT64X_DENORM_MIN__=3.64519953188247460252840593361941982e-4951F64x
define: __FLT64X_HAS_DENORM__=1
define: __FLT64X_HAS_INFINITY__=1
define: __FLT64X_HAS_QUIET_NAN__=1
define: __DEC32_MANT_DIG__=7
define: __DEC32_MIN_EXP__=(-94)
define: __DEC32_MAX_EXP__=97
define: __DEC32_MIN__=1E-95DF
define: __DEC32_MAX__=9.999999E96DF
define: __DEC32_EPSILON__=1E-6DF
define: __DEC32_SUBNORMAL_MIN__=0.000001E-95DF
define: __DEC64_MANT_DIG__=16
define: __DEC64_MIN_EXP__=(-382)
define: __DEC64_MAX_EXP__=385
define: __DEC64_MIN__=1E-383DD
define: __DEC64_MAX__=9.999999999999999E384DD
define: __DEC64_EPSILON__=1E-15DD
define: __DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD
define: __DEC128_MANT_DIG__=34
define: __DEC128_MIN_EXP__=(-6142)
define: __DEC128_MAX_EXP__=6145
define: __DEC128_MIN__=1E-6143DL
define: __DEC128_MAX__=9.999999999999999999999999999999999E6144DL
define: __DEC128_EPSILON__=1E-33DL
define: __DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL
define: __REGISTER_PREFIX__=
define: __USER_LABEL_PREFIX__=
define: __GNUC_STDC_INLINE__=1
define: __NO_INLINE__=1
define: __STRICT_ANSI__=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1
define: __GCC_ATOMIC_BOOL_LOCK_FREE=2
define: __GCC_ATOMIC_CHAR_LOCK_FREE=2
define: __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2
define: __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2
define: __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2
define: __GCC_ATOMIC_SHORT_LOCK_FREE=2
define: __GCC_ATOMIC_INT_LOCK_FREE=2
define: __GCC_ATOMIC_LONG_LOCK_FREE=2
define: __GCC_ATOMIC_LLONG_LOCK_FREE=2
define: __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1
define: __GCC_ATOMIC_POINTER_LOCK_FREE=2
define: __HAVE_SPECULATION_SAFE_VALUE=1
define: __GCC_HAVE_DWARF2_CFI_ASM=1
define: __PRAGMA_REDEFINE_EXTNAME=1
define: __SSP_STRONG__=3
define: __SIZEOF_INT128__=16
define: __SIZEOF_WCHAR_T__=4
define: __SIZEOF_WINT_T__=4
define: __SIZEOF_PTRDIFF_T__=8
define: __amd64=1
define: __amd64__=1
define: __x86_64=1
define: __x86_64__=1
define: __SIZEOF_FLOAT80__=16
define: __SIZEOF_FLOAT128__=16
define: __ATOMIC_HLE_ACQUIRE=65536
define: __ATOMIC_HLE_RELEASE=131072
define: __GCC_ASM_FLAG_OUTPUTS__=1
define: __k8=1
define: __k8__=1
define: __code_model_small__=1
define: __MMX__=1
define: __SSE__=1
define: __SSE2__=1
define: __FXSR__=1
define: __SSE_MATH__=1
define: __SSE2_MATH__=1
define: __SEG_FS=1
define: __SEG_GS=1
define: __gnu_linux__=1
define: __linux=1
define: __linux__=1
define: __unix=1
define: __unix__=1
define: __ELF__=1
define: __DECIMAL_BID_FORMAT__=1
define: _GNU_SOURCE=1
define: _STDC_PREDEF_H=1
define: __STDC_IEC_559__=1
define: __STDC_IEC_559_COMPLEX__=1
define: __STDC_ISO_10646__=201505L
define: __STDC_NO_THREADS__=1
other: --g++
other: --gnu_version=90201
stdver: c++17
intelliSenseMode: gcc-x64
Checking for syntax errors: file:///home/sgao/Documents/sim/ref/hfs_pos_manager.cpp
terminating child process: 7102
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/ref/hfs_pos_manager.cpp
sending compilation args for /home/sgao/Documents/sim/src/bar_exec.cpp
include: /home/sgao/Documents/sim/include
include: /n1/env/include
include: /home/sgao/Documents/sim/sim-slicer
include: /usr/include/c++/9
include: /usr/include/x86_64-linux-gnu/c++/9
include: /usr/include/c++/9/backward
include: /usr/lib/gcc/x86_64-linux-gnu/9/include
include: /usr/local/include
include: /usr/lib/gcc/x86_64-linux-gnu/9/include-fixed
include: /usr/include/x86_64-linux-gnu
include: /usr/include
define: __STDC__=1
define: __cplusplus=201703L
define: __STDC_UTF_16__=1
define: __STDC_UTF_32__=1
define: __STDC_HOSTED__=1
define: __GNUC__=9
define: __GNUC_MINOR__=2
define: __GNUC_PATCHLEVEL__=1
define: __VERSION__="9.2.1 20191102"
define: __ATOMIC_RELAXED=0
define: __ATOMIC_SEQ_CST=5
define: __ATOMIC_ACQUIRE=2
define: __ATOMIC_RELEASE=3
define: __ATOMIC_ACQ_REL=4
define: __ATOMIC_CONSUME=1
define: __FINITE_MATH_ONLY__=0
define: _LP64=1
define: __LP64__=1
define: __SIZEOF_INT__=4
define: __SIZEOF_LONG__=8
define: __SIZEOF_LONG_LONG__=8
define: __SIZEOF_SHORT__=2
define: __SIZEOF_FLOAT__=4
define: __SIZEOF_DOUBLE__=8
define: __SIZEOF_LONG_DOUBLE__=16
define: __SIZEOF_SIZE_T__=8
define: __CHAR_BIT__=8
define: __BIGGEST_ALIGNMENT__=16
define: __ORDER_LITTLE_ENDIAN__=1234
define: __ORDER_BIG_ENDIAN__=4321
define: __ORDER_PDP_ENDIAN__=3412
define: __BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__
define: __FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__
define: __SIZEOF_POINTER__=8
define: __GNUG__=9
define: __SIZE_TYPE__=long unsigned int
define: __PTRDIFF_TYPE__=long int
define: __WCHAR_TYPE__=int
define: __WINT_TYPE__=unsigned int
define: __INTMAX_TYPE__=long int
define: __UINTMAX_TYPE__=long unsigned int
define: __CHAR16_TYPE__=short unsigned int
define: __CHAR32_TYPE__=unsigned int
define: __SIG_ATOMIC_TYPE__=int
define: __INT8_TYPE__=signed char
define: __INT16_TYPE__=short int
define: __INT32_TYPE__=int
define: __INT64_TYPE__=long int
define: __UINT8_TYPE__=unsigned char
define: __UINT16_TYPE__=short unsigned int
define: __UINT32_TYPE__=unsigned int
define: __UINT64_TYPE__=long unsigned int
define: __INT_LEAST8_TYPE__=signed char
define: __INT_LEAST16_TYPE__=short int
define: __INT_LEAST32_TYPE__=int
define: __INT_LEAST64_TYPE__=long int
define: __UINT_LEAST8_TYPE__=unsigned char
define: __UINT_LEAST16_TYPE__=short unsigned int
define: __UINT_LEAST32_TYPE__=unsigned int
define: __UINT_LEAST64_TYPE__=long unsigned int
define: __INT_FAST8_TYPE__=signed char
define: __INT_FAST16_TYPE__=long int
define: __INT_FAST32_TYPE__=long int
define: __INT_FAST64_TYPE__=long int
define: __UINT_FAST8_TYPE__=unsigned char
define: __UINT_FAST16_TYPE__=long unsigned int
define: __UINT_FAST32_TYPE__=long unsigned int
define: __UINT_FAST64_TYPE__=long unsigned int
define: __INTPTR_TYPE__=long int
define: __UINTPTR_TYPE__=long unsigned int
define: __GXX_WEAK__=1
define: __DEPRECATED=1
define: __GXX_RTTI=1
define: __GXX_EXPERIMENTAL_CXX0X__=1
define: __STDCPP_DEFAULT_NEW_ALIGNMENT__=16
define: __EXCEPTIONS=1
define: __GXX_ABI_VERSION=1013
define: __SCHAR_MAX__=0x7f
define: __SHRT_MAX__=0x7fff
define: __INT_MAX__=0x7fffffff
define: __LONG_MAX__=0x7fffffffffffffffL
define: __LONG_LONG_MAX__=0x7fffffffffffffffLL
define: __WCHAR_MAX__=0x7fffffff
define: __WCHAR_MIN__=(-__WCHAR_MAX__ - 1)
define: __WINT_MAX__=0xffffffffU
define: __WINT_MIN__=0U
define: __PTRDIFF_MAX__=0x7fffffffffffffffL
define: __SIZE_MAX__=0xffffffffffffffffUL
define: __SCHAR_WIDTH__=8
define: __SHRT_WIDTH__=16
define: __INT_WIDTH__=32
define: __LONG_WIDTH__=64
define: __LONG_LONG_WIDTH__=64
define: __WCHAR_WIDTH__=32
define: __WINT_WIDTH__=32
define: __PTRDIFF_WIDTH__=64
define: __SIZE_WIDTH__=64
define: __INTMAX_MAX__=0x7fffffffffffffffL
define: __INTMAX_C(c)=c ## L
define: __UINTMAX_MAX__=0xffffffffffffffffUL
define: __UINTMAX_C(c)=c ## UL
define: __INTMAX_WIDTH__=64
define: __SIG_ATOMIC_MAX__=0x7fffffff
define: __SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1)
define: __SIG_ATOMIC_WIDTH__=32
define: __INT8_MAX__=0x7f
define: __INT16_MAX__=0x7fff
define: __INT32_MAX__=0x7fffffff
define: __INT64_MAX__=0x7fffffffffffffffL
define: __UINT8_MAX__=0xff
define: __UINT16_MAX__=0xffff
define: __UINT32_MAX__=0xffffffffU
define: __UINT64_MAX__=0xffffffffffffffffUL
define: __INT_LEAST8_MAX__=0x7f
define: __INT8_C(c)=c
define: __INT_LEAST8_WIDTH__=8
define: __INT_LEAST16_MAX__=0x7fff
define: __INT16_C(c)=c
define: __INT_LEAST16_WIDTH__=16
define: __INT_LEAST32_MAX__=0x7fffffff
define: __INT32_C(c)=c
define: __INT_LEAST32_WIDTH__=32
define: __INT_LEAST64_MAX__=0x7fffffffffffffffL
define: __INT64_C(c)=c ## L
define: __INT_LEAST64_WIDTH__=64
define: __UINT_LEAST8_MAX__=0xff
define: __UINT8_C(c)=c
define: __UINT_LEAST16_MAX__=0xffff
define: __UINT16_C(c)=c
define: __UINT_LEAST32_MAX__=0xffffffffU
define: __UINT32_C(c)=c ## U
define: __UINT_LEAST64_MAX__=0xffffffffffffffffUL
define: __UINT64_C(c)=c ## UL
define: __INT_FAST8_MAX__=0x7f
define: __INT_FAST8_WIDTH__=8
define: __INT_FAST16_MAX__=0x7fffffffffffffffL
define: __INT_FAST16_WIDTH__=64
define: __INT_FAST32_MAX__=0x7fffffffffffffffL
define: __INT_FAST32_WIDTH__=64
define: __INT_FAST64_MAX__=0x7fffffffffffffffL
define: __INT_FAST64_WIDTH__=64
define: __UINT_FAST8_MAX__=0xff
define: __UINT_FAST16_MAX__=0xffffffffffffffffUL
define: __UINT_FAST32_MAX__=0xffffffffffffffffUL
define: __UINT_FAST64_MAX__=0xffffffffffffffffUL
define: __INTPTR_MAX__=0x7fffffffffffffffL
define: __INTPTR_WIDTH__=64
define: __UINTPTR_MAX__=0xffffffffffffffffUL
define: __GCC_IEC_559=2
define: __GCC_IEC_559_COMPLEX=2
define: __FLT_EVAL_METHOD__=0
define: __FLT_EVAL_METHOD_TS_18661_3__=0
define: __DEC_EVAL_METHOD__=2
define: __FLT_RADIX__=2
define: __FLT_MANT_DIG__=24
define: __FLT_DIG__=6
define: __FLT_MIN_EXP__=(-125)
define: __FLT_MIN_10_EXP__=(-37)
define: __FLT_MAX_EXP__=128
define: __FLT_MAX_10_EXP__=38
define: __FLT_DECIMAL_DIG__=9
define: __FLT_MAX__=3.40282346638528859811704183484516925e+38F
define: __FLT_MIN__=1.17549435082228750796873653722224568e-38F
define: __FLT_EPSILON__=1.19209289550781250000000000000000000e-7F
define: __FLT_DENORM_MIN__=1.40129846432481707092372958328991613e-45F
define: __FLT_HAS_DENORM__=1
define: __FLT_HAS_INFINITY__=1
define: __FLT_HAS_QUIET_NAN__=1
define: __DBL_MANT_DIG__=53
define: __DBL_DIG__=15
define: __DBL_MIN_EXP__=(-1021)
define: __DBL_MIN_10_EXP__=(-307)
define: __DBL_MAX_EXP__=1024
define: __DBL_MAX_10_EXP__=308
define: __DBL_DECIMAL_DIG__=17
define: __DBL_MAX__=double(1.79769313486231570814527423731704357e+308L)
define: __DBL_MIN__=double(2.22507385850720138309023271733240406e-308L)
define: __DBL_EPSILON__=double(2.22044604925031308084726333618164062e-16L)
define: __DBL_DENORM_MIN__=double(4.94065645841246544176568792868221372e-324L)
define: __DBL_HAS_DENORM__=1
define: __DBL_HAS_INFINITY__=1
define: __DBL_HAS_QUIET_NAN__=1
define: __LDBL_MANT_DIG__=64
define: __LDBL_DIG__=18
define: __LDBL_MIN_EXP__=(-16381)
define: __LDBL_MIN_10_EXP__=(-4931)
define: __LDBL_MAX_EXP__=16384
define: __LDBL_MAX_10_EXP__=4932
define: __DECIMAL_DIG__=21
define: __LDBL_DECIMAL_DIG__=21
define: __LDBL_MAX__=1.18973149535723176502126385303097021e+4932L
define: __LDBL_MIN__=3.36210314311209350626267781732175260e-4932L
define: __LDBL_EPSILON__=1.08420217248550443400745280086994171e-19L
define: __LDBL_DENORM_MIN__=3.64519953188247460252840593361941982e-4951L
define: __LDBL_HAS_DENORM__=1
define: __LDBL_HAS_INFINITY__=1
define: __LDBL_HAS_QUIET_NAN__=1
define: __FLT32_MANT_DIG__=24
define: __FLT32_DIG__=6
define: __FLT32_MIN_EXP__=(-125)
define: __FLT32_MIN_10_EXP__=(-37)
define: __FLT32_MAX_EXP__=128
define: __FLT32_MAX_10_EXP__=38
define: __FLT32_DECIMAL_DIG__=9
define: __FLT32_MAX__=3.40282346638528859811704183484516925e+38F32
define: __FLT32_MIN__=1.17549435082228750796873653722224568e-38F32
define: __FLT32_EPSILON__=1.19209289550781250000000000000000000e-7F32
define: __FLT32_DENORM_MIN__=1.40129846432481707092372958328991613e-45F32
define: __FLT32_HAS_DENORM__=1
define: __FLT32_HAS_INFINITY__=1
define: __FLT32_HAS_QUIET_NAN__=1
define: __FLT64_MANT_DIG__=53
define: __FLT64_DIG__=15
define: __FLT64_MIN_EXP__=(-1021)
define: __FLT64_MIN_10_EXP__=(-307)
define: __FLT64_MAX_EXP__=1024
define: __FLT64_MAX_10_EXP__=308
define: __FLT64_DECIMAL_DIG__=17
define: __FLT64_MAX__=1.79769313486231570814527423731704357e+308F64
define: __FLT64_MIN__=2.22507385850720138309023271733240406e-308F64
define: __FLT64_EPSILON__=2.22044604925031308084726333618164062e-16F64
define: __FLT64_DENORM_MIN__=4.94065645841246544176568792868221372e-324F64
define: __FLT64_HAS_DENORM__=1
define: __FLT64_HAS_INFINITY__=1
define: __FLT64_HAS_QUIET_NAN__=1
define: __FLT128_MANT_DIG__=113
define: __FLT128_DIG__=33
define: __FLT128_MIN_EXP__=(-16381)
define: __FLT128_MIN_10_EXP__=(-4931)
define: __FLT128_MAX_EXP__=16384
define: __FLT128_MAX_10_EXP__=4932
define: __FLT128_DECIMAL_DIG__=36
define: __FLT128_MAX__=1.18973149535723176508575932662800702e+4932F128
define: __FLT128_MIN__=3.36210314311209350626267781732175260e-4932F128
define: __FLT128_EPSILON__=1.92592994438723585305597794258492732e-34F128
define: __FLT128_DENORM_MIN__=6.47517511943802511092443895822764655e-4966F128
define: __FLT128_HAS_DENORM__=1
define: __FLT128_HAS_INFINITY__=1
define: __FLT128_HAS_QUIET_NAN__=1
define: __FLT32X_MANT_DIG__=53
define: __FLT32X_DIG__=15
define: __FLT32X_MIN_EXP__=(-1021)
define: __FLT32X_MIN_10_EXP__=(-307)
define: __FLT32X_MAX_EXP__=1024
define: __FLT32X_MAX_10_EXP__=308
define: __FLT32X_DECIMAL_DIG__=17
define: __FLT32X_MAX__=1.79769313486231570814527423731704357e+308F32x
define: __FLT32X_MIN__=2.22507385850720138309023271733240406e-308F32x
define: __FLT32X_EPSILON__=2.22044604925031308084726333618164062e-16F32x
define: __FLT32X_DENORM_MIN__=4.94065645841246544176568792868221372e-324F32x
define: __FLT32X_HAS_DENORM__=1
define: __FLT32X_HAS_INFINITY__=1
define: __FLT32X_HAS_QUIET_NAN__=1
define: __FLT64X_MANT_DIG__=64
define: __FLT64X_DIG__=18
define: __FLT64X_MIN_EXP__=(-16381)
define: __FLT64X_MIN_10_EXP__=(-4931)
define: __FLT64X_MAX_EXP__=16384
define: __FLT64X_MAX_10_EXP__=4932
define: __FLT64X_DECIMAL_DIG__=21
define: __FLT64X_MAX__=1.18973149535723176502126385303097021e+4932F64x
define: __FLT64X_MIN__=3.36210314311209350626267781732175260e-4932F64x
define: __FLT64X_EPSILON__=1.08420217248550443400745280086994171e-19F64x
define: __FLT64X_DENORM_MIN__=3.64519953188247460252840593361941982e-4951F64x
define: __FLT64X_HAS_DENORM__=1
define: __FLT64X_HAS_INFINITY__=1
define: __FLT64X_HAS_QUIET_NAN__=1
define: __DEC32_MANT_DIG__=7
define: __DEC32_MIN_EXP__=(-94)
define: __DEC32_MAX_EXP__=97
define: __DEC32_MIN__=1E-95DF
define: __DEC32_MAX__=9.999999E96DF
define: __DEC32_EPSILON__=1E-6DF
define: __DEC32_SUBNORMAL_MIN__=0.000001E-95DF
define: __DEC64_MANT_DIG__=16
define: __DEC64_MIN_EXP__=(-382)
define: __DEC64_MAX_EXP__=385
define: __DEC64_MIN__=1E-383DD
define: __DEC64_MAX__=9.999999999999999E384DD
define: __DEC64_EPSILON__=1E-15DD
define: __DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD
define: __DEC128_MANT_DIG__=34
define: __DEC128_MIN_EXP__=(-6142)
define: __DEC128_MAX_EXP__=6145
define: __DEC128_MIN__=1E-6143DL
define: __DEC128_MAX__=9.999999999999999999999999999999999E6144DL
define: __DEC128_EPSILON__=1E-33DL
define: __DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL
define: __REGISTER_PREFIX__=
define: __USER_LABEL_PREFIX__=
define: __GNUC_STDC_INLINE__=1
define: __NO_INLINE__=1
define: __STRICT_ANSI__=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1
define: __GCC_ATOMIC_BOOL_LOCK_FREE=2
define: __GCC_ATOMIC_CHAR_LOCK_FREE=2
define: __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2
define: __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2
define: __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2
define: __GCC_ATOMIC_SHORT_LOCK_FREE=2
define: __GCC_ATOMIC_INT_LOCK_FREE=2
define: __GCC_ATOMIC_LONG_LOCK_FREE=2
define: __GCC_ATOMIC_LLONG_LOCK_FREE=2
define: __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1
define: __GCC_ATOMIC_POINTER_LOCK_FREE=2
define: __HAVE_SPECULATION_SAFE_VALUE=1
define: __GCC_HAVE_DWARF2_CFI_ASM=1
define: __PRAGMA_REDEFINE_EXTNAME=1
define: __SSP_STRONG__=3
define: __SIZEOF_INT128__=16
define: __SIZEOF_WCHAR_T__=4
define: __SIZEOF_WINT_T__=4
define: __SIZEOF_PTRDIFF_T__=8
define: __amd64=1
define: __amd64__=1
define: __x86_64=1
define: __x86_64__=1
define: __SIZEOF_FLOAT80__=16
define: __SIZEOF_FLOAT128__=16
define: __ATOMIC_HLE_ACQUIRE=65536
define: __ATOMIC_HLE_RELEASE=131072
define: __GCC_ASM_FLAG_OUTPUTS__=1
define: __k8=1
define: __k8__=1
define: __code_model_small__=1
define: __MMX__=1
define: __SSE__=1
define: __SSE2__=1
define: __FXSR__=1
define: __SSE_MATH__=1
define: __SSE2_MATH__=1
define: __SEG_FS=1
define: __SEG_GS=1
define: __gnu_linux__=1
define: __linux=1
define: __linux__=1
define: __unix=1
define: __unix__=1
define: __ELF__=1
define: __DECIMAL_BID_FORMAT__=1
define: _GNU_SOURCE=1
define: _STDC_PREDEF_H=1
define: __STDC_IEC_559__=1
define: __STDC_IEC_559_COMPLEX__=1
define: __STDC_ISO_10646__=201505L
define: __STDC_NO_THREADS__=1
define: sim_core_EXPORTS
preinclude: /home/sgao/Documents/sim/build-Debug-GCC 9.2.1/src/cotire/sim_core_CXX_prefix.hxx
other: --g++
other: --gnu_version=90201
stdver: c++17
intelliSenseMode: gcc-x64
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
terminating child process: 7130
terminating child process: 7132
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
sending compilation args for /home/sgao/Documents/sim/src/sim_exec.cpp
include: /home/sgao/Documents/sim/include
include: /n1/env/include
include: /home/sgao/Documents/sim/sim-slicer
include: /usr/include/c++/9
include: /usr/include/x86_64-linux-gnu/c++/9
include: /usr/include/c++/9/backward
include: /usr/lib/gcc/x86_64-linux-gnu/9/include
include: /usr/local/include
include: /usr/lib/gcc/x86_64-linux-gnu/9/include-fixed
include: /usr/include/x86_64-linux-gnu
include: /usr/include
define: __STDC__=1
define: __cplusplus=201703L
define: __STDC_UTF_16__=1
define: __STDC_UTF_32__=1
define: __STDC_HOSTED__=1
define: __GNUC__=9
define: __GNUC_MINOR__=2
define: __GNUC_PATCHLEVEL__=1
define: __VERSION__="9.2.1 20191102"
define: __ATOMIC_RELAXED=0
define: __ATOMIC_SEQ_CST=5
define: __ATOMIC_ACQUIRE=2
define: __ATOMIC_RELEASE=3
define: __ATOMIC_ACQ_REL=4
define: __ATOMIC_CONSUME=1
define: __FINITE_MATH_ONLY__=0
define: _LP64=1
define: __LP64__=1
define: __SIZEOF_INT__=4
define: __SIZEOF_LONG__=8
define: __SIZEOF_LONG_LONG__=8
define: __SIZEOF_SHORT__=2
define: __SIZEOF_FLOAT__=4
define: __SIZEOF_DOUBLE__=8
define: __SIZEOF_LONG_DOUBLE__=16
define: __SIZEOF_SIZE_T__=8
define: __CHAR_BIT__=8
define: __BIGGEST_ALIGNMENT__=16
define: __ORDER_LITTLE_ENDIAN__=1234
define: __ORDER_BIG_ENDIAN__=4321
define: __ORDER_PDP_ENDIAN__=3412
define: __BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__
define: __FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__
define: __SIZEOF_POINTER__=8
define: __GNUG__=9
define: __SIZE_TYPE__=long unsigned int
define: __PTRDIFF_TYPE__=long int
define: __WCHAR_TYPE__=int
define: __WINT_TYPE__=unsigned int
define: __INTMAX_TYPE__=long int
define: __UINTMAX_TYPE__=long unsigned int
define: __CHAR16_TYPE__=short unsigned int
define: __CHAR32_TYPE__=unsigned int
define: __SIG_ATOMIC_TYPE__=int
define: __INT8_TYPE__=signed char
define: __INT16_TYPE__=short int
define: __INT32_TYPE__=int
define: __INT64_TYPE__=long int
define: __UINT8_TYPE__=unsigned char
define: __UINT16_TYPE__=short unsigned int
define: __UINT32_TYPE__=unsigned int
define: __UINT64_TYPE__=long unsigned int
define: __INT_LEAST8_TYPE__=signed char
define: __INT_LEAST16_TYPE__=short int
define: __INT_LEAST32_TYPE__=int
define: __INT_LEAST64_TYPE__=long int
define: __UINT_LEAST8_TYPE__=unsigned char
define: __UINT_LEAST16_TYPE__=short unsigned int
define: __UINT_LEAST32_TYPE__=unsigned int
define: __UINT_LEAST64_TYPE__=long unsigned int
define: __INT_FAST8_TYPE__=signed char
define: __INT_FAST16_TYPE__=long int
define: __INT_FAST32_TYPE__=long int
define: __INT_FAST64_TYPE__=long int
define: __UINT_FAST8_TYPE__=unsigned char
define: __UINT_FAST16_TYPE__=long unsigned int
define: __UINT_FAST32_TYPE__=long unsigned int
define: __UINT_FAST64_TYPE__=long unsigned int
define: __INTPTR_TYPE__=long int
define: __UINTPTR_TYPE__=long unsigned int
define: __GXX_WEAK__=1
define: __DEPRECATED=1
define: __GXX_RTTI=1
define: __GXX_EXPERIMENTAL_CXX0X__=1
define: __STDCPP_DEFAULT_NEW_ALIGNMENT__=16
define: __EXCEPTIONS=1
define: __GXX_ABI_VERSION=1013
define: __SCHAR_MAX__=0x7f
define: __SHRT_MAX__=0x7fff
define: __INT_MAX__=0x7fffffff
define: __LONG_MAX__=0x7fffffffffffffffL
define: __LONG_LONG_MAX__=0x7fffffffffffffffLL
define: __WCHAR_MAX__=0x7fffffff
define: __WCHAR_MIN__=(-__WCHAR_MAX__ - 1)
define: __WINT_MAX__=0xffffffffU
define: __WINT_MIN__=0U
define: __PTRDIFF_MAX__=0x7fffffffffffffffL
define: __SIZE_MAX__=0xffffffffffffffffUL
define: __SCHAR_WIDTH__=8
define: __SHRT_WIDTH__=16
define: __INT_WIDTH__=32
define: __LONG_WIDTH__=64
define: __LONG_LONG_WIDTH__=64
define: __WCHAR_WIDTH__=32
define: __WINT_WIDTH__=32
define: __PTRDIFF_WIDTH__=64
define: __SIZE_WIDTH__=64
define: __INTMAX_MAX__=0x7fffffffffffffffL
define: __INTMAX_C(c)=c ## L
define: __UINTMAX_MAX__=0xffffffffffffffffUL
define: __UINTMAX_C(c)=c ## UL
define: __INTMAX_WIDTH__=64
define: __SIG_ATOMIC_MAX__=0x7fffffff
define: __SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1)
define: __SIG_ATOMIC_WIDTH__=32
define: __INT8_MAX__=0x7f
define: __INT16_MAX__=0x7fff
define: __INT32_MAX__=0x7fffffff
define: __INT64_MAX__=0x7fffffffffffffffL
define: __UINT8_MAX__=0xff
define: __UINT16_MAX__=0xffff
define: __UINT32_MAX__=0xffffffffU
define: __UINT64_MAX__=0xffffffffffffffffUL
define: __INT_LEAST8_MAX__=0x7f
define: __INT8_C(c)=c
define: __INT_LEAST8_WIDTH__=8
define: __INT_LEAST16_MAX__=0x7fff
define: __INT16_C(c)=c
define: __INT_LEAST16_WIDTH__=16
define: __INT_LEAST32_MAX__=0x7fffffff
define: __INT32_C(c)=c
define: __INT_LEAST32_WIDTH__=32
define: __INT_LEAST64_MAX__=0x7fffffffffffffffL
define: __INT64_C(c)=c ## L
define: __INT_LEAST64_WIDTH__=64
define: __UINT_LEAST8_MAX__=0xff
define: __UINT8_C(c)=c
define: __UINT_LEAST16_MAX__=0xffff
define: __UINT16_C(c)=c
define: __UINT_LEAST32_MAX__=0xffffffffU
define: __UINT32_C(c)=c ## U
define: __UINT_LEAST64_MAX__=0xffffffffffffffffUL
define: __UINT64_C(c)=c ## UL
define: __INT_FAST8_MAX__=0x7f
define: __INT_FAST8_WIDTH__=8
define: __INT_FAST16_MAX__=0x7fffffffffffffffL
define: __INT_FAST16_WIDTH__=64
define: __INT_FAST32_MAX__=0x7fffffffffffffffL
define: __INT_FAST32_WIDTH__=64
define: __INT_FAST64_MAX__=0x7fffffffffffffffL
define: __INT_FAST64_WIDTH__=64
define: __UINT_FAST8_MAX__=0xff
define: __UINT_FAST16_MAX__=0xffffffffffffffffUL
define: __UINT_FAST32_MAX__=0xffffffffffffffffUL
define: __UINT_FAST64_MAX__=0xffffffffffffffffUL
define: __INTPTR_MAX__=0x7fffffffffffffffL
define: __INTPTR_WIDTH__=64
define: __UINTPTR_MAX__=0xffffffffffffffffUL
define: __GCC_IEC_559=2
define: __GCC_IEC_559_COMPLEX=2
define: __FLT_EVAL_METHOD__=0
define: __FLT_EVAL_METHOD_TS_18661_3__=0
define: __DEC_EVAL_METHOD__=2
define: __FLT_RADIX__=2
define: __FLT_MANT_DIG__=24
define: __FLT_DIG__=6
define: __FLT_MIN_EXP__=(-125)
define: __FLT_MIN_10_EXP__=(-37)
define: __FLT_MAX_EXP__=128
define: __FLT_MAX_10_EXP__=38
define: __FLT_DECIMAL_DIG__=9
define: __FLT_MAX__=3.40282346638528859811704183484516925e+38F
define: __FLT_MIN__=1.17549435082228750796873653722224568e-38F
define: __FLT_EPSILON__=1.19209289550781250000000000000000000e-7F
define: __FLT_DENORM_MIN__=1.40129846432481707092372958328991613e-45F
define: __FLT_HAS_DENORM__=1
define: __FLT_HAS_INFINITY__=1
define: __FLT_HAS_QUIET_NAN__=1
define: __DBL_MANT_DIG__=53
define: __DBL_DIG__=15
define: __DBL_MIN_EXP__=(-1021)
define: __DBL_MIN_10_EXP__=(-307)
define: __DBL_MAX_EXP__=1024
define: __DBL_MAX_10_EXP__=308
define: __DBL_DECIMAL_DIG__=17
define: __DBL_MAX__=double(1.79769313486231570814527423731704357e+308L)
define: __DBL_MIN__=double(2.22507385850720138309023271733240406e-308L)
define: __DBL_EPSILON__=double(2.22044604925031308084726333618164062e-16L)
define: __DBL_DENORM_MIN__=double(4.94065645841246544176568792868221372e-324L)
define: __DBL_HAS_DENORM__=1
define: __DBL_HAS_INFINITY__=1
define: __DBL_HAS_QUIET_NAN__=1
define: __LDBL_MANT_DIG__=64
define: __LDBL_DIG__=18
define: __LDBL_MIN_EXP__=(-16381)
define: __LDBL_MIN_10_EXP__=(-4931)
define: __LDBL_MAX_EXP__=16384
define: __LDBL_MAX_10_EXP__=4932
define: __DECIMAL_DIG__=21
define: __LDBL_DECIMAL_DIG__=21
define: __LDBL_MAX__=1.18973149535723176502126385303097021e+4932L
define: __LDBL_MIN__=3.36210314311209350626267781732175260e-4932L
define: __LDBL_EPSILON__=1.08420217248550443400745280086994171e-19L
define: __LDBL_DENORM_MIN__=3.64519953188247460252840593361941982e-4951L
define: __LDBL_HAS_DENORM__=1
define: __LDBL_HAS_INFINITY__=1
define: __LDBL_HAS_QUIET_NAN__=1
define: __FLT32_MANT_DIG__=24
define: __FLT32_DIG__=6
define: __FLT32_MIN_EXP__=(-125)
define: __FLT32_MIN_10_EXP__=(-37)
define: __FLT32_MAX_EXP__=128
define: __FLT32_MAX_10_EXP__=38
define: __FLT32_DECIMAL_DIG__=9
define: __FLT32_MAX__=3.40282346638528859811704183484516925e+38F32
define: __FLT32_MIN__=1.17549435082228750796873653722224568e-38F32
define: __FLT32_EPSILON__=1.19209289550781250000000000000000000e-7F32
define: __FLT32_DENORM_MIN__=1.40129846432481707092372958328991613e-45F32
define: __FLT32_HAS_DENORM__=1
define: __FLT32_HAS_INFINITY__=1
define: __FLT32_HAS_QUIET_NAN__=1
define: __FLT64_MANT_DIG__=53
define: __FLT64_DIG__=15
define: __FLT64_MIN_EXP__=(-1021)
define: __FLT64_MIN_10_EXP__=(-307)
define: __FLT64_MAX_EXP__=1024
define: __FLT64_MAX_10_EXP__=308
define: __FLT64_DECIMAL_DIG__=17
define: __FLT64_MAX__=1.79769313486231570814527423731704357e+308F64
define: __FLT64_MIN__=2.22507385850720138309023271733240406e-308F64
define: __FLT64_EPSILON__=2.22044604925031308084726333618164062e-16F64
define: __FLT64_DENORM_MIN__=4.94065645841246544176568792868221372e-324F64
define: __FLT64_HAS_DENORM__=1
define: __FLT64_HAS_INFINITY__=1
define: __FLT64_HAS_QUIET_NAN__=1
define: __FLT128_MANT_DIG__=113
define: __FLT128_DIG__=33
define: __FLT128_MIN_EXP__=(-16381)
define: __FLT128_MIN_10_EXP__=(-4931)
define: __FLT128_MAX_EXP__=16384
define: __FLT128_MAX_10_EXP__=4932
define: __FLT128_DECIMAL_DIG__=36
define: __FLT128_MAX__=1.18973149535723176508575932662800702e+4932F128
define: __FLT128_MIN__=3.36210314311209350626267781732175260e-4932F128
define: __FLT128_EPSILON__=1.92592994438723585305597794258492732e-34F128
define: __FLT128_DENORM_MIN__=6.47517511943802511092443895822764655e-4966F128
define: __FLT128_HAS_DENORM__=1
define: __FLT128_HAS_INFINITY__=1
define: __FLT128_HAS_QUIET_NAN__=1
define: __FLT32X_MANT_DIG__=53
define: __FLT32X_DIG__=15
define: __FLT32X_MIN_EXP__=(-1021)
define: __FLT32X_MIN_10_EXP__=(-307)
define: __FLT32X_MAX_EXP__=1024
define: __FLT32X_MAX_10_EXP__=308
define: __FLT32X_DECIMAL_DIG__=17
define: __FLT32X_MAX__=1.79769313486231570814527423731704357e+308F32x
define: __FLT32X_MIN__=2.22507385850720138309023271733240406e-308F32x
define: __FLT32X_EPSILON__=2.22044604925031308084726333618164062e-16F32x
define: __FLT32X_DENORM_MIN__=4.94065645841246544176568792868221372e-324F32x
define: __FLT32X_HAS_DENORM__=1
define: __FLT32X_HAS_INFINITY__=1
define: __FLT32X_HAS_QUIET_NAN__=1
define: __FLT64X_MANT_DIG__=64
define: __FLT64X_DIG__=18
define: __FLT64X_MIN_EXP__=(-16381)
define: __FLT64X_MIN_10_EXP__=(-4931)
define: __FLT64X_MAX_EXP__=16384
define: __FLT64X_MAX_10_EXP__=4932
define: __FLT64X_DECIMAL_DIG__=21
define: __FLT64X_MAX__=1.18973149535723176502126385303097021e+4932F64x
define: __FLT64X_MIN__=3.36210314311209350626267781732175260e-4932F64x
define: __FLT64X_EPSILON__=1.08420217248550443400745280086994171e-19F64x
define: __FLT64X_DENORM_MIN__=3.64519953188247460252840593361941982e-4951F64x
define: __FLT64X_HAS_DENORM__=1
define: __FLT64X_HAS_INFINITY__=1
define: __FLT64X_HAS_QUIET_NAN__=1
define: __DEC32_MANT_DIG__=7
define: __DEC32_MIN_EXP__=(-94)
define: __DEC32_MAX_EXP__=97
define: __DEC32_MIN__=1E-95DF
define: __DEC32_MAX__=9.999999E96DF
define: __DEC32_EPSILON__=1E-6DF
define: __DEC32_SUBNORMAL_MIN__=0.000001E-95DF
define: __DEC64_MANT_DIG__=16
define: __DEC64_MIN_EXP__=(-382)
define: __DEC64_MAX_EXP__=385
define: __DEC64_MIN__=1E-383DD
define: __DEC64_MAX__=9.999999999999999E384DD
define: __DEC64_EPSILON__=1E-15DD
define: __DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD
define: __DEC128_MANT_DIG__=34
define: __DEC128_MIN_EXP__=(-6142)
define: __DEC128_MAX_EXP__=6145
define: __DEC128_MIN__=1E-6143DL
define: __DEC128_MAX__=9.999999999999999999999999999999999E6144DL
define: __DEC128_EPSILON__=1E-33DL
define: __DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL
define: __REGISTER_PREFIX__=
define: __USER_LABEL_PREFIX__=
define: __GNUC_STDC_INLINE__=1
define: __NO_INLINE__=1
define: __STRICT_ANSI__=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1
define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1
define: __GCC_ATOMIC_BOOL_LOCK_FREE=2
define: __GCC_ATOMIC_CHAR_LOCK_FREE=2
define: __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2
define: __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2
define: __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2
define: __GCC_ATOMIC_SHORT_LOCK_FREE=2
define: __GCC_ATOMIC_INT_LOCK_FREE=2
define: __GCC_ATOMIC_LONG_LOCK_FREE=2
define: __GCC_ATOMIC_LLONG_LOCK_FREE=2
define: __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1
define: __GCC_ATOMIC_POINTER_LOCK_FREE=2
define: __HAVE_SPECULATION_SAFE_VALUE=1
define: __GCC_HAVE_DWARF2_CFI_ASM=1
define: __PRAGMA_REDEFINE_EXTNAME=1
define: __SSP_STRONG__=3
define: __SIZEOF_INT128__=16
define: __SIZEOF_WCHAR_T__=4
define: __SIZEOF_WINT_T__=4
define: __SIZEOF_PTRDIFF_T__=8
define: __amd64=1
define: __amd64__=1
define: __x86_64=1
define: __x86_64__=1
define: __SIZEOF_FLOAT80__=16
define: __SIZEOF_FLOAT128__=16
define: __ATOMIC_HLE_ACQUIRE=65536
define: __ATOMIC_HLE_RELEASE=131072
define: __GCC_ASM_FLAG_OUTPUTS__=1
define: __k8=1
define: __k8__=1
define: __code_model_small__=1
define: __MMX__=1
define: __SSE__=1
define: __SSE2__=1
define: __FXSR__=1
define: __SSE_MATH__=1
define: __SSE2_MATH__=1
define: __SEG_FS=1
define: __SEG_GS=1
define: __gnu_linux__=1
define: __linux=1
define: __linux__=1
define: __unix=1
define: __unix__=1
define: __ELF__=1
define: __DECIMAL_BID_FORMAT__=1
define: _GNU_SOURCE=1
define: _STDC_PREDEF_H=1
define: __STDC_IEC_559__=1
define: __STDC_IEC_559_COMPLEX__=1
define: __STDC_ISO_10646__=201505L
define: __STDC_NO_THREADS__=1
define: sim_core_EXPORTS
preinclude: /home/sgao/Documents/sim/build-Debug-GCC 9.2.1/src/cotire/sim_core_CXX_prefix.hxx
other: --g++
other: --gnu_version=90201
stdver: c++17
intelliSenseMode: gcc-x64
Checking for syntax errors: file:///home/sgao/Documents/sim/src/sim_exec.cpp
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/sim_exec.cpp
idle loop: reparsing the active document
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
Processing folder (recursive): /home/sgao/Documents/sim/
Error squiggle count: 229
Error squiggles will be disabled in: file:///home/sgao/Documents/sim/ref/hfs_pos_manager.cpp
terminating child process: 7166
Discovering files: 37960 file(s) processed
0 file(s) removed from database
Done discovering files.
Parsing open files...
Parsing remaining files...
Parsing: 0 files(s) processed
Done parsing remaining files.
cpptools/pauseParsing
cpptools/didChangeCustomConfiguration
Attempting to get defaults from compiler in "compilerPath" property: '/usr/bin/g++-9'
ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9"
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/include/c++/9
/usr/include/x86_64-linux-gnu/c++/9
/usr/include/c++/9/backward
/usr/lib/gcc/x86_64-linux-gnu/9/include
/usr/local/include
/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed
/usr/include/x86_64-linux-gnu
/usr/include
End of search list.
In file included from /home/sgao/Documents/sim/build-Debug-GCC 9.2.1/src/cotire/sim_core_CXX_prefix.cxx:5,
from /home/sgao/Documents/sim/build-Debug-GCC 9.2.1/src/cotire/sim_core_CXX_prefix.hxx:4,
from <command-line>:
/n1/env/include/folly/FileUtil.h:25:10: fatal error: folly/Portability.h: No such file or directory
25 | #include <folly/Portability.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
terminating child process: 7229
Unable to resolve include path: /home/sgao/Documents/sim/third_inc
Unable to resolve include path: /home/sgao/Documents/sim/third_inc
terminating child process: 7071
still alive, killing...
not exited yet. Will sleep for 10 milliseconds and try again
Closing the communication channel.
terminating child process: 7114
still alive, killing...
not exited yet. Will sleep for 10 milliseconds and try again
not exited yet. Will sleep for 20 milliseconds and try again
Failed to read response from server: 22
Closing the communication channel.
terminating child process: 7135
still alive, killing...
not exited yet. Will sleep for 10 milliseconds and try again
not exited yet. Will sleep for 20 milliseconds and try again
Failed to read response from server: 22
Closing the communication channel.
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
cpptools/didChangeCustomBrowseConfiguration
Attempting to get defaults from compiler in "compilerPath" property: '/usr/bin/g++-9'
terminating child process: 7259
Unable to retrieve file system information for /home/sgao/Documents/sim/third_inc. error = -1
Folder: /usr/lib/gcc/x86_64-linux-gnu/9/include/ will be indexed
Folder: /usr/local/include/ will be indexed
Folder: /usr/lib/gcc/x86_64-linux-gnu/9/include-fixed/ will be indexed
Folder: /usr/include/ will be indexed
Folder: /n1/env/include/ will be indexed
Folder: /home/sgao/Documents/sim/ will be indexed
Aborting tag parse of /home/sgao/Documents/sim/src/bar_exec.cpp and dependencies
cpptools/resumeParsing
Reset time stamp for /home/sgao/Documents/sim/src/bar_exec.cpp
Reset time stamp for /home/sgao/Documents/sim/include/termbase_impl_intra.hpp
Reset time stamp for /home/sgao/Documents/sim/include/sim_asset.h
Reset time stamp for /home/sgao/Documents/sim/include/sim_type.h
Reset time stamp for /n1/env/include/armadillo
Reset time stamp for /n1/env/include/armadillo_bits/include_hdf5.hpp
Reset time stamp for /n1/env/include/hdf5.h
Reset time stamp for /n1/env/include/sim/sim_producer.hpp
Reset time stamp for /usr/include/boost/filesystem.hpp
Reset time stamp for /usr/include/boost/filesystem/config.hpp
Reset time stamp for /usr/include/boost/config/auto_link.hpp
Reset time stamp for /usr/include/boost/filesystem/path.hpp
Reset time stamp for /usr/include/boost/system/error_code.hpp
Reset time stamp for /usr/include/boost/iterator/iterator_facade.hpp
Reset time stamp for /usr/include/boost/io/detail/quoted_manip.hpp
Reset time stamp for /usr/include/boost/functional/hash_fwd.hpp
Reset time stamp for /n1/env/include/boost/functional/hash_fwd.hpp
Reset time stamp for /usr/include/boost/filesystem/operations.hpp
Reset time stamp for /usr/include/boost/detail/scoped_enum_emulation.hpp
Reset time stamp for /usr/include/boost/utility/enable_if.hpp
Reset time stamp for /usr/include/boost/range/mutable_iterator.hpp
Reset time stamp for /usr/include/c++/5/stack
Reset time stamp for /usr/include/boost/interprocess/file_mapping.hpp
Reset time stamp for /usr/include/boost/interprocess/detail/workaround.hpp
Reset time stamp for /usr/include/x86_64-linux-gnu/sys/param.h
Reset time stamp for /usr/include/boost/interprocess/interprocess_fwd.hpp
Reset time stamp for /n1/env/include/boost/interprocess/detail/std_fwd.hpp
Reset time stamp for /usr/include/boost/interprocess/detail/utilities.hpp
Reset time stamp for /usr/include/boost/intrusive/pointer_traits.hpp
Reset time stamp for /n1/env/include/boost/intrusive/pointer_traits.hpp
Reset time stamp for /usr/include/boost/move/utility_core.hpp
Reset time stamp for /usr/include/boost/move/detail/meta_utils.hpp
Reset time stamp for /usr/include/boost/interprocess/mapped_region.hpp
Reset time stamp for /usr/include/boost/interprocess/detail/win32_api.hpp
Reset time stamp for /usr/include/boost/date_time/filetime_functions.hpp
Reset time stamp for /usr/include/deepin-wine/windows/windows.h
Reset time stamp for /n1/env/include/boost/interprocess/detail/win32_api.hpp
Reset time stamp for /usr/include/deepin-wine/windows/objbase.h
Reset time stamp for /usr/include/deepin-wine/windows/shlobj.h
Reset time stamp for /usr/include/boost/interprocess/sync/windows/sync_utils.hpp
Reset time stamp for /usr/include/boost/interprocess/sync/spin/mutex.hpp
Reset time stamp for /usr/include/boost/interprocess/sync/scoped_lock.hpp
Reset time stamp for /usr/include/boost/interprocess/sync/windows/winapi_semaphore_wrapper.hpp
Reset time stamp for /usr/include/boost/unordered/unordered_map.hpp
Reset time stamp for /n1/env/include/boost/unordered/unordered_map.hpp
Reset time stamp for /usr/include/boost/container/map.hpp
Reset time stamp for /n1/env/include/boost/container/map.hpp
Reset time stamp for /usr/include/x86_64-linux-gnu/sys/mman.h
Reset time stamp for /usr/include/x86_64-linux-gnu/bits/mman.h
Reset time stamp for /usr/include/x86_64-linux-gnu/sys/shm.h
Reset time stamp for /usr/include/x86_64-linux-gnu/sys/ipc.h
Reset time stamp for /usr/include/boost/interprocess/detail/windows_intermodule_singleton.hpp
Reset time stamp for /usr/include/boost/container/string.hpp
Reset time stamp for /n1/env/include/boost/container/string.hpp
Reset time stamp for /usr/include/boost/interprocess/detail/intermodule_singleton_common.hpp
Reset time stamp for /usr/include/boost/interprocess/shared_memory_object.hpp
Reset time stamp for /usr/include/x86_64-linux-gnu/sys/sysctl.h
Reset time stamp for /usr/include/linux/sysctl.h
Reset time stamp for /usr/include/boost/iostreams/device/mapped_file.hpp
Reset time stamp for /usr/include/boost/iostreams/close.hpp
Reset time stamp for /usr/include/boost/iostreams/flush.hpp
Reset time stamp for /usr/include/boost/iostreams/detail/adapter/non_blocking_adapter.hpp
Reset time stamp for /usr/include/boost/iostreams/detail/select.hpp
Reset time stamp for /usr/include/boost/iostreams/detail/wrap_unwrap.hpp
Reset time stamp for /usr/include/boost/iostreams/traits.hpp
Reset time stamp for /usr/include/boost/type_traits/is_convertible.hpp
Reset time stamp for /n1/env/include/boost/type_traits/is_convertible.hpp
Reset time stamp for /usr/include/boost/type_traits/remove_cv.hpp
Reset time stamp for /usr/include/boost/iostreams/operations_fwd.hpp
Reset time stamp for /usr/include/boost/mpl/not.hpp
Reset time stamp for /usr/include/boost/type_traits/is_base_and_derived.hpp
Reset time stamp for /usr/include/boost/shared_ptr.hpp
Reset time stamp for /usr/include/boost/smart_ptr/shared_ptr.hpp
Reset time stamp for /n1/env/include/boost/smart_ptr/shared_ptr.hpp
Reset time stamp for /usr/include/boost/type_traits/is_same.hpp
Reset time stamp for /usr/include/boost/type_traits/detail/bool_trait_def.hpp
Reset time stamp for /home/sgao/Documents/sim/include/bar_exec.hpp
Reset time stamp for /home/sgao/Documents/sim/include/sim_exec.h
Reset time stamp for /home/sgao/Documents/sim/include/sim_data_pool.h
Reset time stamp for /n1/env/include/folly/Conv.h
Reset time stamp for /usr/include/c++/5/parallel/algorithm
Reset time stamp for /usr/include/c++/5/parallel/algorithmfwd.h
Reset time stamp for /usr/include/c++/5/parallel/tags.h
Reset time stamp for /usr/include/c++/5/parallel/algo.h
Reset time stamp for /usr/include/c++/5/parallel/sort.h
Reset time stamp for /usr/include/c++/5/parallel/workstealing.h
Reset time stamp for /usr/include/c++/5/parallel/unique_copy.h
Reset time stamp for /usr/include/c++/5/climits
Reset time stamp for /usr/include/limits.h
Reset time stamp for /usr/include/x86_64-linux-gnu/bits/posix1_lim.h
Reset time stamp for /usr/include/boost/tr1/tr1/tuple
Reset time stamp for /usr/include/boost/tr1/tuple.hpp
Reset time stamp for /usr/include/boost/tuple/tuple.hpp
Reset time stamp for /usr/include/boost/fusion/include/tuple.hpp
Reset time stamp for /usr/include/boost/fusion/include/std_pair.hpp
Reset time stamp for /n1/env/include/folly/FBVector.h
Reset time stamp for /n1/env/include/folly/memory/Malloc.h
Reset time stamp for /n1/env/include/jemalloc/jemalloc.h
Reset time stamp for /usr/include/c++/5/tr1/stdbool.h
Reset time stamp for /usr/lib/openmpi/include/openmpi/opal/util/malloc.h
Reset time stamp for /usr/lib/openmpi/include/openmpi/opal_config.h
Reset time stamp for /home/sgao/Documents/sim/include/sim_dataitem.h
Reset time stamp for /usr/include/boost/algorithm/string/replace.hpp
Reset time stamp for /usr/include/boost/range/iterator_range_core.hpp
Reset time stamp for /usr/include/boost/mpl/or.hpp
Reset time stamp for /usr/include/boost/type_traits/is_function.hpp
Reset time stamp for /usr/include/boost/type_traits/is_pointer.hpp
Reset time stamp for /usr/include/boost/range/functions.hpp
Reset time stamp for /usr/include/boost/range/has_range_iterator.hpp
Reset time stamp for /usr/include/boost/range/algorithm/equal.hpp
Reset time stamp for /n1/env/include/boost/range/iterator_range_core.hpp
Reset time stamp for /n1/env/include/boost/next_prior.hpp
Reset time stamp for /usr/include/boost/range/begin.hpp
Reset time stamp for /usr/include/boost/range/detail/begin.hpp
Reset time stamp for /usr/include/boost/range/iterator.hpp
Reset time stamp for /usr/include/boost/mpl/eval_if.hpp
Reset time stamp for /usr/include/boost/range/const_iterator.hpp
Reset time stamp for /usr/include/boost/range/detail/extract_optional_type.hpp
Reset time stamp for /usr/include/boost/algorithm/string/find_format.hpp
Reset time stamp for /usr/include/c++/5/deque
Reset time stamp for /usr/include/boost/range/as_literal.hpp
Reset time stamp for /usr/include/boost/algorithm/string/detail/find_format.hpp
Reset time stamp for /usr/include/boost/algorithm/string/formatter.hpp
Reset time stamp for /usr/include/boost/algorithm/string/detail/formatter.hpp
Reset time stamp for /n1/env/include/json.hpp
Reset time stamp for /usr/include/c++/5/valarray
Reset time stamp for /usr/include/c++/5/bits/valarray_array.h
Reset time stamp for /usr/include/c++/5/clocale
Reset time stamp for /usr/include/log4cxx/helpers/locale.h
Reset time stamp for /home/sgao/Documents/sim/include/sim_test.hpp
Reset time stamp for /usr/include/gtest/gtest.h
Reset time stamp for /usr/include/gtest/internal/gtest-internal.h
Reset time stamp for /usr/include/gtest/internal/gtest-port.h
Reset time stamp for /n1/env/include/gtest/internal/gtest-port.h
Reset time stamp for /usr/include/x86_64-linux-gnu/sys/wait.h
Reset time stamp for /usr/include/c++/5/tr1/float.h
Reset time stamp for /usr/include/c++/5/iomanip
Reset time stamp for /usr/include/c++/5/set
Reset time stamp for /usr/include/c++/5/debug/set
Reset time stamp for /usr/include/c++/5/profile/set
Reset time stamp for /usr/include/gtest/internal/gtest-type-util.h
Reset time stamp for /usr/include/gtest/gtest-param-test.h
Reset time stamp for /usr/include/gtest/internal/gtest-param-util.h
Reset time stamp for /usr/include/boost/bimap.hpp
Reset time stamp for /usr/include/boost/bimap/bimap.hpp
Reset time stamp for /usr/include/boost/mpl/aux_/na.hpp
Reset time stamp for /usr/include/boost/mpl/bool.hpp
Reset time stamp for /usr/include/boost/mpl/aux_/na_fwd.hpp
Reset time stamp for /usr/include/boost/serialization/nvp.hpp
Shutting down IntelliSense server: /home/sgao/Documents/sim/src/sim_exec.cpp
Shutting down IntelliSense server: /home/sgao/Documents/sim/src/bar_exec.cpp
Reset time stamp for /usr/include/boost/mpl/integral_c.hpp
Shutting down IntelliSense server: /home/sgao/Documents/sim/ref/hfs_pos_manager.cpp
Reset time stamp for /n1/env/include/boost/hana/ext/boost/mpl/integral_c.hpp
Reset time stamp for /usr/include/boost/serialization/level.hpp
Reset time stamp for /usr/include/boost/serialization/tracking.hpp
Reset time stamp for /usr/include/boost/serialization/split_member.hpp
Reset time stamp for /usr/include/boost/serialization/base_object.hpp
Reset time stamp for /usr/include/boost/preprocessor/stringize.hpp
Reset time stamp for /usr/include/boost/bimap/detail/bimap_core.hpp
Reset time stamp for /usr/include/boost/mpl/placeholders.hpp
Reset time stamp for /usr/include/boost/mpl/push_front.hpp
Reset time stamp for /usr/include/boost/mpl/vector.hpp
Reset time stamp for /n1/env/include/boost/hana/ext/boost/mpl/vector.hpp
Reset time stamp for /usr/include/boost/concept_check.hpp
Reset time stamp for /usr/include/boost/multi_index_container.hpp
Reset time stamp for /usr/include/boost/bimap/relation/mutant_relation.hpp
Reset time stamp for /usr/include/boost/bimap/detail/manage_bimap_key.hpp
Reset time stamp for /usr/include/boost/bimap/detail/map_view_iterator.hpp
Reset time stamp for /usr/include/boost/bimap/set_of.hpp
Reset time stamp for /usr/include/boost/bimap/unconstrained_set_of.hpp
Reset time stamp for /usr/include/boost/bimap/relation/support/data_extractor.hpp
Reset time stamp for /usr/include/boost/bimap/relation/detail/metadata_access_builder.hpp
Reset time stamp for /home/sgao/Documents/sim/include/termbase.h
Reset time stamp for /usr/include/c++/5/string
Reset time stamp for /usr/include/c++/5/bits/char_traits.h
Reset time stamp for /usr/include/c++/5/cwchar
Reset time stamp for /usr/include/wchar.h
Reset time stamp for /n1/env/include/folly/FileUtil.h
Reset time stamp for /usr/include/x86_64-linux-gnu/sys/stat.h
Reset time stamp for /usr/include/linux/time.h
Reset time stamp for /usr/include/linux/types.h
Reset time stamp for /usr/include/x86_64-linux-gnu/asm/types.h
Reset time stamp for /usr/include/linux/posix_types.h
Reset time stamp for /n1/env/include/spdlog/fmt/bundled/time.h
Reset time stamp for /usr/include/x86_64-linux-gnu/unicode/format.h
Can't create IntelliSense client for /home/sgao/Documents/sim/include/sim_perf.hpp
Reset time stamp for /usr/include/x86_64-linux-gnu/unicode/utypes.h
Reset time stamp for /usr/include/x86_64-linux-gnu/unicode/unistr.h
Reset time stamp for /usr/include/x86_64-linux-gnu/unicode/fmtable.h
Reset time stamp for /usr/include/x86_64-linux-gnu/unicode/fieldpos.h
Reset time stamp for /usr/include/x86_64-linux-gnu/unicode/fpositer.h
Reset time stamp for /usr/include/x86_64-linux-gnu/unicode/locid.h
Reset time stamp for /usr/include/c++/5/locale
Reset time stamp for /usr/include/c++/5/bits/locale_classes.h
Reset time stamp for /usr/include/c++/5/bits/locale_facets.h
Reset time stamp for /usr/include/c++/5/bits/locale_facets_nonio.h
Reset time stamp for /usr/include/c++/5/bits/locale_conv.h
Reset time stamp for /usr/include/x86_64-linux-gnu/sys/types.h
Reset time stamp for /usr/include/boost/predef/other/endian.h
Reset time stamp for /usr/include/boost/predef/library/c/gnu.h
Reset time stamp for /usr/include/boost/predef/library/c/_prefix.h
Reset time stamp for /usr/include/boost/predef/architecture.h
Reset time stamp for /usr/include/boost/predef/architecture/x86.h
Reset time stamp for /n1/env/include/folly/Range.h
Reset time stamp for /usr/include/boost/tr1/tr1/array
Reset time stamp for /usr/include/boost/tr1/array.hpp
Reset time stamp for /usr/include/boost/array.hpp
Reset time stamp for /n1/env/include/folly/ScopeGuard.h
Reset time stamp for /usr/include/boost/tr1/tr1/functional
Reset time stamp for /usr/include/boost/tr1/functional.hpp
Reset time stamp for /usr/include/boost/ref.hpp
Reset time stamp for /usr/include/boost/utility/result_of.hpp
Reset time stamp for /n1/env/include/boost/utility/result_of.hpp
Reset time stamp for /usr/include/boost/mem_fn.hpp
Reset time stamp for /usr/include/boost/bind.hpp
Reset time stamp for /usr/include/boost/function.hpp
Reset time stamp for /n1/env/include/boost/functional/hash.hpp
Reset time stamp for /n1/env/include/folly/net/NetworkSocket.h
Reset time stamp for /n1/env/include/folly/portability/Windows.h
Reset time stamp for /usr/lib/openmpi/include/openmpi/ompi/mca/io/io.h
Reset time stamp for /usr/lib/openmpi/include/mpi.h
Reset time stamp for /usr/lib/openmpi/include/openmpi/ompi/request/request.h
Reset time stamp for /n1/env/include/folly/dynamic.h
Reset time stamp for /usr/include/c++/5/memory
Reset time stamp for /usr/include/c++/5/ext/atomicity.h
Reset time stamp for /usr/include/x86_64-linux-gnu/c++/5/bits/gthr.h
Reset time stamp for /usr/include/x86_64-linux-gnu/c++/5/bits/gthr-default.h
Reset time stamp for /usr/include/boost/tr1/tr1/type_traits
Reset time stamp for /usr/include/boost/tr1/type_traits.hpp
Reset time stamp for /usr/include/boost/type_traits.hpp
Reset time stamp for /usr/include/boost/type_traits/aligned_storage.hpp
Reset time stamp for /usr/include/boost/type_traits/alignment_of.hpp
sending compilation args for /home/sgao/Documents/sim/src/bar_exec.cpp
include: /home/sgao/Documents/sim/include
Reset time stamp for /usr/include/boost/type_traits/common_type.hpp
include: /n1/env/include
include: /home/sgao/Documents/sim/sim-slicer
include: /usr/include/x86_64-linux-gnu/c++/9
Reset time stamp for /n1/env/include/boost/type_traits/common_type.hpp
include: /usr/include/c++/9
include: /usr/local/include
Reset time stamp for /usr/include/boost/type_traits/floating_point_promotion.hpp
include: /usr/include/x86_64-linux-gnu
include: /usr/include
Reset time stamp for /usr/include/boost/type_traits/is_member_function_pointer.hpp
define: sim_core_EXPORTS
other: --g++
other: --gnu_version=80100
Reset time stamp for /usr/include/boost/type_traits/type_with_alignment.hpp
stdver: c++17
intelliSenseMode: gcc-x64
Reset time stamp for /usr/include/boost/type_traits/ice.hpp
Reset time stamp for /n1/env/include/boost/type_traits.hpp
Reset time stamp for /usr/include/boost/type_traits/has_bit_and.hpp
Reset time stamp for /usr/include/boost/type_traits/has_complement.hpp
Reset time stamp for /usr/include/boost/type_traits/has_post_decrement.hpp
Reset time stamp for /usr/include/boost/tr1/tr1/utility
Reset time stamp for /usr/include/boost/tr1/utility.hpp
Reset time stamp for /usr/include/boost/mpl/if.hpp
Reset time stamp for /usr/include/boost/mpl/aux_/value_wknd.hpp
Reset time stamp for /usr/include/boost/mpl/aux_/na_spec.hpp
Reset time stamp for /usr/include/boost/mpl/aux_/lambda_support.hpp
Reset time stamp for /usr/include/boost/operators.hpp
Reset time stamp for /usr/include/boost/config.hpp
Reset time stamp for /usr/include/boost/config/select_compiler_config.hpp
Reset time stamp for /usr/include/boost/config/compiler/cray.hpp
Reset time stamp for /n1/env/include/boost/config/compiler/visualc.hpp
Reset time stamp for /usr/include/boost/config/select_platform_config.hpp
Reset time stamp for /usr/include/boost/config/platform/vxworks.hpp
Reset time stamp for /n1/env/include/folly/dynamic-inl.h
Reset time stamp for /n1/env/include/folly/Format.h
Reset time stamp for /n1/env/include/folly/String.h
Reset time stamp for /usr/include/boost/tr1/tr1/unordered_set
Reset time stamp for /usr/include/c++/5/tr1/unordered_set
Reset time stamp for /usr/include/c++/5/unordered_set
Reset time stamp for /usr/include/c++/5/list
Reset time stamp for /usr/include/c++/5/bits/stl_algobase.h
Reset time stamp for /usr/include/c++/5/parallel/algobase.h
Reset time stamp for /usr/include/c++/5/parallel/base.h
Reset time stamp for /usr/include/c++/5/parallel/parallel.h
Reset time stamp for /usr/include/c++/5/profile/list
Reset time stamp for /usr/include/c++/5/profile/base.h
Reset time stamp for /usr/include/c++/5/profile/impl/profiler.h
Reset time stamp for /usr/include/c++/5/profile/impl/profiler_hash_func.h
Reset time stamp for /usr/include/c++/5/profile/impl/profiler_node.h
Reset time stamp for /usr/include/c++/5/profile/impl/profiler_trace.h
Reset time stamp for /home/sgao/Documents/sim/include/sim_global.h
Reset time stamp for /usr/include/c++/5/unordered_map
Reset time stamp for /usr/include/c++/8/bits/hashtable.h
Reset time stamp for /usr/include/c++/8/bits/node_handle.h
Reset time stamp for /usr/include/c++/5/experimental/optional
Reset time stamp for /usr/include/c++/5/cstdio
Reset time stamp for /usr/include/stdio.h
Reset time stamp for /usr/include/libio.h
Reset time stamp for /usr/include/c++/5/cmath
Reset time stamp for /usr/include/math.h
Reset time stamp for /usr/include/x86_64-linux-gnu/bits/math-vector.h
Reset time stamp for /usr/include/boost/tr1/tr1/cmath
Reset time stamp for /usr/include/boost/tr1/cmath.hpp
Reset time stamp for /usr/include/boost/math/tr1.hpp
Reset time stamp for /usr/include/boost/tr1/tr1/complex
Reset time stamp for /usr/include/boost/tr1/complex.hpp
Reset time stamp for /usr/include/boost/math/complex.hpp
Reset time stamp for /usr/include/boost/tr1/tr1/random
Reset time stamp for /usr/include/boost/tr1/random.hpp
Reset time stamp for /usr/include/boost/random.hpp
Reset time stamp for /n1/env/include/boost/random.hpp
Reset time stamp for /usr/include/boost/nondet_random.hpp
Reset time stamp for /usr/include/c++/5/ext/random
Reset time stamp for /usr/lib/gcc/x86_64-linux-gnu/9/include/x86intrin.h
Reset time stamp for /usr/lib/gcc/x86_64-linux-gnu/9/include/fma4intrin.h
Reset time stamp for /usr/include/c++/8/mutex
Reset time stamp for /n1/env/include/tbb/compat/condition_variable
Reset time stamp for /usr/include/pthread.h
Reset time stamp for /n1/env/include/tbb/mutex.h
Reset time stamp for /n1/env/include/tbb/tbb_thread.h
Reset time stamp for /n1/env/include/tbb/tbb_exception.h
Reset time stamp for /n1/env/include/tbb/tbb_profiling.h
Reset time stamp for /n1/env/include/armadillo_bits/include_atlas.hpp
Reset time stamp for /usr/include/openblas/cblas.h
Reset time stamp for /usr/include/openblas/openblas_config.h
Reset time stamp for /n1/env/include/H5public.h
Reset time stamp for /n1/env/include/H5ACpublic.h
Reset time stamp for /n1/env/include/H5Epublic.h
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
Populate include completion cache.
Discovering files...
Processing folder (recursive): /usr/lib/gcc/x86_64-linux-gnu/9/include/
Processing folder (recursive): /usr/local/include/
Processing folder (recursive): /usr/lib/gcc/x86_64-linux-gnu/9/include-fixed/
Processing folder (recursive): /usr/include/
cpptools/didChangeCompileCommands
terminating child process: 7261
still alive, killing...
not exited yet. Will sleep for 10 milliseconds and try again
Failed to read response from server: 22
Update IntelliSense time (sec): 3.54
Closing the communication channel.
Shutting down IntelliSense server: /home/sgao/Documents/sim/src/bar_exec.cpp
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
sending compilation args for /home/sgao/Documents/sim/src/bar_exec.cpp
include: /home/sgao/Documents/sim/include
include: /n1/env/include
include: /home/sgao/Documents/sim/sim-slicer
include: /usr/include/x86_64-linux-gnu/c++/9
include: /usr/include/c++/9
include: /usr/local/include
include: /usr/include/x86_64-linux-gnu
include: /usr/include
define: sim_core_EXPORTS
other: --g++
other: --gnu_version=80100
stdver: c++17
intelliSenseMode: gcc-x64
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
Processing folder (recursive): /n1/env/include/
cpptools/fileDeleted
cpptools/getCodeActions: 11
Processing folder (recursive): /home/sgao/Documents/sim/
Discovering files: 37960 file(s) processed
0 file(s) removed from database
Done discovering files.
Parsing open files...
Parsing remaining files...
tag parsing file: /home/sgao/Documents/sim/src/bar_exec.cpp
Done parsing open files.
tag parsing file: /home/sgao/Documents/sim/include/sim_exec.h
tag parsing file: /home/sgao/Documents/sim/include/sim_asset.h
tag parsing file: /home/sgao/Documents/sim/include/sim_data_pool.h
tag parsing file: /home/sgao/Documents/sim/include/termbase.h
tag parsing file: /n1/env/include/folly/FileUtil.h
tag parsing file: /n1/env/include/folly/dynamic.h
tag parsing file: /usr/include/c++/5/list
tag parsing file: /usr/include/c++/5/profile/list
tag parsing file: /home/sgao/Documents/sim/include/sim_global.h
tag parsing file: /home/sgao/Documents/sim/include/sim_type.h
tag parsing file: /n1/env/include/sim/sim_producer.hpp
tag parsing file: /n1/env/include/folly/Conv.h
tag parsing file: /n1/env/include/folly/FBVector.h
tag parsing file: /home/sgao/Documents/sim/include/sim_dataitem.h
tag parsing file: /home/sgao/Documents/sim/include/sim_test.hpp
tag parsing file: /usr/include/boost/bimap.hpp
tag parsing file: /usr/include/c++/5/string
tag parsing file: /home/sgao/Documents/sim/include/bar_exec.hpp
tag parsing file: /usr/include/x86_64-linux-gnu/sys/stat.h
tag parsing file: /usr/include/x86_64-linux-gnu/sys/types.h
tag parsing file: /n1/env/include/folly/Range.h
tag parsing file: /n1/env/include/folly/ScopeGuard.h
tag parsing file: /n1/env/include/folly/net/NetworkSocket.h
tag parsing file: /usr/include/c++/5/memory
tag parsing file: /usr/include/boost/tr1/tr1/type_traits
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/tr1/type_traits
tag parsing file: /usr/include/boost/tr1/tr1/utility
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/tr1/utility
tag parsing file: /usr/include/boost/operators.hpp
tag parsing file: /n1/env/include/folly/dynamic-inl.h
tag parsing file: /usr/include/c++/5/bits/stl_algobase.h
tag parsing file: /usr/include/c++/5/profile/base.h
tag parsing file: /usr/include/c++/5/unordered_map
tag parsing file: /n1/env/include/armadillo
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /n1/env/include/armadillo
tag parsing file: /usr/include/boost/filesystem.hpp
tag parsing file: /usr/include/boost/interprocess/file_mapping.hpp
tag parsing file: /usr/include/boost/interprocess/mapped_region.hpp
tag parsing file: /usr/include/boost/interprocess/shared_memory_object.hpp
tag parsing file: /usr/include/boost/iostreams/device/mapped_file.hpp
tag parsing file: /usr/include/c++/5/parallel/algorithm
tag parsing file: /usr/include/c++/5/climits
tag parsing file: /usr/include/boost/tr1/tr1/tuple
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/tr1/tuple
tag parsing file: /n1/env/include/folly/memory/Malloc.h
tag parsing file: /usr/include/boost/algorithm/string/replace.hpp
tag parsing file: /n1/env/include/json.hpp
cpptools/getCodeActions: 12
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /n1/env/include/json.hpp
tag parsing file: /usr/include/gtest/gtest.h
tag parsing file: /usr/include/boost/bimap/bimap.hpp
tag parsing file: /usr/include/c++/5/bits/char_traits.h
tag parsing file: /usr/include/linux/time.h
tag parsing file: /n1/env/include/spdlog/fmt/bundled/time.h
tag parsing file: /usr/include/boost/predef/other/endian.h
tag parsing file: /usr/include/boost/tr1/tr1/array
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/tr1/array
tag parsing file: /usr/include/boost/tr1/tr1/functional
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/tr1/functional
tag parsing file: /n1/env/include/folly/portability/Windows.h
tag parsing file: /usr/include/c++/5/ext/atomicity.h
tag parsing file: /usr/include/boost/tr1/type_traits.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/type_traits.hpp
tag parsing file: /usr/include/boost/tr1/utility.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/utility.hpp
tag parsing file: /usr/include/boost/config.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/config.hpp
tag parsing file: /n1/env/include/folly/Format.h
tag parsing file: /usr/include/c++/5/parallel/algobase.h
tag parsing file: /usr/include/c++/5/profile/impl/profiler.h
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/c++/5/profile/impl/profiler.h
tag parsing file: /usr/include/c++/8/bits/hashtable.h
tag parsing file: /usr/include/c++/5/cstdio
tag parsing file: /usr/include/c++/5/cmath
cpptools/fileCreated
tag parsing file: /usr/include/boost/tr1/tr1/cmath
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/tr1/cmath
tag parsing file: /usr/include/boost/tr1/tr1/complex
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/tr1/complex
tag parsing file: /usr/include/boost/tr1/tr1/random
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/tr1/random
tag parsing file: /usr/include/c++/5/ext/random
tag parsing file: /usr/include/c++/8/mutex
tag parsing file: /n1/env/include/armadillo_bits/include_atlas.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /n1/env/include/armadillo_bits/include_atlas.hpp
tag parsing file: /n1/env/include/armadillo_bits/include_hdf5.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /n1/env/include/armadillo_bits/include_hdf5.hpp
Error squiggle count: 1
Error squiggles will be disabled in: file:///home/sgao/Documents/sim/src/bar_exec.cpp
terminating child process: 7351
Update IntelliSense time (sec): 1.037
tag parsing file: /usr/include/boost/filesystem/config.hpp
tag parsing file: /usr/include/boost/filesystem/path.hpp
tag parsing file: /usr/include/boost/filesystem/operations.hpp
cpptools/fileDeleted
tag parsing file: /usr/include/boost/interprocess/detail/workaround.hpp
tag parsing file: /usr/include/boost/interprocess/interprocess_fwd.hpp
tag parsing file: /usr/include/boost/interprocess/detail/utilities.hpp
tag parsing file: /usr/include/boost/move/utility_core.hpp
tag parsing file: /usr/include/boost/interprocess/detail/win32_api.hpp
tag parsing file: /n1/env/include/boost/interprocess/detail/win32_api.hpp
tag parsing file: /usr/include/boost/interprocess/sync/windows/sync_utils.hpp
tag parsing file: /usr/include/x86_64-linux-gnu/sys/mman.h
tag parsing file: /usr/include/x86_64-linux-gnu/sys/shm.h
tag parsing file: /usr/include/boost/interprocess/detail/windows_intermodule_singleton.hpp
tag parsing file: /usr/include/x86_64-linux-gnu/sys/sysctl.h
tag parsing file: /usr/include/boost/iostreams/close.hpp
tag parsing file: /usr/include/boost/iostreams/operations_fwd.hpp
tag parsing file: /usr/include/boost/shared_ptr.hpp
tag parsing file: /usr/include/boost/type_traits/is_same.hpp
tag parsing file: /usr/include/c++/5/parallel/algorithmfwd.h
tag parsing file: /usr/include/c++/5/parallel/algo.h
tag parsing file: /usr/include/limits.h
tag parsing file: /usr/include/boost/tr1/tuple.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/tuple.hpp
tag parsing file: /n1/env/include/jemalloc/jemalloc.h
tag parsing file: /usr/lib/openmpi/include/openmpi/opal/util/malloc.h
tag parsing file: /usr/include/boost/range/iterator_range_core.hpp
tag parsing file: /n1/env/include/boost/range/iterator_range_core.hpp
tag parsing file: /usr/include/boost/range/begin.hpp
tag parsing file: /usr/include/boost/range/iterator.hpp
tag parsing file: /usr/include/boost/range/const_iterator.hpp
tag parsing file: /usr/include/boost/algorithm/string/find_format.hpp
tag parsing file: /usr/include/boost/algorithm/string/formatter.hpp
tag parsing file: /usr/include/c++/5/valarray
tag parsing file: /usr/include/c++/5/clocale
tag parsing file: /usr/include/gtest/internal/gtest-internal.h
cpptools/getCodeActions: 13
tag parsing file: /usr/include/gtest/gtest-param-test.h
tag parsing file: /usr/include/boost/mpl/aux_/na.hpp
tag parsing file: /usr/include/boost/serialization/nvp.hpp
tag parsing file: /usr/include/boost/bimap/detail/bimap_core.hpp
cpptools/getCodeActions: 14
tag parsing file: /usr/include/boost/bimap/relation/support/data_extractor.hpp
tag parsing file: /usr/include/c++/5/cwchar
tag parsing file: /usr/include/linux/types.h
tag parsing file: /usr/include/x86_64-linux-gnu/unicode/format.h
tag parsing file: /usr/include/c++/5/locale
tag parsing file: /usr/include/boost/predef/library/c/gnu.h
tag parsing file: /usr/include/boost/predef/architecture.h
tag parsing file: /usr/include/boost/tr1/array.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/array.hpp
tag parsing file: /usr/include/boost/tr1/functional.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/functional.hpp
tag parsing file: /usr/lib/openmpi/include/openmpi/ompi/mca/io/io.h
tag parsing file: /usr/include/x86_64-linux-gnu/c++/5/bits/gthr.h
tag parsing file: /usr/include/boost/type_traits.hpp
tag parsing file: /n1/env/include/boost/type_traits.hpp
tag parsing file: /usr/include/boost/mpl/if.hpp
tag parsing file: /usr/include/boost/config/select_compiler_config.hpp
tag parsing file: /usr/include/boost/config/select_platform_config.hpp
tag parsing file: /n1/env/include/folly/String.h
tag parsing file: /usr/include/c++/5/parallel/base.h
tag parsing file: /usr/include/c++/5/profile/impl/profiler_hash_func.h
tag parsing file: /usr/include/c++/8/bits/node_handle.h
tag parsing file: /usr/include/stdio.h
tag parsing file: /usr/include/math.h
tag parsing file: /usr/include/boost/tr1/cmath.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/cmath.hpp
tag parsing file: /usr/include/boost/tr1/complex.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/complex.hpp
tag parsing file: /usr/include/boost/tr1/random.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/random.hpp
tag parsing file: /usr/lib/gcc/x86_64-linux-gnu/9/include/x86intrin.h
tag parsing file: /n1/env/include/tbb/compat/condition_variable
tag parsing file: /usr/include/openblas/cblas.h
tag parsing file: /n1/env/include/hdf5.h
tag parsing file: /usr/include/boost/config/auto_link.hpp
tag parsing file: /usr/include/boost/system/error_code.hpp
tag parsing file: /usr/include/boost/iterator/iterator_facade.hpp
tag parsing file: /usr/include/boost/io/detail/quoted_manip.hpp
tag parsing file: /usr/include/boost/functional/hash_fwd.hpp
tag parsing file: /n1/env/include/boost/functional/hash_fwd.hpp
tag parsing file: /usr/include/boost/detail/scoped_enum_emulation.hpp
tag parsing file: /usr/include/boost/utility/enable_if.hpp
tag parsing file: /usr/include/boost/range/mutable_iterator.hpp
tag parsing file: /usr/include/c++/5/stack
tag parsing file: /usr/include/x86_64-linux-gnu/sys/param.h
tag parsing file: /n1/env/include/boost/interprocess/detail/std_fwd.hpp
tag parsing file: /usr/include/boost/intrusive/pointer_traits.hpp
tag parsing file: /n1/env/include/boost/intrusive/pointer_traits.hpp
tag parsing file: /usr/include/boost/move/detail/meta_utils.hpp
tag parsing file: /usr/include/boost/date_time/filetime_functions.hpp
tag parsing file: /usr/include/deepin-wine/windows/windows.h
tag parsing file: /usr/include/deepin-wine/windows/objbase.h
tag parsing file: /usr/include/deepin-wine/windows/shlobj.h
tag parsing file: /usr/include/boost/interprocess/sync/spin/mutex.hpp
tag parsing file: /usr/include/boost/interprocess/sync/scoped_lock.hpp
tag parsing file: /usr/include/boost/interprocess/sync/windows/winapi_semaphore_wrapper.hpp
tag parsing file: /usr/include/boost/unordered/unordered_map.hpp
tag parsing file: /n1/env/include/boost/unordered/unordered_map.hpp
tag parsing file: /usr/include/boost/container/map.hpp
tag parsing file: /n1/env/include/boost/container/map.hpp
tag parsing file: /usr/include/x86_64-linux-gnu/bits/mman.h
tag parsing file: /usr/include/x86_64-linux-gnu/sys/ipc.h
tag parsing file: /usr/include/boost/container/string.hpp
tag parsing file: /n1/env/include/boost/container/string.hpp
tag parsing file: /usr/include/boost/interprocess/detail/intermodule_singleton_common.hpp
tag parsing file: /usr/include/linux/sysctl.h
tag parsing file: /usr/include/boost/iostreams/flush.hpp
tag parsing file: /usr/include/boost/iostreams/detail/adapter/non_blocking_adapter.hpp
tag parsing file: /usr/include/boost/iostreams/detail/select.hpp
tag parsing file: /usr/include/boost/iostreams/detail/wrap_unwrap.hpp
tag parsing file: /usr/include/boost/iostreams/traits.hpp
tag parsing file: /usr/include/boost/type_traits/is_convertible.hpp
tag parsing file: /n1/env/include/boost/type_traits/is_convertible.hpp
tag parsing file: /usr/include/boost/type_traits/remove_cv.hpp
tag parsing file: /usr/include/boost/mpl/not.hpp
tag parsing file: /usr/include/boost/type_traits/is_base_and_derived.hpp
tag parsing file: /usr/include/boost/smart_ptr/shared_ptr.hpp
tag parsing file: /n1/env/include/boost/smart_ptr/shared_ptr.hpp
tag parsing file: /usr/include/boost/type_traits/detail/bool_trait_def.hpp
tag parsing file: /usr/include/c++/5/parallel/tags.h
tag parsing file: /usr/include/c++/5/parallel/sort.h
tag parsing file: /usr/include/c++/5/parallel/workstealing.h
tag parsing file: /usr/include/c++/5/parallel/unique_copy.h
tag parsing file: /usr/include/x86_64-linux-gnu/bits/posix1_lim.h
tag parsing file: /usr/include/boost/tuple/tuple.hpp
tag parsing file: /usr/include/boost/fusion/include/tuple.hpp
tag parsing file: /usr/include/boost/fusion/include/std_pair.hpp
tag parsing file: /usr/include/c++/5/tr1/stdbool.h
tag parsing file: /usr/lib/openmpi/include/openmpi/opal_config.h
tag parsing file: /usr/include/boost/mpl/or.hpp
tag parsing file: /usr/include/boost/type_traits/is_function.hpp
tag parsing file: /usr/include/boost/type_traits/is_pointer.hpp
tag parsing file: /usr/include/boost/range/functions.hpp
tag parsing file: /usr/include/boost/range/has_range_iterator.hpp
tag parsing file: /usr/include/boost/range/algorithm/equal.hpp
tag parsing file: /n1/env/include/boost/next_prior.hpp
tag parsing file: /usr/include/boost/range/detail/begin.hpp
tag parsing file: /usr/include/boost/mpl/eval_if.hpp
tag parsing file: /usr/include/boost/range/detail/extract_optional_type.hpp
tag parsing file: /usr/include/c++/5/deque
tag parsing file: /usr/include/boost/range/as_literal.hpp
tag parsing file: /usr/include/boost/algorithm/string/detail/find_format.hpp
tag parsing file: /usr/include/boost/algorithm/string/detail/formatter.hpp
tag parsing file: /usr/include/c++/5/bits/valarray_array.h
tag parsing file: /usr/include/log4cxx/helpers/locale.h
tag parsing file: /usr/include/gtest/internal/gtest-port.h
tag parsing file: /n1/env/include/gtest/internal/gtest-port.h
tag parsing file: /usr/include/x86_64-linux-gnu/sys/wait.h
tag parsing file: /usr/include/c++/5/tr1/float.h
tag parsing file: /usr/include/c++/5/iomanip
tag parsing file: /usr/include/c++/5/set
tag parsing file: /usr/include/c++/5/debug/set
tag parsing file: /usr/include/c++/5/profile/set
tag parsing file: /usr/include/gtest/internal/gtest-type-util.h
tag parsing file: /usr/include/gtest/internal/gtest-param-util.h
tag parsing file: /usr/include/boost/mpl/bool.hpp
tag parsing file: /usr/include/boost/mpl/aux_/na_fwd.hpp
tag parsing file: /usr/include/boost/mpl/integral_c.hpp
tag parsing file: /n1/env/include/boost/hana/ext/boost/mpl/integral_c.hpp
tag parsing file: /usr/include/boost/serialization/level.hpp
tag parsing file: /usr/include/boost/serialization/tracking.hpp
tag parsing file: /usr/include/boost/serialization/split_member.hpp
tag parsing file: /usr/include/boost/serialization/base_object.hpp
tag parsing file: /usr/include/boost/preprocessor/stringize.hpp
tag parsing file: /usr/include/boost/mpl/placeholders.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/mpl/placeholders.hpp
tag parsing file: /usr/include/boost/mpl/push_front.hpp
tag parsing file: /usr/include/boost/mpl/vector.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/mpl/vector.hpp
tag parsing file: /n1/env/include/boost/hana/ext/boost/mpl/vector.hpp
tag parsing file: /usr/include/boost/concept_check.hpp
tag parsing file: /usr/include/boost/multi_index_container.hpp
tag parsing file: /usr/include/boost/bimap/relation/mutant_relation.hpp
tag parsing file: /usr/include/boost/bimap/detail/manage_bimap_key.hpp
tag parsing file: /usr/include/boost/bimap/detail/map_view_iterator.hpp
tag parsing file: /usr/include/boost/bimap/set_of.hpp
tag parsing file: /usr/include/boost/bimap/unconstrained_set_of.hpp
tag parsing file: /usr/include/boost/bimap/relation/detail/metadata_access_builder.hpp
tag parsing file: /usr/include/wchar.h
tag parsing file: /usr/include/x86_64-linux-gnu/asm/types.h
tag parsing file: /usr/include/linux/posix_types.h
tag parsing file: /usr/include/x86_64-linux-gnu/unicode/utypes.h
tag parsing file: /usr/include/x86_64-linux-gnu/unicode/unistr.h
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/x86_64-linux-gnu/unicode/unistr.h
tag parsing file: /usr/include/x86_64-linux-gnu/unicode/fmtable.h
tag parsing file: /usr/include/x86_64-linux-gnu/unicode/fieldpos.h
tag parsing file: /usr/include/x86_64-linux-gnu/unicode/fpositer.h
tag parsing file: /usr/include/x86_64-linux-gnu/unicode/locid.h
tag parsing file: /usr/include/c++/5/bits/locale_classes.h
tag parsing file: /usr/include/c++/5/bits/locale_facets.h
tag parsing file: /usr/include/c++/5/bits/locale_facets_nonio.h
tag parsing file: /usr/include/c++/5/bits/locale_conv.h
tag parsing file: /usr/include/boost/predef/library/c/_prefix.h
tag parsing file: /usr/include/boost/predef/architecture/x86.h
tag parsing file: /usr/include/boost/array.hpp
tag parsing file: /usr/include/boost/ref.hpp
tag parsing file: /usr/include/boost/utility/result_of.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/utility/result_of.hpp
tag parsing file: /n1/env/include/boost/utility/result_of.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /n1/env/include/boost/utility/result_of.hpp
tag parsing file: /usr/include/boost/mem_fn.hpp
tag parsing file: /usr/include/boost/bind.hpp
tag parsing file: /usr/include/boost/function.hpp
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/function.hpp
tag parsing file: /n1/env/include/boost/functional/hash.hpp
tag parsing file: /usr/lib/openmpi/include/mpi.h
tag parsing file: /usr/lib/openmpi/include/openmpi/ompi/request/request.h
tag parsing file: /usr/include/x86_64-linux-gnu/c++/5/bits/gthr-default.h
tag parsing file: /usr/include/boost/type_traits/aligned_storage.hpp
tag parsing file: /usr/include/boost/type_traits/alignment_of.hpp
tag parsing file: /usr/include/boost/type_traits/common_type.hpp
tag parsing file: /n1/env/include/boost/type_traits/common_type.hpp
tag parsing file: /usr/include/boost/type_traits/floating_point_promotion.hpp
tag parsing file: /usr/include/boost/type_traits/is_member_function_pointer.hpp
tag parsing file: /usr/include/boost/type_traits/type_with_alignment.hpp
tag parsing file: /usr/include/boost/type_traits/ice.hpp
tag parsing file: /usr/include/boost/type_traits/has_bit_and.hpp
tag parsing file: /usr/include/boost/type_traits/has_complement.hpp
tag parsing file: /usr/include/boost/type_traits/has_post_decrement.hpp
tag parsing file: /usr/include/boost/mpl/aux_/value_wknd.hpp
tag parsing file: /usr/include/boost/mpl/aux_/na_spec.hpp
tag parsing file: /usr/include/boost/mpl/aux_/lambda_support.hpp
tag parsing file: /usr/include/boost/config/compiler/cray.hpp
tag parsing file: /n1/env/include/boost/config/compiler/visualc.hpp
tag parsing file: /usr/include/boost/config/platform/vxworks.hpp
tag parsing file: /usr/include/boost/tr1/tr1/unordered_set
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /usr/include/boost/tr1/tr1/unordered_set
tag parsing file: /usr/include/c++/5/tr1/unordered_set
tag parsing file: /usr/include/c++/5/unordered_set
tag parsing file: /usr/include/c++/5/parallel/parallel.h
tag parsing file: /usr/include/c++/5/profile/impl/profiler_node.h
tag parsing file: /usr/include/c++/5/profile/impl/profiler_trace.h
cpptools/fileCreated
tag parsing file: /usr/include/c++/5/experimental/optional
tag parsing file: /usr/include/libio.h
tag parsing file: /usr/include/x86_64-linux-gnu/bits/math-vector.h
tag parsing file: /usr/include/boost/math/tr1.hpp
tag parsing file: /usr/include/boost/math/complex.hpp
tag parsing file: /usr/include/boost/random.hpp
tag parsing file: /n1/env/include/boost/random.hpp
tag parsing file: /usr/include/boost/nondet_random.hpp
tag parsing file: /usr/lib/gcc/x86_64-linux-gnu/9/include/fma4intrin.h
tag parsing file: /usr/include/pthread.h
tag parsing file: /n1/env/include/tbb/mutex.h
tag parsing file: /n1/env/include/tbb/tbb_thread.h
Tag parsing encountered a error, but it may not matter. Let us know if symbols in the file can't be found: /n1/env/include/tbb/tbb_thread.h
tag parsing file: /n1/env/include/tbb/tbb_exception.h
tag parsing file: /n1/env/include/tbb/tbb_profiling.h
tag parsing file: /usr/include/openblas/openblas_config.h
tag parsing file: /n1/env/include/H5public.h
tag parsing file: /n1/env/include/H5ACpublic.h
tag parsing file: /n1/env/include/H5Epublic.h
cpptools/fileDeleted
cpptools/getCodeActions: 15
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 16
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 17
cpptools/fileCreated
cpptools/fileDeleted
tag parsing file: /home/sgao/Documents/sim/include/termbase_impl_intra.hpp
Parsing: 7279 files(s) processed
Done parsing remaining files.
cpptools/getCodeActions: 18
Database safe to open
cpptools/activeDocumentChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/completion: 19
auto_complete::handle_completion: file:///home/sgao/Documents/sim/src/bar_exec.cpp (168:4)
Offering completion
sending 2 changes to server
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
idle loop: reparsing the active document
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
cpptools/getCodeActions: 20
sending 4 changes to server
textDocument/didChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: 21
Error squiggle count: 1
Update IntelliSense time (sec): 0.746
cpptools/getCodeActions: 22
textDocument/didChange
cpptools/textEditorSelectionChange
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/completion: 23
auto_complete::handle_completion: file:///home/sgao/Documents/sim/src/bar_exec.cpp (168:4)
Offering completion
sending 3 changes to server
textDocument/didChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: 24
textDocument/didChange
cpptools/textEditorSelectionChange
Error squiggle count: 1
Update IntelliSense time (sec): 0.984
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: 25
textDocument/didChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: 26
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
sending 9 changes to server
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
Error squiggle count: 1
Update IntelliSense time (sec): 0.654
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: 27
textDocument/didSave
tag parsing file: /home/sgao/Documents/sim/src/bar_exec.cpp
cpptools/fileChanged
cpptools/getCodeActions: 29
idle loop: reparsing the active document
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
sending 4 changes to server
cpptools/getCodeActions: 30
Error squiggle count: 1
Update IntelliSense time (sec): 0.594
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 31
cpptools/getCodeActions: 32
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 33
cpptools/getDocumentSymbols: 34
cpptools/getDocumentSymbols
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 35
Database safe to open
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 36
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 37
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 38
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 39
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 40
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 41
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 42
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 43
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 44
textDocument/didChange
cpptools/textEditorSelectionChange
cpptools/fileCreated
textDocument/didChange
cpptools/textEditorSelectionChange
cpptools/fileDeleted
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
textDocument/completion: 45
auto_complete::handle_completion: file:///home/sgao/Documents/sim/src/bar_exec.cpp (168:4)
Offering completion
sending 2 changes to server
textDocument/didChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: 46
textDocument/didChange
cpptools/textEditorSelectionChange
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
sending 4 changes to server
cpptools/getCodeActions: 47
textDocument/didChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: 48
cpptools/fileCreated
Error squiggle count: 1
Update IntelliSense time (sec): 1.352
cpptools/fileDeleted
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
textDocument/didChange
cpptools/textEditorSelectionChange
sending 2 changes to server
cpptools/getCodeActions: 49
textDocument/didChange
cpptools/textEditorSelectionChange
textDocument/didChange
cpptools/textEditorSelectionChange
Error squiggle count: 1
Update IntelliSense time (sec): 0.717
cpptools/getCodeActions: 50
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
textDocument/didSave
tag parsing file: /home/sgao/Documents/sim/src/bar_exec.cpp
cpptools/fileCreated
cpptools/fileChanged
sending 2 changes to server
cpptools/fileDeleted
cpptools/getCodeActions: 52
Error squiggle count: 1
Update IntelliSense time (sec): 0.588
cpptools/getCodeActions: 53
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 54
idle loop: reparsing the active document
Checking for syntax errors: file:///home/sgao/Documents/sim/src/bar_exec.cpp
Queueing IntelliSense update for files in translation unit of: /home/sgao/Documents/sim/src/bar_exec.cpp
cpptools/getDocumentSymbols: 55
cpptools/getDocumentSymbols
Error squiggle count: 1
Update IntelliSense time (sec): 0.619
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 56
cpptools/getCodeActions: 57
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 58
Database safe to open
cpptools/fileCreated
cpptools/fileDeleted
cpptools/getCodeActions: 59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment