- 11 Jun, 2019 10 commits
-
-
Dan authored
-
Dan authored
-
Dan authored
-
Dan authored
-
Dan authored
-
Dan authored
-
Dan authored
-
Dan authored
-
Dan authored
On some linuxes, /usr/include belongs to GCC and the standard libraries that work with clang are in /usr/lib/clang/8.0.0 or some variation thereof. This results in errors such as: ``` /../lib64/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../include/c++/8.3.0/bits/cxxabi_init_exception.h:38:10: fatal error: 'stddef.h' file not found ``` during extraction.
-
Dan authored
Recent versions of clang.cindex include [code][1] that converts the internal byte strings to python str for you. [1]: https://github.com/llvm-mirror/clang/blob/master/bindings/python/clang/cindex.py#L72
-
- 12 Apr, 2017 1 commit
-
-
Wenzel Jakob authored
When processing many files that contain top-level items with the same name (e.g. "operator<<"), the output was non-deterministic and depended on the order in which the different Clang processes finished. This commit adds sorting that also accounts for the filename to prevent random changes from run to run.
-
- 20 May, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 01 May, 2016 2 commits
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 30 Apr, 2016 2 commits
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 29 Apr, 2016 2 commits
-
-
Wenzel Jakob authored
-
Merlin Nimier-David authored
This prevented `DOC(...)` calls with 5 arguments to resolve correctly.
-
- 26 Apr, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 25 Apr, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 19 Apr, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 04 Aug, 2015 1 commit
-
-
Wenzel Jakob authored
-
- 31 Jul, 2015 1 commit
-
-
Wenzel Jakob authored
-
- 23 Jul, 2015 1 commit
-
-
Wenzel Jakob authored
-
- 21 Jul, 2015 1 commit
-
-
Wenzel Jakob authored
-