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
*
[Lexer] Don't merge macro args from different macro files
Vedant Kumar
2016-05-19
1
-2
/
+24
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-2
/
+2
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
1
-2
/
+1
*
unique_ptrify SourceManager::createFileID
David Blaikie
2014-08-29
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+2
*
Use non-intrusive refcounting for TargetOptions
Alp Toker
2014-07-06
1
-2
/
+2
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-1
/
+1
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-2
/
+2
*
Remove the last remaining llvm/Config/config.h includes
Alp Toker
2014-06-04
1
-1
/
+0
*
SourceManager: Use setMainFileID() consistently
Alp Toker
2014-05-21
1
-1
/
+1
*
Reformat code following Preprocessor constructor updates
Alp Toker
2014-05-02
1
-3
/
+3
*
Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor
Alp Toker
2014-05-02
1
-3
/
+3
*
Quick fix for layering that broke shared library build.
John Thompson
2014-04-23
1
-9
/
+11
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-0
/
+3
*
Use the same SourceManager for ModuleMaps and compilations.
Manuel Klimek
2013-10-24
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
1
-1
/
+2
*
For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
2013-02-01
1
-1
/
+2
*
clang/unittests: Fixup corresponding to r172290.
NAKAMURA Takumi
2013-01-12
1
-0
/
+3
*
Really sort the #include lines in unittests/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
1
-5
/
+5
*
Fix unit tests for ModuleLoader change in r168961.
Douglas Gregor
2012-11-30
1
-4
/
+5
*
clang/unittests: Fixup corresponding to Doug's r168136.
NAKAMURA Takumi
2012-11-16
1
-1
/
+1
*
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