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-06-16
ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on...
NAKAMURA Takumi
2012-06-16
Explicitly build __builtin_va_list.
Meador Inge
2012-06-13
Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode.
Daniel Jasper
2012-06-07
Move sideeffecting call out of assert().
Benjamin Kramer
2012-06-06
Switches the RewriterTestContext away from PathV1.
Manuel Klimek
2012-06-05
Fixes the refactoring library test in VS2010.
Manuel Klimek
2012-06-05
RecursiveASTVisitor: add ability to visit implicit declarations. Patch by
Richard Smith
2012-06-02
Revert r157819, "#ifdef out a broken test on win32"
NAKAMURA Takumi
2012-06-01
#ifdef out a broken test on win32
Alexander Kornienko
2012-06-01
Added a test for ToolInvocation::mapVirtualFile method.
Alexander Kornienko
2012-05-30
Only visit default arguments for template declarations when visiting the temp...
Richard Smith
2012-05-30
Test commit - Fix typo in comment.
Daniel Jasper
2012-05-27
clang/unittests/Tooling/RewriterTestContext.h: Don't try to remove TemporaryD...
NAKAMURA Takumi
2012-05-23
Adds the Refactoring library, which is a layer on top of the Tooling library
Manuel Klimek
2012-05-22
Fixes the autoconf build.
Manuel Klimek
2012-05-22
Adds a method overwriteChangedFiles to the Rewriter. This is implemented by
Manuel Klimek
2012-05-15
Fixes crasher bug in JSONCompilationDatabase for invalid input.
Manuel Klimek
2012-05-09
RecursiveASTVisitor:
Richard Smith
2012-05-02
Unrevert r155951, reverted in r155962, with two changes:
Richard Smith
2012-05-01
Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functi...
Andrew Trick
2012-05-01
Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they
Richard Smith
2012-04-26
Fix file name in comment.
David Blaikie
2012-04-25
RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit
Richard Smith
2012-04-24
RecursiveASTVisitor: Visit instantiations of member templates of class
Richard Smith
2012-04-23
Fix PR12608. Patch contributed by Yang Chen.
Manuel Klimek
2012-04-20
No need to put the SourceManager in with the ASTContext, as the ASTContext
Manuel Klimek
2012-04-19
Adds a unit test for the RecursiveASTVisitor.
Manuel Klimek
2012-04-18
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-13
Kill the last vestiges of clangIndex
Douglas Gregor
2012-04-04
clangFrontend depends on clangEdit.
Benjamin Kramer
2012-04-04
Adds a tooling library.
Manuel Klimek
2012-03-27
[preprocessor] Handle correctly inclusion directives that have macro expansio...
Argyrios Kyrtzidis
2012-03-06
get rid of an unsued variable warning.
Fariborz Jahanian
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-05
[preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...
Argyrios Kyrtzidis
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-13
drop more llvm:: prefixes on SmallString<>
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-03
Change Lexer::makeFileCharRange() to have it accept a CharSourceRange
Argyrios Kyrtzidis
2012-01-30
Thread a TargetInfo through to the module map; we'll need it for
Douglas Gregor
2012-01-23
Improve Lexer::getImmediateMacroName to take into account inner macros
Argyrios Kyrtzidis
2012-01-20
Enhance Lexer::makeFileCharRange to check for ranges inside a macro argument
Argyrios Kyrtzidis
2012-01-20
Fix broken unit test
Douglas Gregor
2012-01-19
Silence set-but-unused warning.
Benjamin Kramer
2012-01-19
Introduce Lexer::getSourceText() that returns a string for the source
Argyrios Kyrtzidis
2012-01-19
Introduce Lexer::makeFileCharRange() that accepts a token source range
Argyrios Kyrtzidis
2012-01-19
For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro
Argyrios Kyrtzidis
2012-01-19
Add unit testing for Lexer.
Argyrios Kyrtzidis
2011-12-31
clang/unittests/Basic/SourceManagerTest.cpp: Fixup corresponding to r147387.
NAKAMURA Takumi
2011-12-21
Fix bugs in SourceManager::computeMacroArgsCache() and add a unit test for it.
Argyrios Kyrtzidis
[next]