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
/
ParseExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Concepts] Add missing TPA commit to requires expression parsing
Saar Raz
2020-02-12
1
-0
/
+1
*
[Concepts] Fix parsing of scope specifier in compound-requirements, add more ...
Saar Raz
2020-01-26
1
-20
/
+6
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-3
/
+323
*
Remove redundant CXXScopeSpec from TemplateIdAnnotation.
Richard Smith
2020-01-24
1
-8
/
+1
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-5
/
+12
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-10
/
+20
*
Disallow an empty string literal in an asm label
Aaron Ballman
2020-01-08
1
-1
/
+1
*
[CodeComplete] Fix a crash in preferred type and signature help
Ilya Biryukov
2019-12-11
1
-3
/
+6
*
[OpenCL] Allow addr space qualifiers on lambda call expressions
Anastasia Stulova
2019-12-04
1
-2
/
+16
*
[clangd] Do not insert parentheses when completing a using declaration
Ilya Biryukov
2019-10-28
1
-8
/
+5
*
PR43080: Do not build context-sensitive expressions during name classification.
Richard Smith
2019-10-14
1
-18
/
+57
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-8
/
+8
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+34
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-10
/
+36
*
[CodeComplete] Set preferred type for qualified-id
Ilya Biryukov
2019-05-28
1
-1
/
+4
*
[c++20] P0780R2: Support pack-expansion of init-captures.
Richard Smith
2019-05-21
1
-51
/
+87
*
Rearrange and clean up how we disambiguate lambda-introducers from ObjC
Richard Smith
2019-05-20
1
-85
/
+109
*
Fix buildbot: Use correct Consume*() for braces.
Nicolas Lesser
2019-05-19
1
-1
/
+2
*
Added a better diagnostic when using the delete operator with lambdas
Nicolas Lesser
2019-05-19
1
-2
/
+52
*
[Lex] Allow to consume tokens while preprocessing
Ilya Biryukov
2019-05-17
1
-6
/
+7
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-7
/
+19
*
[c++20] Implement P1009R2: allow omitting the array bound in an array
Richard Smith
2019-05-06
1
-5
/
+6
*
[c++20] Implement P0428R2 - Familiar template syntax for generic lambdas
Hamza Sood
2019-05-04
1
-2
/
+39
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-1
/
+1
*
[CodeComplete] Propagate preferred type for function arguments in more cases
Ilya Biryukov
2019-02-26
1
-26
/
+25
*
[OpenCL][PR40707] Allow OpenCL C types in C++ mode.
Anastasia Stulova
2019-02-15
1
-0
/
+7
*
[CodeComplete] Propagate preferred types through parser in more cases
Ilya Biryukov
2019-01-31
1
-0
/
+4
*
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
-10
/
+2
*
[CodeComplete] Cleanup access checking in code completion
Ilya Biryukov
2018-12-03
1
-13
/
+14
*
[clang][Parse] Diagnose useless null statements / empty init-statements
Roman Lebedev
2018-11-20
1
-1
/
+7
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-2
/
+2
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
1
-2
/
+15
*
[clang] Make sure codecompletion is called for calls even when inside a token.
Kadir Cetinkaya
2018-09-10
1
-3
/
+19
*
[CodeComplete] Clearly distinguish signature help and code completion.
Ilya Biryukov
2018-09-07
1
-2
/
+4
*
[CodeComplete] Report location of opening parens for signature help
Ilya Biryukov
2018-08-30
1
-2
/
+2
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-9
/
+8
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-95
/
+95
*
[Sema] Add fixit for unused lambda captures
Alexander Shaposhnikov
2018-07-16
1
-1
/
+5
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-4
/
+4
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-57
/
+48
*
Diagnose missing 'template' keywords in contexts where a comma is not a
Richard Smith
2018-06-27
1
-4
/
+7
*
Diagnose missing 'template' keywords in more cases.
Richard Smith
2018-06-26
1
-0
/
+2
*
Restore pre-r335182 behavior for naming inherited constructors as
Richard Smith
2018-06-22
1
-2
/
+4
*
Related to PR37768: improve diagnostics for class name shadowing.
Richard Smith
2018-06-20
1
-9
/
+7
*
Improve diagnostics and error recovery for template name lookup.
Richard Smith
2018-05-11
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-8
/
+8
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+3
[next]