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
/
Sema
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-4
/
+3
*
[Sema] Fix an assert when a block captures a constexpr local
Erik Pilkington
2019-03-26
1
-3
/
+8
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-24
/
+28
*
[Sema] Deduplicate some availability checking logic
Erik Pilkington
2019-03-20
1
-11
/
+0
*
[Sema] Add some compile time _FORTIFY_SOURCE diagnostics
Erik Pilkington
2019-03-18
1
-0
/
+2
*
Objective-C++11: Support static_assert() in @interface/@implementation ivar l...
Nico Weber
2019-03-14
1
-1
/
+1
*
[PR40778] Preserve addr space in Derived to Base cast.
Anastasia Stulova
2019-03-07
1
-2
/
+7
*
[Fixed Point Arithmetic] Fixed Point and Integer Conversions
Leonard Chan
2019-03-06
1
-4
/
+2
*
[CUDA][HIP][Sema] Fix template kernel with function as template parameter
Yaxun Liu
2019-03-05
1
-0
/
+3
*
[OPENMP]Delay emission of the error for unsupported types.
Alexey Bataev
2019-02-27
1
-0
/
+15
*
Avoid needlessly copying a block to the heap when a block literal
Akira Hatanaka
2019-02-27
1
-0
/
+19
*
[OPENMP]Delay emission for unsupported va_arg expression.
Alexey Bataev
2019-02-26
1
-0
/
+5
*
PR40642: Fix determination of whether the final statement of a statement
Richard Smith
2019-02-15
1
-72
/
+35
*
[Sema] Fix a regression introduced in "[AST][Sema] Remove CallExpr::setNumArgs"
Bruno Ricci
2019-02-14
1
-4
/
+22
*
[OPENMP]Delay emission of the error messages for the exceptions.
Alexey Bataev
2019-02-08
1
-0
/
+3
*
Revert "[OPENMP]Initial support for the delayed diagnostics."
Alexey Bataev
2019-02-08
1
-3
/
+0
*
[OPENMP]Initial support for the delayed diagnostics.
Alexey Bataev
2019-02-08
1
-0
/
+3
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+14
*
Revert "OpenCL: Extend argument promotion rules to vector types"
Matt Arsenault
2019-01-29
1
-18
/
+5
*
[AST] Pack GenericSelectionExpr
Bruno Ricci
2019-01-26
1
-4
/
+4
*
[Sema] Improve a -Warray-bounds diagnostic
Erik Pilkington
2019-01-25
1
-5
/
+19
*
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
[next]