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
*
[clang] Add test for FindNextToken in Lexer.
Utkarsh Saxena
2019-10-07
1
-2
/
+23
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Remove cache for macro arg stringization
Reid Kleckner
2019-07-30
1
-5
/
+8
*
Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."
Artem Dergachev
2019-04-23
1
-0
/
+19
*
Revert "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."
Artem Dergachev
2019-04-05
1
-19
/
+0
*
[Lexer] NFC: Fix an off-by-one bug in getAsCharRange().
Artem Dergachev
2019-04-05
1
-0
/
+19
*
Modules: Rename MemoryBufferCache to InMemoryModuleCache
Duncan P. N. Exon Smith
2019-03-09
1
-3
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-5
/
+4
*
[Lex] Avoid out-of-bounds dereference in LexAngledStringLiteral.
Volodymyr Sapsai
2018-01-12
1
-0
/
+2
*
[Lex] Inline a variable in test in preparation for more similar tests. NFC.
Volodymyr Sapsai
2018-01-10
1
-2
/
+1
*
Stringizing raw string literals containing newline
Taewook Oh
2017-12-06
1
-1
/
+39
*
[Lex] Avoid out-of-bounds dereference in SkipLineComment
Alex Lorenz
2017-10-14
1
-0
/
+5
*
[Lexer] Finding beginning of token with escaped new line
Alexander Kornienko
2017-08-10
1
-0
/
+53
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-3
/
+3
*
Revert changes from my previous refactoring - will need to fix dependencies i...
Faisal Vali
2017-07-17
1
-3
/
+3
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-3
/
+3
*
LexerTest memory leak fix-
Erich Keane
2017-06-15
1
-1
/
+3
*
Fix LexerTest signed/unsigned comparison.
Erich Keane
2017-06-15
1
-1
/
+1
*
[Preprocessor]Correct Macro-Arg allocation of StringifiedArguments,
Erich Keane
2017-06-14
1
-9
/
+62
*
Add #pragma clang module build/endbuild pragmas for performing a module build
Richard Smith
2017-06-09
1
-19
/
+1
*
Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"
Duncan P. N. Exon Smith
2017-03-20
1
-1
/
+4
*
Revert "Modules: Cache PCMs in memory and avoid a use-after-free"
Renato Golin
2017-03-18
1
-4
/
+1
*
Modules: Cache PCMs in memory and avoid a use-after-free
Duncan P. N. Exon Smith
2017-03-17
1
-1
/
+4
*
shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
David Blaikie
2017-01-06
1
-2
/
+2
*
Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-2
/
+2
*
[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
[next]