User Details
- User Since
- Dec 29 2012, 7:36 AM (570 w, 6 d)
Jun 14 2019
Apr 26 2018
About the timing testing: I'm not very familiar with boost, but it probably has a library that's using templates more than either LLVM or Qt. Maybe you can test one of those too?
Apr 24 2018
Committed as r330692
Jan 5 2018
lgtm. Ilya?
Dec 6 2017
Nov 30 2017
Bumped the CINDEX_VERSION_MINOR.
I moved all code to the TextDiagnostics, so all other interfaces still get byte offsets.
Nov 28 2017
Submitted as r317308.
Maybe something like this works:
Nov 14 2017
Committed as r318142.
Nov 3 2017
The patch has aged a bit since upload, so does it still apply? And, can you add a testcase please?
Oct 24 2017
Oct 6 2017
lgtm, but someone else will probably have to review it too.
Added more context to the diff
Oct 5 2017
Oct 4 2017
Sep 12 2017
I'd put/fix Nik's issue in a separate patch.
Sep 8 2017
Will this fix PR25023 and PR21144?
Aug 29 2017
Aug 22 2017
Aug 18 2017
I'll commit it, probably next Tuesday.
Can you check if the example in https://bugs.llvm.org/show_bug.cgi?id=33574 works correctly?
Jul 19 2017
Jul 14 2017
Jul 9 2017
Sorry, now with more context in the diff.
Jul 5 2017
Jun 30 2017
Jun 9 2017
Jun 1 2017
May 30 2017
Committed as r304212.
Ping?
May 22 2017
May 16 2017
May 12 2017
Fixed with the next patch.
Mar 28 2017
Committed as r298905.
Added a test for the specific scenario, and added asserts for validity of UFEs returned by getVirtualFile.
Landed as r298903.
Mar 8 2017
@klimek no, it's a 1 line fix. The rest was the previous version of the patch.
Feb 22 2017
Feb 17 2017
Feb 16 2017
Feb 14 2017
Feb 9 2017
Feb 7 2017
Fixed all failing tests on Windows.
Jan 27 2017
besc: I can't reproduce any crash. I tried trunk and the release_39 branch with msvc2015.
Dec 15 2016
That's actually working around the real problem, see https://reviews.llvm.org/D27810 . I'm also not sure if this is safe: if the memory buffer is mmap-backed, this could lead to some kind of use-after-free, because clang often uses StringRefs back into buffers in order to minimise string copies.
Dec 8 2016
Dec 7 2016
Oct 28 2016
Committed as r285386.