Closed GoogleCodeExporter closed 9 years ago
Only happens with Clang compiler. Not with llvm-gcc.
Original comment by petri.tuononen@gmail.com
on 23 Feb 2011 at 2:06
IResource.refreshLocal(int depth, IProgressMonitor monitor) call will refresh a
project.
Original comment by petri.tuononen@gmail.com
on 2 May 2011 at 8:14
example
myProject.refreshLocal(IResource.DEPTH_INFINITE, null)
Original comment by petri.tuononen@gmail.com
on 2 May 2011 at 8:16
There is also an option to refresh workspace automatically (set to false as
default). Windows -> Preferences -> General -> Workspace -> Refresh
automatically. This is not a practical option in this case as it will affect
all projects in the workspace not just LLVM projects which causes a small
performance hit.
Original comment by petri.tuononen@gmail.com
on 2 May 2011 at 8:32
Fixed. Now projects are refreshed after build.
Original comment by petri.tuononen@gmail.com
on 2 May 2011 at 10:30
Not working in current revision.
Original comment by petri.tuononen@gmail.com
on 2 May 2011 at 3:30
Now it seems to work again.
Original comment by petri.tuononen@gmail.com
on 4 May 2011 at 5:43
Original issue reported on code.google.com by
petri.tuononen@gmail.com
on 21 Feb 2011 at 2:50