aboutsummaryrefslogtreecommitdiff
path: root/examples/clang-interpreter
AgeCommit message (Expand)Author
2011-04-30Fix Makefile build of examples/clang-interpreter.Nico Weber
2011-03-29Fixed build error.John Thompson
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2011-02-14[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
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-11-29Merge System into Support.Michael J. Spencer
2010-11-24Unbreak clang-interpreter. (Should there be some automated testing for this?)Eli Friedman
2010-11-17Add a comment explaining why r117813 was needed.Dan Gohman
2010-10-30Turns out that we may end up calling dladdr on GetExecutablePath, give it ext...Benjamin Kramer
2010-10-29These functions don't need external linkage.Dan Gohman
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-08-26clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...Benjamin Kramer
2010-08-26Update clang-interpreter for recent DiagnosticClient ownership changes.Benjamin Kramer
2010-08-24Add Serialization dependency to clang-interpreterPeter Collingbourne
2010-07-24Fix clang-interpreter buildPeter Collingbourne
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
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-08Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor
2010-06-08Update LINK_COMPONENTS for examples.Daniel Dunbar
2010-04-20Tip of the day: save before commit.Benjamin Kramer
2010-04-20Fix -Wcast-qual warnings.Benjamin Kramer
2010-04-01Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar
2010-02-27Wire up Daniel's new spiffy C interpreter into the CMake build systemKovarththanan Rajaratnam
2010-02-27Add commentKovarththanan Rajaratnam
2010-02-25Add a minimal C interpreter example.Daniel Dunbar