index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
clang-interpreter
/
Makefile
Age
Commit message (
Expand
)
Author
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-03-21
clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.
NAKAMURA Takumi
2011-10-30
Add support for lazily linking bitcode files (using a new
Peter Collingbourne
2011-06-01
Put Parse before Sema on the link line since parse depends on sema.
Nick Lewycky
2011-04-30
Fix Makefile build of examples/clang-interpreter.
Nico Weber
2011-02-14
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...
Argyrios Kyrtzidis
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
Rename headers: 'clang/GR' 'clang/EntoSA' and
Ted 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-26
clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...
Benjamin Kramer
2010-08-24
Add Serialization dependency to clang-interpreter
Peter Collingbourne
2010-06-08
Makefiles: Remove unnecessary early include of Makefile.config.
Daniel Dunbar
2010-06-08
Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...
Daniel Dunbar
2010-06-08
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-06-08
Update LINK_COMPONENTS for examples.
Daniel Dunbar
2010-02-27
Add comment
Kovarththanan Rajaratnam
2010-02-25
Add a minimal C interpreter example.
Daniel Dunbar