summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Lex
Commit message (Expand)AuthorAgeFilesLines
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-111-1/+1
* [Lexer] Improve Lexer::getSourceText() when the given range deals with functi...Argyrios Kyrtzidis2013-05-161-55/+225
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-203-3/+6
* For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis2013-02-013-3/+6
* [Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar2013-01-251-1/+1
* clang/unittests: Fixup corresponding to r172290.NAKAMURA Takumi2013-01-123-0/+9
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-042-2/+2
* Sort the #include lines for unittests/...Chandler Carruth2012-12-043-13/+10
* clang/Lex: [CMake] Update CMakefiles since r169229.NAKAMURA Takumi2012-12-041-1/+1
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-22/+23
* Fix unit tests for ModuleLoader change in r168961.Douglas Gregor2012-11-303-12/+15
* clang/unittests: Fixup corresponding to Doug's r168136.NAKAMURA Takumi2012-11-163-3/+3
* Escape trigraphs in unittest.Benjamin Kramer2012-11-031-6/+4
* Make the FilenameRange of the InclusionDirective callback more accurate,Argyrios Kyrtzidis2012-11-012-0/+249
* Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor2012-10-242-4/+4
* Update unit tests for HeaderSearch changeDouglas Gregor2012-10-242-2/+6
* One last unit-test fixDouglas Gregor2012-10-231-1/+2
* More unit-test fixesDouglas Gregor2012-10-231-0/+1
* Fixup unit tests for DiagnosticOptions changeDouglas Gregor2012-10-231-1/+1
* Fix the handling of target options in our unit tests.Douglas Gregor2012-10-172-8/+12
* Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth2012-06-211-0/+8
* get rid of an unsued variable warning.Fariborz Jahanian2012-03-061-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-2/+2
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis2012-03-051-0/+139
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-2/+2
* Change Lexer::makeFileCharRange() to have it accept a CharSourceRangeArgyrios Kyrtzidis2012-02-031-11/+13
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-301-1/+1
* Improve Lexer::getImmediateMacroName to take into account inner macrosArgyrios Kyrtzidis2012-01-231-2/+21
* Enhance Lexer::makeFileCharRange to check for ranges inside a macro argumentArgyrios Kyrtzidis2012-01-201-2/+34
* Silence set-but-unused warning.Benjamin Kramer2012-01-191-1/+1
* Introduce Lexer::getSourceText() that returns a string for the sourceArgyrios Kyrtzidis2012-01-191-0/+5
* Introduce Lexer::makeFileCharRange() that accepts a token source rangeArgyrios Kyrtzidis2012-01-191-3/+19
* For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macroArgyrios Kyrtzidis2012-01-191-2/+5
* Add unit testing for Lexer.Argyrios Kyrtzidis2012-01-192-0/+115
OpenPOWER on IntegriCloud