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
/
lib
/
Parse
/
ParseExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-12
1
-1
/
+2
*
Revert "PR45083: Mark statement expressions as being dependent if they appear...
Hans Wennborg
2020-03-12
1
-2
/
+1
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-04
1
-1
/
+2
*
[Concepts] Make constraint expressions unevaluated until satisfaction checking
Saar Raz
2020-01-24
1
-2
/
+2
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+4
*
Remove redundant CXXScopeSpec from TemplateIdAnnotation.
Richard Smith
2020-01-24
1
-2
/
+3
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2020-01-10
1
-2
/
+0
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-46
/
+258
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-7
/
+5
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-5
/
+7
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-7
/
+5
*
PR43080: Do not build context-sensitive expressions during name classification.
Richard Smith
2019-10-14
1
-1
/
+11
*
Replace some custom C11 extension warnings with the generic warning.
Aaron Ballman
2019-08-27
1
-3
/
+2
*
Diagnose use of _Thread_local as an extension when not in C11 mode.
Aaron Ballman
2019-08-26
1
-1
/
+1
*
Stop abusing SuppressAllDiagnostics when speculatively determining
Richard Smith
2019-08-16
1
-3
/
+3
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-4
/
+4
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+3
*
[Lex] Allow to consume tokens while preprocessing
Ilya Biryukov
2019-05-17
1
-3
/
+3
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-0
/
+39
*
[Parser] Avoid correcting delayed typos in array subscript multiple times.
Volodymyr Sapsai
2019-05-01
1
-7
/
+3
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-8
/
+14
*
[CodeComplete] Propagate preferred type for function arguments in more cases
Ilya Biryukov
2019-02-26
1
-27
/
+11
*
[CodeComplete] Propagate preferred types through parser in more cases
Ilya Biryukov
2019-01-31
1
-17
/
+36
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.
Anastasia Stulova
2019-01-09
1
-4
/
+0
*
[CodeComplete] Fill preferred type on binary expressions
Ilya Biryukov
2018-12-13
1
-4
/
+5
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-3
/
+3
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-12
/
+12
*
PR26547: alignof should return ABI alignment, not preferred alignment
Richard Smith
2018-10-26
1
-1
/
+3
*
[ms] Prevent explicit constructor name lookup if scope is missing
Will Wilson
2018-10-25
1
-1
/
+2
*
[CodeComplete] Generate completion fix-its for C code as well
Ivan Donchevskii
2018-09-21
1
-0
/
+2
*
[clang] Make sure codecompletion is called for calls even when inside a token.
Kadir Cetinkaya
2018-09-10
1
-0
/
+11
*
[CodeComplete] Clearly distinguish signature help and code completion.
Ilya Biryukov
2018-09-07
1
-4
/
+6
*
[CodeComplete] Report location of opening parens for signature help
Ilya Biryukov
2018-08-30
1
-3
/
+5
*
[Parser] Support alternative operator token keyword args in Objective-C++
Erik Pilkington
2018-08-21
1
-0
/
+13
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-64
/
+64
*
Parse a possible trailing postfix expression suffix after a fold expression
Nicolas Lesser
2018-07-27
1
-5
/
+15
*
[MS] Add L__FUNCSIG__ for compatibility
Reid Kleckner
2018-07-26
1
-0
/
+3
*
Refactor checking of switch conditions and case values.
Richard Smith
2018-07-26
1
-0
/
+8
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-26
/
+24
*
Diagnose missing 'template' keywords in contexts where a comma is not a
Richard Smith
2018-06-27
1
-74
/
+17
*
Diagnose missing 'template' keywords in more cases.
Richard Smith
2018-06-26
1
-10
/
+53
*
Optionally add code completion results for arrow instead of dot
Ivan Donchevskii
2018-05-25
1
-5
/
+21
*
Improve diagonstic for braced-init-list as operand to ?: expression.
Richard Smith
2018-05-24
1
-6
/
+22
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-11
/
+11
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+1
*
Parse A::template B as an identifier rather than as a template-id with no
Richard Smith
2018-04-27
1
-1
/
+1
*
Again reverting an attempt to convert the DeclSpec enums into scoped enums.
Faisal Vali
2018-01-01
1
-5
/
+4
[next]