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
/
Lex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include Path.h instead of PathV2.h.
Rafael Espindola
2013-06-11
1
-1
/
+1
*
[Lexer] Improve Lexer::getSourceText() when the given range deals with functi...
Argyrios Kyrtzidis
2013-05-16
1
-55
/
+225
*
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
3
-3
/
+6
*
For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
2013-02-01
3
-3
/
+6
*
[Lex] Remove DirectoryLookup.UserSpecified, which is unused.
Daniel Dunbar
2013-01-25
1
-1
/
+1
*
clang/unittests: Fixup corresponding to r172290.
NAKAMURA Takumi
2013-01-12
3
-0
/
+9
*
Really sort the #include lines in unittests/...
Chandler Carruth
2012-12-04
2
-2
/
+2
*
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
3
-13
/
+10
*
clang/Lex: [CMake] Update CMakefiles since r169229.
NAKAMURA Takumi
2012-12-04
1
-1
/
+1
*
Refactor recording the preprocessor conditional directive regions out of
Argyrios Kyrtzidis
2012-12-04
1
-22
/
+23
*
Fix unit tests for ModuleLoader change in r168961.
Douglas Gregor
2012-11-30
3
-12
/
+15
*
clang/unittests: Fixup corresponding to Doug's r168136.
NAKAMURA Takumi
2012-11-16
3
-3
/
+3
*
Escape trigraphs in unittest.
Benjamin Kramer
2012-11-03
1
-6
/
+4
*
Make the FilenameRange of the InclusionDirective callback more accurate,
Argyrios Kyrtzidis
2012-11-01
2
-0
/
+249
*
Teach the preprocessor to hold onto the preprocessor options.
Douglas Gregor
2012-10-24
2
-4
/
+4
*
Update unit tests for HeaderSearch change
Douglas Gregor
2012-10-24
2
-2
/
+6
*
One last unit-test fix
Douglas Gregor
2012-10-23
1
-1
/
+2
*
More unit-test fixes
Douglas Gregor
2012-10-23
1
-0
/
+1
*
Fixup unit tests for DiagnosticOptions change
Douglas Gregor
2012-10-23
1
-1
/
+1
*
Fix the handling of target options in our unit tests.
Douglas Gregor
2012-10-17
2
-8
/
+12
*
Clang side of a refactoring of the CMake unit test build strategy.
Chandler Carruth
2012-06-21
1
-0
/
+8
*
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
1
-2
/
+2
*
[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
1
-2
/
+2
*
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
1
-1
/
+1
*
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
*
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
2
-0
/
+115