index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
Lex
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
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+0
*
Basic: thread CodeGenOptions into TargetInfo
Saleem Abdulrasool
2016-04-07
1
-0
/
+1
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
2
-4
/
+4
*
Lex: Return "" when HeaderMap::lookupFilename fails
Duncan P. N. Exon Smith
2016-02-23
1
-4
/
+38
*
Lex: Check for 0 buckets on header map construction
Duncan P. N. Exon Smith
2016-02-22
1
-0
/
+9
*
Lex: Never overflow the file in HeaderMap::lookupFilename()
Duncan P. N. Exon Smith
2016-02-21
1
-0
/
+42
*
Lex: Add a test for HeaderMap::lookupFileName()
Duncan P. N. Exon Smith
2016-02-20
1
-0
/
+62
*
Lex: Check whether the header map buffer has space for the buckets
Duncan P. N. Exon Smith
2016-02-20
1
-0
/
+8
*
Lex: Check buckets on header map construction
Duncan P. N. Exon Smith
2016-02-20
1
-0
/
+9
*
Lex: Add some unit tests for corrupt header maps
Duncan P. N. Exon Smith
2016-02-20
2
-0
/
+95
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-16
/
+0
*
[VFS] Use VFS instead of virtual files in PPCallbacks test.
Benjamin Kramer
2015-10-08
1
-4
/
+6
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
3
-5
/
+5
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
3
-6
/
+3
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-12
/
+9
*
Avoid having "using namespace" for both "clang" and "llvm" namespaces.
Alexey Samsonov
2014-10-15
1
-6
/
+5
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
2
-3
/
+3
*
unique_ptrify SourceManager::createFileID
David Blaikie
2014-08-29
3
-4
/
+4
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
3
-8
/
+9
*
[CMake] LexTests: Prune redundant libdep(s).
NAKAMURA Takumi
2014-07-24
1
-1
/
+0
*
Use non-intrusive refcounting for TargetOptions
Alp Toker
2014-07-06
3
-12
/
+10
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
3
-5
/
+5
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
3
-7
/
+7
*
Remove the last remaining llvm/Config/config.h includes
Alp Toker
2014-06-04
2
-2
/
+0
*
SourceManager: Use setMainFileID() consistently
Alp Toker
2014-05-21
3
-4
/
+4
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+1
*
Eliminate ASTContext's DelayInitialization flag
Alp Toker
2014-05-03
1
-2
/
+4
*
Reformat code following Preprocessor constructor updates
Alp Toker
2014-05-02
3
-13
/
+11
*
Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor
Alp Toker
2014-05-02
3
-12
/
+10
*
Quick fix for layering that broke shared library build.
John Thompson
2014-04-23
3
-27
/
+33
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
5
-2
/
+12
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-2
/
+2
*
[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...
NAKAMURA Takumi
2013-12-10
1
-1
/
+9
*
Use the same SourceManager for ModuleMaps and compilations.
Manuel Klimek
2013-10-24
3
-4
/
+5
*
Fix use-after-free in PPCallbacksTest detected by ASan bootstrap bot
Alexey Samsonov
2013-10-14
1
-4
/
+4
*
Callback support for OpenCL extension pragmas.
Pekka Jaaskelainen
2013-10-12
3
-3
/
+104
*
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
[prev]
[next]