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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-12-03
Initial version of formatting library.
Daniel Jasper
2012-07-23
add AST unittests to CMake build system
Dmitri Gribenko
2012-07-06
Adds the AST Matcher library, which provides a in-C++ DSL to express
Manuel Klimek
2012-06-21
Clang side of a refactoring of the CMake unit test build strategy.
Chandler Carruth
2012-06-21
Switch Clang to re-use the the newly factored common LLVM
Chandler Carruth
2012-06-21
Simplify the Clang unittest function in the CMake build, and make it
Chandler Carruth
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-21
Remove an unused feature of the clang unittest macro.
Chandler Carruth
2012-05-23
Adds the Refactoring library, which is a layer on top of the Tooling library
Manuel Klimek
2012-05-22
Adds a method overwriteChangedFiles to the Rewriter. This is implemented by
Manuel Klimek
2012-04-19
Adds a unit test for the RecursiveASTVisitor.
Manuel Klimek
2012-04-04
Adds a tooling library.
Manuel Klimek
2012-01-19
Add unit testing for Lexer.
Argyrios Kyrtzidis
2011-12-21
For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...
Argyrios Kyrtzidis
2011-12-16
C++11 constexpr: Add note stacks containing backtraces if constant evaluation
Richard Smith
2011-07-18
Define DiagnosticBuilder<<APValue so it's easy to include APValues in
Jeffrey Yasskin
2011-06-02
Reverts the Tooling changes as requested by Chris.
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-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
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
Add CMake support to the clang unittests.
Jeffrey Yasskin