Is there a searchable archive of this mailing list?
If not, is there any way it could be archived on Google Groups the way the llvm-dev mailing list is? (https://groups.google.com/group/llvm-dev)
Is there a searchable archive of this mailing list?
If not, is there any way it could be archived on Google Groups the way the llvm-dev mailing list is? (https://groups.google.com/group/llvm-dev)
I usually use a Google search "site:lists.cs.uiuc.edu cfe-dev <query>"
and it works well in most cases.
Dmitri
The news.gmane.org mirror of this list supports searching: <http://news.gmane.org/gmane.comp.compilers.clang.devel>.
Is there a searchable archive of this mailing list?
If not, is there any way it could be archived on Google Groups the way the
llvm-dev mailing list is? (https://groups.google.com/group/llvm-dev)
I use google search to search the mailing list, like this:
your search terms site:lists.cs.uiuc.edu/pipermail/cfe-dev/
This may not be ideal, but it works pretty well.
-Tom