index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
Age
Commit message (
Expand
)
Author
2011-06-01
Fix broken test on windows. To get operator new working, we need size_t, for ...
Manuel Klimek
2011-05-31
This patch implements an AST matching framework that allows to write
Manuel Klimek
2011-05-11
Handle gcc-compatible compilers (such as clang) the same way we handle
Oscar Fuentes
2011-05-02
Adds a test for the command line parser when a quoted string is not closed by...
Manuel Klimek
2011-04-27
This is the next step in building the standalone tools infrastructure:
Manuel Klimek
2011-04-21
Adds a function to run FrontendActions over in-memory code. This is
Manuel Klimek
2011-02-20
Put targets on folders, if the IDE supports the feature.
Oscar Fuentes
2011-02-19
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
2011-02-19
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
2011-02-19
Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention.
Jeffrey Yasskin
2011-02-19
Remove support and mc from the clang unittests' dependencies because they're not
Jeffrey Yasskin
2011-02-18
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
2011-02-16
Adds a CMake target for the Basic lib's unit tests. Reviewed by
Zhanyong Wan
2011-02-16
Improves CMakeLists.txt for Clang's unit tests: make "linked
Zhanyong Wan
2011-02-15
Moves FileManagerTest.cpp to unittests/Basic such that the unit test
Zhanyong Wan
2011-02-15
Add CMake support to the clang unittests.
Jeffrey Yasskin
2011-02-11
Improves Clang's virtual file handling.
Zhanyong Wan
2011-02-09
Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile.
Zhanyong Wan
2011-02-04
build: Prevent duplicate inclusion of Makefile.rules, which causes make to warn
Daniel Dunbar
2011-02-03
Add gTest unittests to clang, and write the first one.
Jeffrey Yasskin