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