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
/
Basic
/
SourceManagerTest.cpp
Age
Commit message (
Expand
)
Author
2013-05-03
[Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...
Argyrios Kyrtzidis
2013-03-20
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-02-24
[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...
Argyrios Kyrtzidis
2013-02-01
For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
2013-01-12
clang/unittests: Fixup corresponding to r172290.
NAKAMURA Takumi
2012-12-04
Sort the #include lines for unittests/...
Chandler Carruth
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-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
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-19
Fix the location of the fixit for -Wnewline-eof.
Jordan Rose
2012-03-27
[preprocessor] Handle correctly inclusion directives that have macro expansio...
Argyrios Kyrtzidis
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-13
drop more llvm:: prefixes on SmallString<>
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-01-30
Thread a TargetInfo through to the module map; we'll need it for
Douglas Gregor
2011-12-31
clang/unittests/Basic/SourceManagerTest.cpp: Fixup corresponding to r147387.
NAKAMURA Takumi
2011-12-21
Fix bugs in SourceManager::computeMacroArgsCache() and add a unit test for it.
Argyrios Kyrtzidis
2011-12-21
For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...
Argyrios Kyrtzidis