index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Lex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix case-sensitivity of inferred framework modules
Ben Langmuir
2014-07-14
1
-0
/
+6
*
Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...
David Blaikie
2014-07-08
1
-3
/
+2
*
PTH: use a variable instead of a macro
Alp Toker
2014-07-07
1
-8
/
+10
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-2
/
+4
*
Removed unused typedef for recursive_directory_iterator
Ben Langmuir
2014-06-30
1
-2
/
+0
*
Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...
Craig Topper
2014-06-26
4
-17
/
+17
*
Make -Wincomplete-umbrella go through the VFS
Ben Langmuir
2014-06-25
1
-3
/
+5
*
DiagnosticIDs: use diagnostic severities to simplify extension handling
Alp Toker
2014-06-22
1
-2
/
+2
*
Lex: Use the correct types for MS integer suffixes
David Majnemer
2014-06-21
1
-11
/
+10
*
Revert "Lex: Use the correct types for MS integer suffixes"
Rafael Espindola
2014-06-21
1
-10
/
+11
*
Lex: Use the correct types for MS integer suffixes
David Majnemer
2014-06-21
1
-11
/
+10
*
Fixed formatting.
Yaron Keren
2014-06-19
1
-3
/
+2
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
4
-17
/
+9
*
Include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
3
-5
/
+5
*
DiagnosticsEngine: update severity setters to new terminology
Alp Toker
2014-06-12
1
-2
/
+2
*
Complete the switch from mappings to declarative diagnostic severities
Alp Toker
2014-06-12
1
-14
/
+14
*
Improve diagnostic mapping terminology
Alp Toker
2014-06-10
1
-1
/
+1
*
Implement -Wdate-time preprocessor warning
Alp Toker
2014-06-10
1
-1
/
+4
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-2
/
+2
*
Preprocessor: make C++ operator names as macro identifiers a compatible exten...
Alp Toker
2014-05-31
1
-5
/
+6
*
Preprocessor: recover gracefully when C++ operator names are used as macro id...
Alp Toker
2014-05-31
1
-3
/
+4
*
Preprocessor: don't exit early in CheckMacroName()
Alp Toker
2014-05-31
1
-10
/
+7
*
Permit the "if" literal suffix with Microsoft extensions enabled.
Peter Collingbourne
2014-05-29
1
-2
/
+7
*
Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.
Alexander Kornienko
2014-05-22
2
-18
/
+6
*
Provide an aka for the C++ operator name macro diagnostic
Alp Toker
2014-05-21
1
-1
/
+1
*
Preprocessor: support defined() with operator names for MS compatibility
Alp Toker
2014-05-21
2
-45
/
+51
*
Remove historical Unicode TODOs
Alp Toker
2014-05-18
1
-16
/
+3
*
[C++11] Use 'nullptr'. Lex edition.
Craig Topper
2014-05-17
17
-227
/
+239
*
Provide and use a safe Token::getRawIdentifier() accessor
Alp Toker
2014-05-17
4
-14
/
+14
*
Rename SourceManager::createFileIDForMemBuffer()
Alp Toker
2014-05-16
2
-2
/
+2
*
Use the virtual name of headers when searching for a module
Ben Langmuir
2014-05-15
1
-6
/
+6
*
PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas and
Richard Smith
2014-05-09
1
-3
/
+8
*
Don't leak MacroArgs when using code completion, PR19688.
Nico Weber
2014-05-09
1
-1
/
+4
*
Wrap to 80 columns, no code change.
Nico Weber
2014-05-09
1
-4
/
+3
*
Fix filename in file header comment more.
Nico Weber
2014-05-09
1
-1
/
+1
*
Fix filename in file header comment.
Nico Weber
2014-05-09
1
-1
/
+1
*
Remove -Wnon-modular-include
Ben Langmuir
2014-05-08
1
-2
/
+0
*
Add -Wnon-modular-include* options
Ben Langmuir
2014-05-05
2
-38
/
+64
*
[leaks] Fix a leak recently introduced to the pragma handling. This
Chandler Carruth
2014-05-02
1
-0
/
+1
*
Reformat code following Preprocessor constructor updates
Alp Toker
2014-05-02
1
-6
/
+5
*
Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor
Alp Toker
2014-05-02
1
-8
/
+3
*
Remove unused IncrProcessing parameter from Preprocessor ctor
Alp Toker
2014-05-02
1
-3
/
+2
*
do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
2014-05-01
1
-0
/
+22
*
Do not print inferred submodules explicitly in __inferred_module.map
Ben Langmuir
2014-04-23
1
-0
/
+2
*
Add some missing checks for C++1y digit separators that don't in fact separate
Richard Smith
2014-04-22
1
-0
/
+6
*
Allow submodule inferrences with a missing umbrella when the module is unavai...
Ben Langmuir
2014-04-21
1
-1
/
+2
*
Don't build modules with (submodules with) missing headers
Ben Langmuir
2014-04-18
1
-2
/
+10
*
Teach users of OnDiskHashTable to define hash_value and offset types
Justin Bogner
2014-04-18
1
-8
/
+8
*
Remove OnDiskHashTable.h, since it's been moved to llvm
Justin Bogner
2014-04-18
1
-5
/
+4
[next]