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
/
Tooling
Age
Commit message (
Expand
)
Author
2013-03-02
CommandLineArgumentParser: handle single quotes.
Peter Collingbourne
2013-02-22
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-01-28
Fix a typo in the name of a tooling unit test
Hal Finkel
2013-01-19
fix the unit tests too.
Chris Lattner
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-04
Really sort the #include lines in unittests/...
Chandler Carruth
2012-12-04
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-11-27
Allow an ASTConsumer to selectively skip function bodies while parsing. Patch
Richard Smith
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-23
Tweak include order
Douglas Gregor
2012-10-23
Buildbot debugging is fun
Douglas Gregor
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-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-08-30
Tooling: Add a runToolOnCodeWithArgs() function that allows
Nico Weber
2012-08-24
Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which
James Dennett
2012-08-24
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-24
Rename the ASTMatchers to better match AST nodes. Now, all
Daniel Jasper
2012-08-23
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-17
Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a Compound...
Richard Smith
2012-08-17
Don't forget to apply #pragma pack to partial and explicit specializations of
Richard Smith
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-17
Fix unit test dependency in Makefile and remove unneccessary dependency
Daniel Jasper
2012-07-17
Add missing dependency for unit test.
Daniel Jasper
2012-07-17
Finishing the move of RefactoringCallbacks and fixing the corresponding
Daniel Jasper
2012-07-17
Move RefactoringCallbacks to Tooling to avoid dependency from
Daniel Jasper
2012-07-13
Allows retrieving all files in a CompilationDatabase.
Manuel Klimek
2012-07-05
Adapts the FrontendAction convenience functions so that it can be
Manuel Klimek
2012-07-04
Update unittests for include change.
Benjamin Kramer
2012-06-25
Appease -Wnon-virtual-dtor and fix a typo in a comment
Matt Beaumont-Gay
2012-06-24
Add testing for CommentHandler, and fix a bug where trailing comments in #else
Richard Smith
2012-06-21
Clang side of a refactoring of the CMake unit test build strategy.
Chandler Carruth
2012-06-21
Make the RecursiveASTVisitor visit the body of a range-based for loop
Daniel Jasper
2012-06-20
Fix a big layering violation introduced by r158771.
Chandler Carruth
2012-06-20
Structured comment parsing, first step.
Dmitri Gribenko
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
[next]