Jacob Dufault
|
511f6c5248
|
Fix crash when loading old cache when file format changed.
Also eliminate an unnecessary copy after finishing deserialization.
|
2017-06-13 21:00:51 -07:00 |
|
Jacob Dufault
|
dec484ed0d
|
Only report diagnostics from code completion document parse.
Also use shared_ptr, hopefully fix memory crashes.
|
2017-06-09 21:13:16 -07:00 |
|
Jacob Dufault
|
598b53efff
|
Show diagnostics for tests, update absolute paths
|
2017-06-08 23:22:00 -07:00 |
|
Jacob Dufault
|
1d67d1ee37
|
Add additional metadata to function declarations.
|
2017-05-27 18:53:22 -07:00 |
|
Jacob Dufault
|
8bbd9b7694
|
Revert change to use CXTranslationUnit_Incomplete when indexing. It broke tests.
|
2017-05-24 20:06:05 -07:00 |
|
Jacob Dufault
|
32940e2c88
|
Experiment with caching CXIndex across multiple sessions
|
2017-05-24 19:04:19 -07:00 |
|
Jacob Dufault
|
8910d0a13e
|
Fix warnings (almost all numeric cast-related)
|
2017-05-21 16:22:00 -07:00 |
|
Jacob Dufault
|
864ff122d8
|
Scan include directories for include completion candidates.
|
2017-05-21 12:51:15 -07:00 |
|
Jacob Dufault
|
f9787f83d8
|
Don't serialize diagnostics
|
2017-05-18 22:44:23 -07:00 |
|
Jacob Dufault
|
1d6477c3e9
|
Fix compile
|
2017-05-18 18:14:15 -07:00 |
|
Jacob Dufault
|
f907d1d1b9
|
When indexing make sure we use the correct contents.
Hopefully this will make overlapping saves more robust.
|
2017-05-16 00:38:15 -07:00 |
|
Jacob Dufault
|
ff421723a5
|
Renames and fix some operator < implementations
|
2017-05-11 23:08:15 -07:00 |
|
Jacob Dufault
|
91b5614c7e
|
Optimize import pipeline.
Previous implementation was slower at reindexing if loading from cache because primary cc files would be reindexed for every dependency that changed.
|
2017-04-23 18:01:51 -07:00 |
|
Jacob Dufault
|
7326b861ac
|
Simplify dependency management when updating index for a file.
|
2017-04-20 01:05:19 -07:00 |
|
Jacob Dufault
|
1f6da81009
|
Preserve dependencies across multiple index runs.
|
2017-04-20 00:53:33 -07:00 |
|
Jacob Dufault
|
4d9567a0c2
|
Fix reindexing for header files
|
2017-04-20 00:25:38 -07:00 |
|
Jacob Dufault
|
d83b1591a4
|
Serialized indexes are now versioned. Old versions are not imported.
|
2017-04-19 23:02:24 -07:00 |
|
Jacob Dufault
|
b4fb350140
|
Include file modification time in index
|
2017-04-19 21:57:44 -07:00 |
|
Jacob Dufault
|
cbe308c0f9
|
Try to have better behavior when types are defined across multiple files.
|
2017-04-18 23:56:37 -07:00 |
|
Jacob Dufault
|
c615535d33
|
vscode settings can now include an additional set of clang arguments to apply.
|
2017-04-17 21:06:01 -07:00 |
|
Jacob Dufault
|
07c984d6c7
|
- Add type information to qualified_name, remove hover.
- Allow tests to automatically update their expecatations
|
2017-04-14 21:53:10 -07:00 |
|
Jacob Dufault
|
d6123bd861
|
Every function usage is now considered a call of that function.
This means we will now report function calls that happen in the global scope (previously, those would only show up for find all refs).
|
2017-04-13 00:47:47 -07:00 |
|
Jacob Dufault
|
d5e5d96a9e
|
- Slightly more robust file parsing
- Make memory ownership slightly clearer in indexer
|
2017-04-12 23:01:42 -07:00 |
|
Jacob Dufault
|
abbc6380f4
|
Fix indexing function call when there is implicit ctor call
|
2017-04-12 00:36:17 -07:00 |
|
Jacob Dufault
|
76b6a3d4fd
|
Store indexed dependencies so we can reload all files when restoring from cache. Also slightly improve goto definition source range
|
2017-04-10 22:26:27 -07:00 |
|
Jacob Dufault
|
e9f0c57708
|
Implement textDocument/references
|
2017-04-09 22:34:06 -07:00 |
|
Jacob Dufault
|
56f0b3a90a
|
Auto-index header files
|
2017-04-08 15:54:36 -07:00 |
|
Jacob Dufault
|
460a428ced
|
Parse now returns a vector of unique_ptrs
|
2017-04-08 13:00:08 -07:00 |
|
Jacob Dufault
|
f0e8d0110c
|
Add call refs from ctor context
|
2017-04-08 11:36:32 -07:00 |
|
Jacob Dufault
|
74b1fe7194
|
QueryFile is now storing symbol indices directly
|
2017-04-08 00:11:57 -07:00 |
|
Jacob Dufault
|
baa7d2c8cb
|
reenable serialize to/from tests
|
2017-04-05 01:30:19 -07:00 |
|
Jacob Dufault
|
17c3a8bf57
|
Update test with current index state
|
2017-04-05 01:29:15 -07:00 |
|
Jacob Dufault
|
e3058da622
|
Store range information in index
|
2017-04-05 01:06:18 -07:00 |
|
Jacob Dufault
|
ae993d6446
|
wip
|
2017-04-02 18:34:15 -07:00 |
|
Jacob Dufault
|
d3b9743040
|
wip
|
2017-03-25 18:37:16 -07:00 |
|
Jacob Dufault
|
c8afc0f022
|
more changes
|
2017-03-25 16:58:11 -07:00 |
|
Jacob Dufault
|
695048baa7
|
move code into src
|
2017-03-25 13:15:00 -07:00 |
|