aboutsummaryrefslogtreecommitdiff
path: root/unittests/Lex/LexerTest.cpp
AgeCommit message (Expand)Author
2013-03-20<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor
2013-02-01For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis
2013-01-12clang/unittests: Fixup corresponding to r172290.NAKAMURA Takumi
2012-12-04Really sort the #include lines in unittests/...Chandler Carruth
2012-12-04Sort the #include lines for unittests/...Chandler Carruth
2012-11-30Fix unit tests for ModuleLoader change in r168961.Douglas Gregor
2012-11-16clang/unittests: Fixup corresponding to Doug's r168136.NAKAMURA Takumi
2012-10-24Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor
2012-10-24Update unit tests for HeaderSearch changeDouglas Gregor
2012-10-23More unit-test fixesDouglas Gregor
2012-10-23Fixup unit tests for DiagnosticOptions changeDouglas Gregor
2012-10-17Fix the handling of target options in our unit tests.Douglas Gregor
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-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
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-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