[cfe-commits] r60091 - /cfe/trunk/Driver/clang.cpp

Zhongxing Xu xuzhongxing at gmail.com
Tue Nov 25 21:23:17 PST 2008


Author: zhongxingxu
Date: Tue Nov 25 23:23:17 2008
New Revision: 60091

URL: http://llvm.org/viewvc/llvm-project?rev=60091&view=rev
Log:
Add plugin loading for clang. This will be used to load alternative constraint manager for static analysis.

Modified:
    cfe/trunk/Driver/clang.cpp

Modified: cfe/trunk/Driver/clang.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/clang.cpp?rev=60091&r1=60090&r2=60091&view=diff

==============================================================================
--- cfe/trunk/Driver/clang.cpp (original)
+++ cfe/trunk/Driver/clang.cpp Tue Nov 25 23:23:17 2008
@@ -47,6 +47,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/PluginLoader.h"
 #include "llvm/System/Host.h"
 #include "llvm/System/Path.h"
 #include "llvm/System/Signals.h"





More information about the cfe-commits mailing list