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
/
AST
/
Expr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[AST] Update the comments of the various Expr::Ignore* + Related cleanups
Bruno Ricci
2019-02-03
1
-53
/
+78
*
[AST] Pack GenericSelectionExpr
Bruno Ricci
2019-01-26
1
-13
/
+53
*
[AST][NFC] Various cleanups to GenericSelectionExpr
Bruno Ricci
2019-01-26
1
-47
/
+47
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OpenCL] Set generic addr space of 'this' in special class members.
Anastasia Stulova
2019-01-14
1
-2
/
+2
*
[AST] Move back BasePathSize to the bit-fields of CastExpr
Bruno Ricci
2019-01-09
1
-27
/
+4
*
Diagnose an unused result from a call through a function pointer whose return...
Aaron Ballman
2019-01-03
1
-5
/
+14
*
Ignore ConstantExpr in IgnoreParens
Reid Kleckner
2018-12-26
1
-4
/
+4
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-48
/
+82
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-6
/
+21
*
Fix up diagnostics.
Richard Trieu
2018-12-14
1
-1
/
+0
*
[AST] Store "UsesADL" information in CallExpr.
Eric Fiselier
2018-12-12
1
-6
/
+9
*
[AST][Sema] Remove CallExpr::setNumArgs
Bruno Ricci
2018-12-03
1
-48
/
+23
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-8
/
+14
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-14
/
+8
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-8
/
+14
*
PR39809: (const void*)0 is not a null pointer constant in C.
Richard Smith
2018-11-28
1
-6
/
+6
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-14
/
+8
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-8
/
+14
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-14
/
+8
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-8
/
+14
*
[AST] Store the expressions in ParenListExpr in a trailing array
Bruno Ricci
2018-11-20
1
-13
/
+34
*
Revert 347294, it turned many bots on lab.llvm.org:8011/console red.
Nico Weber
2018-11-20
1
-12
/
+6
*
Use is.constant intrinsic for __builtin_constant_p
Bill Wendling
2018-11-20
1
-6
/
+12
*
[OpenCL] Enable address spaces for references in C++
Anastasia Stulova
2018-11-16
1
-7
/
+12
*
[AST] Store the string data in StringLiteral in a trailing array of chars
Bruno Ricci
2018-11-15
1
-65
/
+67
*
[AST][NFC] Various NFCs in StringLiteral
Bruno Ricci
2018-11-15
1
-21
/
+21
*
[AST] Pack MemberExpr
Bruno Ricci
2018-11-15
1
-2
/
+3
*
[AST] Revert r346793 and r346781
Bruno Ricci
2018-11-13
1
-2
/
+2
*
[AST][NFC] Style fixes for UnaryOperator
Bruno Ricci
2018-11-13
1
-2
/
+2
*
[AST][NFC] Pack DeclRefExpr
Bruno Ricci
2018-11-13
1
-1
/
+2
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-0
/
+15
*
Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue...
Richard Smith
2018-11-03
1
-5
/
+0
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-0
/
+5
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2018-10-30
1
-0
/
+5
*
[AST] Refactor PredefinedExpr
Bruno Ricci
2018-10-27
1
-19
/
+44
*
PR26547: alignof should return ABI alignment, not preferred alignment
Richard Smith
2018-10-26
1
-1
/
+1
*
[Fixed Point Arithmetic] Fixed Point to Boolean Cast
Leonard Chan
2018-10-23
1
-0
/
+1
*
[OpenCL][NFC] Unify ZeroToOCL* cast types
Andrew Savonichev
2018-10-23
1
-2
/
+1
*
PR24164, PR39336: init-captures are not distinct full-expressions.
Richard Smith
2018-10-19
1
-5
/
+2
*
[Fixed Point Arithmetic] FixedPointCast
Leonard Chan
2018-10-15
1
-0
/
+1
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-11
/
+11
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-17
/
+17
*
Add getEndLoc API to replace getLocEnd
Stephen Kelly
2018-08-09
1
-6
/
+6
*
Add getBeginLoc API to replace getLocStart
Stephen Kelly
2018-08-09
1
-6
/
+6
*
[Fixed Point Arithmetic] Fix for FixedPointValueToString
Leonard Chan
2018-08-06
1
-1
/
+1
*
[AST] CastExpr: BasePathSize is not large enough.
Roman Lebedev
2018-08-01
1
-4
/
+27
*
Remove trailing space
Fangrui Song
2018-07-30
1
-81
/
+81
*
[MS] Add L__FUNCSIG__ for compatibility
Reid Kleckner
2018-07-26
1
-3
/
+7
*
Don't lifetime-extend or track lifetime problems through the LHS of '->*'.
Richard Smith
2018-07-24
1
-1
/
+1
[prev]
[next]