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
/
Lex
Age
Commit message (
Expand
)
Author
2013-03-20
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-02-01
For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
2013-01-25
[Lex] Remove DirectoryLookup.UserSpecified, which is unused.
Daniel Dunbar
2013-01-12
clang/unittests: Fixup corresponding to r172290.
NAKAMURA Takumi
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
clang/Lex: [CMake] Update CMakefiles since r169229.
NAKAMURA Takumi
2012-12-04
Refactor recording the preprocessor conditional directive regions out of
Argyrios Kyrtzidis
2012-11-30
Fix unit tests for ModuleLoader change in r168961.
Douglas Gregor
2012-11-16
clang/unittests: Fixup corresponding to Doug's r168136.
NAKAMURA Takumi
2012-11-03
Escape trigraphs in unittest.
Benjamin Kramer
2012-11-01
Make the FilenameRange of the InclusionDirective callback more accurate,
Argyrios Kyrtzidis
2012-10-24
Teach the preprocessor to hold onto the preprocessor options.
Douglas Gregor
2012-10-24
Update unit tests for HeaderSearch change
Douglas Gregor
2012-10-23
One last unit-test fix
Douglas Gregor
2012-10-23
More unit-test fixes
Douglas Gregor
2012-10-23
Fixup unit tests for DiagnosticOptions change
Douglas Gregor
2012-10-17
Fix the handling of target options in our unit tests.
Douglas Gregor
2012-06-21
Clang side of a refactoring of the CMake unit test build strategy.
Chandler Carruth
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-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-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