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
/
Frontend
Age
Commit message (
Expand
)
Author
2013-01-20
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-19
fix the unit tests too.
Chris Lattner
2012-12-04
Really sort the #include lines in unittests/...
Chandler Carruth
2012-12-04
Sort the #include lines for unittests/...
Chandler Carruth
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-08-09
[ms-inline asm] Add various MC components to clang build to support MS-style ...
Chad Rosier
2012-08-08
Add various MC components to clang build to support MS-style inline assembly.
Chad Rosier
2012-07-04
Update unittests for include change.
Benjamin Kramer
2012-06-21
Clang side of a refactoring of the CMake unit test build strategy.
Chandler Carruth
2012-06-20
Fix a big layering violation introduced by r158771.
Chandler Carruth
2012-06-20
Structured comment parsing, first step.
Dmitri Gribenko
2012-04-13
Kill the last vestiges of clangIndex
Douglas Gregor
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-01-20
Fix broken unit test
Douglas Gregor
2011-06-16
This random unit test also depends on ARCMigrate.
John McCall
2011-06-15
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall
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-18
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
2011-02-09
Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile.
Zhanyong Wan
2011-02-03
Add gTest unittests to clang, and write the first one.
Jeffrey Yasskin