Go to file
Strahinja Val Markovic 52d8a1236b If query empty, Results sorted lexicographically
This change was also the root cause of the crash bug I spent two days tracking
down. The problem was that the new bool member was not added to the custom copy
ctor... since we don't really need a custom copy ctor for Result, we're going
with the compiler-provided one.
2012-07-15 19:40:24 -07:00
autoload ClangComplete now sorts completions based on query 2012-07-11 22:41:32 -07:00
cpp If query empty, Results sorted lexicographically 2012-07-15 19:40:24 -07:00
plugin Updating copyright line 2012-04-15 20:28:46 -07:00
python If query empty, Results sorted lexicographically 2012-07-15 19:40:24 -07:00
.gitignore Tweaking gitignore some more 2012-07-05 20:57:15 -07:00
README.md Adding initial readme file 2012-04-15 20:14:47 -07:00

Work in progress, NOT yet ready for primetime!