index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[preprocessor] Handle correctly inclusion directives that have macro expansio...
Argyrios Kyrtzidis
2012-03-27
1
-0
/
+115
*
get rid of an unsued variable warning.
Fariborz Jahanian
2012-03-06
1
-1
/
+1
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
2
-3
/
+3
*
[preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...
Argyrios Kyrtzidis
2012-03-05
1
-0
/
+139
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
2
-4
/
+4
*
drop more llvm:: prefixes on SmallString<>
Dylan Noblesmith
2012-02-13
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Change Lexer::makeFileCharRange() to have it accept a CharSourceRange
Argyrios Kyrtzidis
2012-02-03
1
-11
/
+13
*
Thread a TargetInfo through to the module map; we'll need it for
Douglas Gregor
2012-01-30
2
-3
/
+3
*
Improve Lexer::getImmediateMacroName to take into account inner macros
Argyrios Kyrtzidis
2012-01-23
1
-2
/
+21
*
Enhance Lexer::makeFileCharRange to check for ranges inside a macro argument
Argyrios Kyrtzidis
2012-01-20
1
-2
/
+34
*
Fix broken unit test
Douglas Gregor
2012-01-20
1
-2
/
+2
*
Silence set-but-unused warning.
Benjamin Kramer
2012-01-19
1
-1
/
+1
*
Introduce Lexer::getSourceText() that returns a string for the source
Argyrios Kyrtzidis
2012-01-19
1
-0
/
+5
*
Introduce Lexer::makeFileCharRange() that accepts a token source range
Argyrios Kyrtzidis
2012-01-19
1
-3
/
+19
*
For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro
Argyrios Kyrtzidis
2012-01-19
1
-2
/
+5
*
Add unit testing for Lexer.
Argyrios Kyrtzidis
2012-01-19
4
-1
/
+121
*
clang/unittests/Basic/SourceManagerTest.cpp: Fixup corresponding to r147387.
NAKAMURA Takumi
2011-12-31
1
-2
/
+2
*
Fix bugs in SourceManager::computeMacroArgsCache() and add a unit test for it.
Argyrios Kyrtzidis
2011-12-21
1
-0
/
+72
*
For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...
Argyrios Kyrtzidis
2011-12-21
3
-2
/
+111
*
C++11 constexpr: Add note stacks containing backtraces if constant evaluation
Richard Smith
2011-12-16
4
-104
/
+1
*
Attempt to fix unit tests
Douglas Gregor
2011-09-29
1
-0
/
+4
*
Rename DiagnosticInfo to Diagnostic as per issue 5397
David Blaikie
2011-09-26
1
-1
/
+1
*
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
1
-1
/
+1
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-2
/
+2
*
unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc.
NAKAMURA Takumi
2011-09-23
1
-1
/
+2
*
Define DiagnosticBuilder<<APValue so it's easy to include APValues in
Jeffrey Yasskin
2011-07-18
4
-1
/
+100
*
unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc.
NAKAMURA Takumi
2011-06-24
1
-3
/
+3
*
This random unit test also depends on ARCMigrate.
John McCall
2011-06-16
1
-2
/
+2
*
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall
2011-06-15
1
-1
/
+1
*
Reverts the Tooling changes as requested by Chris.
Manuel Klimek
2011-06-02
4
-2040
/
+0
*
Fix broken test on windows. To get operator new working, we need size_t, for ...
Manuel Klimek
2011-06-01
1
-4
/
+6
*
This patch implements an AST matching framework that allows to write
Manuel Klimek
2011-05-31
2
-0
/
+1607
*
Handle gcc-compatible compilers (such as clang) the same way we handle
Oscar Fuentes
2011-05-11
1
-1
/
+1
*
Adds a test for the command line parser when a quoted string is not closed by...
Manuel Klimek
2011-05-02
1
-0
/
+14
*
This is the next step in building the standalone tools infrastructure:
Manuel Klimek
2011-04-27
3
-0
/
+321
*
Adds a function to run FrontendActions over in-memory code. This is
Manuel Klimek
2011-04-21
2
-0
/
+96
*
Put targets on folders, if the IDE supports the feature.
Oscar Fuentes
2011-02-20
1
-0
/
+2
*
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
2011-02-19
3
-4
/
+2
*
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
2011-02-19
3
-2
/
+4
*
Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention.
Jeffrey Yasskin
2011-02-19
1
-10
/
+20
*
Remove support and mc from the clang unittests' dependencies because they're not
Jeffrey Yasskin
2011-02-19
1
-2
/
+2
*
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
2011-02-18
4
-6
/
+4
*
Adds a CMake target for the Basic lib's unit tests. Reviewed by
Zhanyong Wan
2011-02-16
1
-0
/
+6
*
Improves CMakeLists.txt for Clang's unit tests: make "linked
Zhanyong Wan
2011-02-16
1
-11
/
+7
*
Moves FileManagerTest.cpp to unittests/Basic such that the unit test
Zhanyong Wan
2011-02-15
3
-4
/
+4
*
Add CMake support to the clang unittests.
Jeffrey Yasskin
2011-02-15
1
-0
/
+47
*
Improves Clang's virtual file handling.
Zhanyong Wan
2011-02-11
3
-1
/
+238
*
Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile.
Zhanyong Wan
2011-02-09
1
-1
/
+1
*
build: Prevent duplicate inclusion of Makefile.rules, which causes make to warn
Daniel Dunbar
2011-02-04
1
-0
/
+1
[next]