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
*
Revert "Fix crash on switch conditions of non-integer types in templates"
Dmitri Gribenko
2019-08-13
1
-9
/
+0
*
Fix crash on switch conditions of non-integer types in templates
Elizabeth Andrews
2019-08-13
1
-0
/
+9
*
Implement P1771
Erich Keane
2019-07-25
1
-1
/
+19
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[Sema] Suppress additional warnings for C's zero initializer
Peter Wu
2019-07-16
1
-2
/
+2
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-1
/
+3
*
[clang] Small improvments after Adding APValue to ConstantExpr
Gauthier Harnisch
2019-06-21
1
-7
/
+30
*
[AST] Fixed extraneous warnings for binary conditional operator
Nathan Huckleberry
2019-06-19
1
-6
/
+7
*
[clang] Add storage for APValue in ConstantExpr
Gauthier Harnisch
2019-06-15
1
-36
/
+105
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-14
1
-0
/
+5
*
Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.
Nico Weber
2019-06-14
1
-5
/
+0
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-13
1
-0
/
+5
*
For DR712: store on a MemberExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-4
/
+6
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-17
/
+17
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-06
1
-20
/
+52
*
Revert "Factor out duplicated code building a MemberExpr and marking it" and ...
Benjamin Kramer
2019-06-05
1
-52
/
+20
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-04
1
-20
/
+52
*
Added an assertion to constant evaluation enty points that prohibits dependen...
Dmitri Gribenko
2019-05-17
1
-0
/
+3
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-1
/
+88
*
Added an assert in `isConstantInitializer`: initializer lists must be in sema...
Dmitri Gribenko
2019-05-10
1
-0
/
+1
*
[PR41276] Fixed incorrect generation of addr space cast for 'this' in C++.
Anastasia Stulova
2019-04-04
1
-1
/
+1
*
[Fixed Point Arithmetic] Fixed Point and Integer Conversions
Leonard Chan
2019-03-06
1
-0
/
+2
*
[OpenCL] Fix assertion due to blocks
Yaxun Liu
2019-02-26
1
-0
/
+2
*
Recommit "[AST] Factor out the logic of the various Expr::Ignore*"
Bruno Ricci
2019-02-17
1
-186
/
+153
*
Revert "[AST] Factor out the logic of the various Expr::Ignore*"
Bruno Ricci
2019-02-17
1
-153
/
+186
*
[AST] Factor out the logic of the various Expr::Ignore*
Bruno Ricci
2019-02-17
1
-186
/
+153
*
[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
[next]