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
*
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
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-4
/
+5
*
Revert r321614 and r321615
Faisal Vali
2018-01-01
1
-5
/
+4
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-4
/
+5
*
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
Faisal Vali
2017-12-29
1
-6
/
+6
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-6
/
+11
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-1
/
+1
*
Fix usage of right shift operator in fold expressions
Richard Smith
2017-10-31
1
-3
/
+4
*
mplement __has_unique_object_representations
Erich Keane
2017-10-24
1
-0
/
+1
*
Properly parse a postfix expression following a Boolean literal. Fixes PR34273.
Aaron Ballman
2017-09-28
1
-1
/
+2
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-1
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
std::function -> llvm::function_ref. NFC.
Benjamin Kramer
2017-09-01
1
-1
/
+1
*
Place implictly declared functions at block scope
Momchil Velikov
2017-08-10
1
-1
/
+1
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-02
1
-2
/
+2
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-01
1
-2
/
+3
*
Fix PR25627: constant expressions being odr-used in template arguments.
Faisal Vali
2017-05-20
1
-4
/
+11
*
Fix the location of "missing ';'" suggestions after annotation tokens.
Richard Smith
2017-05-18
1
-2
/
+2
*
When we see a '<' operator, check whether it's a probable typo for a template...
Richard Smith
2017-05-10
1
-0
/
+34
*
[CodeCompletion] Complete platform names in @available expressions
Alex Lorenz
2017-05-09
1
-0
/
+5
*
Add support for pretty platform names to `@available`/
Alex Lorenz
2017-05-09
1
-2
/
+4
*
Parse: cleanup some bleeding whitespace
Saleem Abdulrasool
2017-04-20
1
-2
/
+3
*
[Sema] Add __is_aggregate type-trait
Eric Fiselier
2017-04-12
1
-0
/
+2
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-9
/
+13
*
Reapplied r298976 [OpenCL] Added parsing for OpenCL vector types.
Egor Churaev
2017-03-29
1
-3
/
+51
*
Reverted r298976 [OpenCL] Added parsing for OpenCL vector types.
Egor Churaev
2017-03-29
1
-55
/
+4
*
[OpenCL] Added parsing for OpenCL vector types.
Egor Churaev
2017-03-29
1
-4
/
+55
*
Publish RAIIObjectsForParser.h for external usage.
Vassil Vassilev
2017-03-23
1
-2
/
+2
*
PR24440: Do not silently discard a fold-expression appearing as the operand o...
Richard Smith
2017-02-15
1
-1
/
+1
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-0
/
+1
*
[code-completion] Fix crash when trying to do postfix completion of instance ...
Argyrios Kyrtzidis
2017-01-15
1
-3
/
+4
*
[NFC] Rename RAII ExpressionEvaluationContext variable from Unevaluated to Co...
Faisal Vali
2017-01-10
1
-1
/
+1
*
[ObjC] The declarator for a block literal should be a definition
Alex Lorenz
2017-01-06
1
-0
/
+2
*
Store decls in prototypes on the declarator instead of in the AST
Reid Kleckner
2016-12-09
1
-0
/
+1
*
[CodeCompletion] Provide Objective-C class property completion results
Alex Lorenz
2016-12-08
1
-1
/
+7
*
[CodeCompletion] Add a block property setter completion result
Alex Lorenz
2016-10-18
1
-3
/
+4
*
[Parser] Fix bug where delayed typo in conditional expression was corrected t...
Erik Pilkington
2016-07-29
1
-3
/
+4
[next]