summaryrefslogtreecommitdiffstats
path: root/examples/clang-interpreter/Makefile
Commit message (Expand)AuthorAgeFilesLines
* clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.NAKAMURA Takumi2012-03-211-1/+2
* Add support for lazily linking bitcode files (using a newPeter Collingbourne2011-10-301-1/+1
* Put Parse before Sema on the link line since parse depends on sema.Nick Lewycky2011-06-011-2/+3
* Fix Makefile build of examples/clang-interpreter.Nico Weber2011-04-301-1/+1
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis2011-02-141-1/+1
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-231-1/+1
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-231-1/+1
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis2010-12-221-1/+1
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-1/+1
* clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...Benjamin Kramer2010-08-261-1/+1
* Add Serialization dependency to clang-interpreterPeter Collingbourne2010-08-241-3/+3
* Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar2010-06-081-5/+0
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-081-1/+0
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-3/+3
* Update LINK_COMPONENTS for examples.Daniel Dunbar2010-06-081-1/+1
* Add commentKovarththanan Rajaratnam2010-02-271-0/+2
* Add a minimal C interpreter example.Daniel Dunbar2010-02-251-0/+28