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
/
LexerTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Teach the preprocessor to hold onto the preprocessor options.
Douglas Gregor
2012-10-24
1
-2
/
+2
*
Update unit tests for HeaderSearch change
Douglas Gregor
2012-10-24
1
-1
/
+3
*
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
1
-4
/
+6
*
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
*
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
1
-0
/
+100
[prev]