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
Age
Commit message (
Expand
)
Author
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-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
Pull Lexer's CharInfo table out for general use throughout Clang.
Jordan Rose
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-11
Extend stat query APIs to explicitly specify if the query is for
Argyrios Kyrtzidis
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-21
Clang side of a refactoring of the CMake unit test build strategy.
Chandler Carruth
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
2011-09-23
unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc.
NAKAMURA Takumi
2011-06-24
unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc.
NAKAMURA Takumi
2011-02-19
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
2011-02-19
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
2011-02-18
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
2011-02-15
Moves FileManagerTest.cpp to unittests/Basic such that the unit test
Zhanyong Wan