index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
Expr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AST][Sema] Remove CallExpr::setNumArgs
Bruno Ricci
2018-12-03
1
-10
/
+22
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-5
/
+11
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-11
/
+5
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-5
/
+11
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-11
/
+5
*
isEvaluatable() implies a constant context.
Bill Wendling
2018-11-24
1
-1
/
+2
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-4
/
+9
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-9
/
+4
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-4
/
+9
*
[AST] Store the expressions in ParenListExpr in a trailing array
Bruno Ricci
2018-11-20
1
-22
/
+35
*
[AST][NFC] Factor out some repeated code in ArraySubscriptExpr.
Bruno Ricci
2018-11-20
1
-14
/
+6
*
[AST][NFC] Pack ArraySubscriptExpr
Bruno Ricci
2018-11-20
1
-8
/
+12
*
Revert 347294, it turned many bots on lab.llvm.org:8011/console red.
Nico Weber
2018-11-20
1
-8
/
+3
*
Use is.constant intrinsic for __builtin_constant_p
Bill Wendling
2018-11-20
1
-3
/
+8
*
[AST] Store the string data in StringLiteral in a trailing array of chars
Bruno Ricci
2018-11-15
1
-67
/
+103
*
[AST][NFC] Various NFCs in StringLiteral
Bruno Ricci
2018-11-15
1
-20
/
+14
*
[AST] Pack BinaryOperator
Bruno Ricci
2018-11-15
1
-32
/
+37
*
[AST] Pack MemberExpr
Bruno Ricci
2018-11-15
1
-43
/
+36
*
[AST][NFC] Move the friend decls to the top of MemberExpr
Bruno Ricci
2018-11-15
1
-4
/
+4
*
[AST] Pack UnaryOperator
Bruno Ricci
2018-11-15
1
-18
/
+21
*
[AST] Revert r346793 and r346781
Bruno Ricci
2018-11-13
1
-33
/
+37
*
[AST][NFC] Style fixes for UnaryOperator
Bruno Ricci
2018-11-13
1
-37
/
+33
*
[AST][NFC] Pack DeclRefExpr
Bruno Ricci
2018-11-13
1
-37
/
+32
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-4
/
+8
*
Change "struct" to "class" to avoid warnings
Bill Wendling
2018-10-31
1
-1
/
+2
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-0
/
+58
*
[AST] Refactor PredefinedExpr
Bruno Ricci
2018-10-27
1
-58
/
+86
*
[Diagnostics] Check for integer overflow in array size expressions
David Bolvansky
2018-10-18
1
-2
/
+7
*
Remove deprecated API
Stephen Kelly
2018-09-06
1
-368
/
+0
*
Test Commit for git-svn-cleanup comment.
Erich Keane
2018-09-05
1
-4
/
+3
*
We have in place support for parsing #pragma FENV_ACCESS, but that
Kevin P. Neal
2018-08-14
1
-1
/
+7
*
Renaming arg_const_range to const_arg_range; NFC.
Aaron Ballman
2018-08-12
1
-3
/
+3
*
Mark up deprecated methods as such
Stephen Kelly
2018-08-09
1
-92
/
+368
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-13
/
+13
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-13
/
+13
*
Add getEndLoc API to replace getLocEnd
Stephen Kelly
2018-08-09
1
-46
/
+94
*
Add getBeginLoc API to replace getLocStart
Stephen Kelly
2018-08-09
1
-46
/
+96
*
[AST] CastExpr: BasePathSize is not large enough.
Roman Lebedev
2018-08-01
1
-10
/
+34
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[AST] Sink 'part of explicit cast' down into ImplicitCastExpr
Roman Lebedev
2018-07-27
1
-7
/
+6
*
[MS] Add L__FUNCSIG__ for compatibility
Reid Kleckner
2018-07-26
1
-1
/
+2
*
[Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)
Roman Lebedev
2018-07-24
1
-0
/
+8
*
DR1687: When overload resolution selects a built-in operator, implicit
Richard Smith
2018-06-27
1
-0
/
+4
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-0
/
+41
*
Revert "Revert r332955 "GNUstep Objective-C ABI version 2""
David Chisnall
2018-05-22
1
-0
/
+8
*
Revert r332955 "GNUstep Objective-C ABI version 2"
Bjorn Pettersson
2018-05-22
1
-8
/
+0
*
GNUstep Objective-C ABI version 2
David Chisnall
2018-05-22
1
-0
/
+8
*
Revert r332847; it caused us to miscompile certain forms of reference initial...
Richard Smith
2018-05-21
1
-12
/
+7
*
[CodeGen] Recognize more cases of zero initialization
Serge Pavlov
2018-05-21
1
-7
/
+12
*
Allow dllimport non-type template arguments in C++17
Reid Kleckner
2018-05-10
1
-0
/
+7
[next]