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
*
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
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+1
*
[ObjC] Implement @available in the Parser and AST
Erik Pilkington
2016-07-16
1
-0
/
+116
*
[Parser] Only correct delayed typos when needed
Erik Pilkington
2016-06-13
1
-0
/
+4
*
Clang support for __is_assignable intrinsic
David Majnemer
2016-05-23
1
-0
/
+1
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+1
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-1
/
+0
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+1
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-1
/
+1
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-1
/
+4
*
Correct typos after acting on invalid subscript expressions
David Majnemer
2016-02-19
1
-2
/
+8
*
[Parse] Make sure we don't forget to diagnose typos in exprs
David Majnemer
2016-02-18
1
-3
/
+7
*
Correct more typos in conditional expressions
David Majnemer
2016-02-17
1
-2
/
+4
*
Fix regression from r259622: the operand of an increment that is the operand of
Richard Smith
2016-02-03
1
-2
/
+2
*
[OpenCL] Adding reserved operator logical xor for OpenCL
Anastasia Stulova
2016-02-03
1
-0
/
+3
*
Fix miscompile and rejects-valids when disambiguating after an ambiguous
Richard Smith
2016-02-03
1
-3
/
+12
*
OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef
David Blaikie
2016-01-15
1
-6
/
+6
*
[OpenCL] Disallow taking an address of a function.
Anastasia Stulova
2016-01-05
1
-1
/
+16
*
[coroutines] Creation of promise object, lookup of operator co_await, building
Richard Smith
2015-10-27
1
-1
/
+1
*
[coroutines] Initial stub Sema functionality for handling coroutine await / y...
Richard Smith
2015-10-22
1
-3
/
+3
*
Use an ArrayRef<OffsetOfComponent> instead of pointer and size throughout off...
Craig Topper
2015-10-22
1
-1
/
+1
*
[coroutines] Add parsing support for co_await expression, co_yield expression,
Richard Smith
2015-10-22
1
-0
/
+11
*
Modify DeclaratorChuck::getFunction to be passed an Exception Specification S...
Nathan Wilson
2015-08-26
1
-1
/
+1
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-4
/
+25
*
[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...
Alexey Bataev
2015-07-02
1
-3
/
+9
*
[Concepts] Parsing of requires-clause in template-declaration
Hubert Tong
2015-06-25
1
-0
/
+18
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Stop moving attributes off of a block literal's decl specifiers.
Douglas Gregor
2015-06-19
1
-3
/
+0
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
1
-25
/
+19
*
Allow TransformTypos to ignore corrections to a specified VarDecl.
Kaelyn Takata
2015-05-05
1
-1
/
+6
*
Diagnose delayed typos when parsing a postfix expression with an
Kaelyn Takata
2015-05-02
1
-1
/
+13
*
Also correct typos in the middle of a ternary expression when the RHS is inva...
Kaelyn Takata
2015-05-01
1
-0
/
+8
*
Eagerly correct typos in ParenExprs that may be type casts for non-C++ code.
Kaelyn Takata
2015-05-01
1
-0
/
+5
*
Put statement expression decls in the enclosing code DeclContext
Reid Kleckner
2015-04-20
1
-0
/
+11
[next]