<rdar://problem/13434605> Periodically prune the module cache so that it does not...
authorDouglas Gregor <dgregor@apple.com>
Mon, 25 Mar 2013 21:19:16 +0000 (21:19 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 25 Mar 2013 21:19:16 +0000 (21:19 +0000)
commit527b1c95df4cd958acaca616662ce3777dfbe97e
tree9fcbceddb234305591a263dd4f92ffec53beef77
parent5bd02926b47bfc550d002f1396f893422ed64947
<rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever.

llvm-svn: 177918
clang/docs/Modules.rst
clang/include/clang/Driver/Options.td
clang/include/clang/Lex/HeaderSearchOptions.h
clang/lib/Driver/Tools.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/Modules/prune.m [new file with mode: 0644]