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
*
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
*
Parse A::template B as an identifier rather than as a template-id with no
Richard Smith
2018-04-27
1
-28
/
+54
*
[C++17] Allow an empty expression in an if init statement
Zhihao Yuan
2018-03-17
1
-4
/
+18
*
Add missing direct-init / parameter-declaration-clause disambiguation when
Richard Smith
2018-02-02
1
-2
/
+4
*
[Parse] Forward brace locations to TypeConstructExpr
Vedant Kumar
2018-01-17
1
-6
/
+6
*
Again reverting an attempt to convert the DeclSpec enums into scoped enums.
Faisal Vali
2018-01-01
1
-1
/
+1
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-1
/
+1
*
Revert r321614 and r321615
Faisal Vali
2018-01-01
1
-1
/
+1
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-1
/
+1
*
[NFC] Modernize enum DeclSpecContext into a scoped enum.
Faisal Vali
2017-12-31
1
-2
/
+2
*
[NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...
Faisal Vali
2017-12-30
1
-19
/
+21
*
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
Faisal Vali
2017-12-29
1
-9
/
+10
*
Allow conditions to be decomposed with structured bindings
Zhihao Yuan
2017-12-07
1
-0
/
+2
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-3
/
+3
*
[c++2a] P0515R3: Support for overloaded operator<=>.
Richard Smith
2017-12-01
1
-1
/
+1
*
[Parser] Fix TryParseLambdaIntroducer() error handling
Jan Korous
2017-11-06
1
-14
/
+21
*
Fix comment typo
Jan Korous
2017-11-02
1
-1
/
+1
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+3
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-3
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+3
*
[Parser] Correct initalizer typos before lambda capture type is deduced.
Volodymyr Sapsai
2017-08-22
1
-0
/
+2
*
Rename cxx1z -> cxx17 across all diagnostic IDs.
Richard Smith
2017-08-13
1
-1
/
+1
*
Place implictly declared functions at block scope
Momchil Velikov
2017-08-10
1
-1
/
+2
*
[NFC, Refactor] Modernize TemplateIdAnnotation using TrailingObjects
Faisal Vali
2017-05-23
1
-22
/
+9
*
Fix the location of "missing ';'" suggestions after annotation tokens.
Richard Smith
2017-05-18
1
-13
/
+10
*
Changes missed from r302732.
Richard Smith
2017-05-10
1
-5
/
+2
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-5
/
+7
*
Publish RAIIObjectsForParser.h for external usage.
Vassil Vassilev
2017-03-23
1
-2
/
+2
[next]