aboutsummaryrefslogtreecommitdiff
path: root/examples/clang-interpreter/Makefile
AgeCommit message (Expand)Author
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-03-21clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.NAKAMURA Takumi
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne
2011-06-01Put Parse before Sema on the link line since parse depends on sema.Nick Lewycky
2011-04-30Fix Makefile build of examples/clang-interpreter.Nico Weber
2011-02-14[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek
2010-12-23Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek
2010-12-22[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis
2010-08-26clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...Benjamin Kramer
2010-08-24Add Serialization dependency to clang-interpreterPeter Collingbourne
2010-06-08Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar
2010-06-08Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-06-08Update LINK_COMPONENTS for examples.Daniel Dunbar
2010-02-27Add commentKovarththanan Rajaratnam
2010-02-25Add a minimal C interpreter example.Daniel Dunbar