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
/
lib
/
Sema
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Fixed Point Arithmetic] Fixed Point Addition
Leonard Chan
2019-01-16
1
-1
/
+90
*
Improve a -Wunguarded-availability note
Erik Pilkington
2019-01-14
1
-1
/
+1
*
[AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak
2019-01-11
1
-1
/
+1
*
[Sema] Call CheckPlaceholderExpr to resolve typeof or decltype
Akira Hatanaka
2019-01-10
1
-0
/
+4
*
[ObjCARC] Add an new attribute, objc_externally_retained
Erik Pilkington
2019-01-04
1
-3
/
+9
*
Refactor the way we handle diagnosing unused expression results.
Aaron Ballman
2019-01-04
1
-2
/
+3
*
Make -Wstring-plus-int warns even if when the result is not out of bounds
Arnaud Bienner
2019-01-03
1
-10
/
+0
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-15
/
+16
*
[Sema][NFC] Remove some unnecessary calls to getASTContext.
Bruno Ricci
2018-12-21
1
-1
/
+1
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-5
/
+4
*
[Sema] Produce diagnostics when C++17 aligned allocation/deallocation
Akira Hatanaka
2018-12-21
1
-0
/
+8
*
Revert "Make -Wstring-plus-int warns even if when the result is not out of bo...
Adam Nemet
2018-12-14
1
-0
/
+10
*
Make -Wstring-plus-int warns even if when the result is not out of bounds
Sylvestre Ledru
2018-12-13
1
-10
/
+0
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-2
/
+2
*
[AST] Store "UsesADL" information in CallExpr.
Eric Fiselier
2018-12-12
1
-10
/
+12
*
Remove TODO leftover from my devleopment branch
Erich Keane
2018-12-12
1
-1
/
+0
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-2
/
+2
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-2
/
+2
*
Replace Const-Member checking with non-recursive version.
Erich Keane
2018-12-11
1
-20
/
+29
*
[Sema/Attribute] Check for noderef attribute
Leonard Chan
2018-12-06
1
-1
/
+116
*
[Sema] Push and Pop Expression Evaluation Context Records at the start and en...
Leonard Chan
2018-12-06
1
-5
/
+2
*
[AST][Sema] Remove CallExpr::setNumArgs
Bruno Ricci
2018-12-03
1
-37
/
+50
*
[OpenCL][Sema] Improving formatting
Marco Antognini
2018-12-03
1
-3
/
+2
*
[OpenCL][Sema] Improve BuildResolvedCallExpr handling of builtins
Marco Antognini
2018-12-03
1
-7
/
+10
*
OpenCL: Extend argument promotion rules to vector types
Matt Arsenault
2018-12-01
1
-5
/
+18
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-26
/
+48
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-48
/
+26
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-26
/
+48
*
Derive builtin return type from its definition
Marco Antognini
2018-11-27
1
-8
/
+12
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-48
/
+26
*
isEvaluatable() implies a constant context.
Bill Wendling
2018-11-24
1
-1
/
+6
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-26
/
+43
*
Mark lambda decl as invalid if a captured variable has an invalid type.
Jorge Gorbe Moya
2018-11-21
1
-0
/
+15
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-43
/
+26
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-26
/
+43
*
[AST] Store the expressions in ParenListExpr in a trailing array
Bruno Ricci
2018-11-20
1
-2
/
+1
*
Revert 347294, it turned many bots on lab.llvm.org:8011/console red.
Nico Weber
2018-11-20
1
-8
/
+4
*
Use is.constant intrinsic for __builtin_constant_p
Bill Wendling
2018-11-20
1
-4
/
+8
*
[c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.
Richard Smith
2018-11-14
1
-0
/
+26
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-22
/
+24
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-0
/
+6
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
1
-6
/
+0
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
1
-0
/
+6
*
Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue...
Richard Smith
2018-11-03
1
-5
/
+2
*
[Diagnostics] Implement -Wsizeof-pointer-div
David Bolvansky
2018-11-01
1
-2
/
+30
*
Allow clk_event_t comparisons
Sven van Haastregt
2018-11-01
1
-0
/
+4
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-4
/
+4
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2018-10-30
1
-2
/
+5
*
[AST] Refactor PredefinedExpr
Bruno Ricci
2018-10-27
1
-13
/
+13
[next]