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
2012-12-04
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-12-03
Initial version of formatting library.
Daniel Jasper
2012-12-03
Make hasDeclaration work for enums.
Daniel Jasper
2012-12-01
Update unit tests not to rely on transitive includes.
Benjamin Kramer
2012-11-30
Fix unit tests for ModuleLoader change in r168961.
Douglas Gregor
2012-11-29
Remove out-of-date comment.
Richard Smith
2012-11-29
ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff....
NAKAMURA Takumi
2012-11-29
ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 acco...
NAKAMURA Takumi
2012-11-27
Allow an ASTConsumer to selectively skip function bodies while parsing. Patch
Richard Smith
2012-11-16
Fix partial-match-bind-behavior with forEachDescendant() matchers.
Daniel Jasper
2012-11-16
clang/unittests: Fixup corresponding to Doug's r168136.
NAKAMURA Takumi
2012-11-15
Do not use data recursion in ASTMatchFinder.
Daniel Jasper
2012-11-11
Fix binding of nodes in case of forEach..() matchers.
Daniel Jasper
2012-11-08
Fix a source range regression in C++ new expressions with call initializers.
David Blaikie
2012-11-08
Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...
Abramo Bagnara
2012-11-08
Fixed range of implicit MemberExpr.
Abramo Bagnara
2012-11-07
Test for source location range of new expressions fixed in r167507.
David Blaikie
2012-11-06
Add unit tests for source locations of AST nodes.
Manuel Klimek
2012-11-03
Escape trigraphs in unittest.
Benjamin Kramer
2012-11-02
Insert interception point onStartOfTranslationUnit.
Manuel Klimek
2012-11-01
Make the FilenameRange of the InclusionDirective callback more accurate,
Argyrios Kyrtzidis
2012-10-30
Implement descendant matchers for NestedNamespecifiers
Daniel Jasper
2012-10-29
Fix ASTMatchersTests to not create an overloaded-virtual warning.
Daniel Jasper
2012-10-29
Implement has(), hasDescendant(), forEach() and forEachDescendant() for
Daniel Jasper
2012-10-25
unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSour...
NAKAMURA Takumi
2012-10-25
Adds the possibility to inject a callback that's called after each translatio...
Manuel Klimek
2012-10-24
Teach the preprocessor to hold onto the preprocessor options.
Douglas Gregor
2012-10-24
Update unit tests for HeaderSearch change
Douglas Gregor
2012-10-24
Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.
Manuel Klimek
2012-10-23
Tweak include order
Douglas Gregor
2012-10-23
Buildbot debugging is fun
Douglas Gregor
2012-10-23
One last unit-test fix
Douglas Gregor
2012-10-23
More unit-test fixes
Douglas Gregor
2012-10-23
Fixup unit tests for DiagnosticOptions change
Douglas Gregor
2012-10-23
Make hasDeclaration() matcher work inside the memberExpr() matcher.
Daniel Jasper
2012-10-23
Implements the thisExpr matcher.
Manuel Klimek
2012-10-22
Implement hasParent()-matcher.
Daniel Jasper
2012-10-18
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-18
Patch for decl printer test of objective-c methods.
Fariborz Jahanian
2012-10-17
Fix tests, which accidentally matched implicit code on specific
Daniel Jasper
2012-10-17
First version of matchers for Types and TypeLocs.
Daniel Jasper
2012-10-17
Fix the handling of target options in our unit tests.
Douglas Gregor
2012-10-15
structured document comment: patch to provide comment for overriding function
Fariborz Jahanian
2012-10-10
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-08
CompilationDatabaseTest: Fix another Windows path issue.
Daniel Jasper
2012-10-08
CompilationDatabase: Use //net paths for tests, as they should be
Daniel Jasper
2012-10-08
FileNameMatchTrie: Use StringRef instead of Twines where possible.
Daniel Jasper
2012-10-08
Support symlinks and relative paths in complilation databases.
Daniel Jasper
2012-10-01
Fix ASTMatchersTests in configurations where
Daniel Jasper
2012-10-01
Add matchers for selected C++11 features.
Daniel Jasper
[next]