summaryrefslogtreecommitdiff
path: root/examples/clang-interpreter
Commit message (Expand)AuthorAge
* Remove clangIndex reference from clang-interpreter CMake buildDouglas Gregor2012-04-13
* clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.NAKAMURA Takumi2012-03-21
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-13
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-13
* remove unneeded config.h includesDylan Noblesmith2011-12-22
* rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop2011-11-01
* Add support for lazily linking bitcode files (using a newPeter Collingbourne2011-10-30
* Add missing include to clang-interpreter example, to make it work on Windows....Eli Friedman2011-10-06
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-04
* Fix examples for r140478. PR11021.Eli Friedman2011-09-27
* Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng2011-08-24
* Put Parse before Sema on the link line since parse depends on sema.Nick Lewycky2011-06-01
* Fix examples compile break due to rewrite of isa.Manuel Klimek2011-05-23
* Fix Makefile build of examples/clang-interpreter.Nico Weber2011-04-30
* Fixed build error.John Thompson2011-03-29
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-19
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-19
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-18
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis2011-02-14
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-10
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-23
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-23
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis2010-12-22
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-22
* Merge System into Support.Michael J. Spencer2010-11-29
* Unbreak clang-interpreter. (Should there be some automated testing for this?)Eli Friedman2010-11-24
* Add a comment explaining why r117813 was needed.Dan Gohman2010-11-17
* Turns out that we may end up calling dladdr on GetExecutablePath, give it ext...Benjamin Kramer2010-10-30
* These functions don't need external linkage.Dan Gohman2010-10-29
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-13
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-10
* clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...Benjamin Kramer2010-08-26
* Update clang-interpreter for recent DiagnosticClient ownership changes.Benjamin Kramer2010-08-26
* Add Serialization dependency to clang-interpreterPeter Collingbourne2010-08-24
* Fix clang-interpreter buildPeter Collingbourne2010-07-24
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-15
* Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar2010-06-08
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-08
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-08
* Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor2010-06-08
* Update LINK_COMPONENTS for examples.Daniel Dunbar2010-06-08
* Tip of the day: save before commit.Benjamin Kramer2010-04-20
* Fix -Wcast-qual warnings.Benjamin Kramer2010-04-20
* Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar2010-04-01
* Wire up Daniel's new spiffy C interpreter into the CMake build systemKovarththanan Rajaratnam2010-02-27
* Add commentKovarththanan Rajaratnam2010-02-27
* Add a minimal C interpreter example.Daniel Dunbar2010-02-25