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
/
SemaStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Minor fixes to for-loop warning.
Richard Trieu
2017-06-02
1
-29
/
+22
*
Fix PR32933: crash on lambda capture of VLA
Faisal Vali
2017-05-15
1
-3
/
+51
*
ANSIfy. No behavior change.
Nico Weber
2017-05-05
1
-1
/
+1
*
[Sema][ObjC] Disallow jumping into ObjC fast enumeration loops.
Akira Hatanaka
2017-04-19
1
-0
/
+1
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-5
/
+10
*
Look through CXXBindTemporaryExprs when checking CXXFunctionCastExprs
Daniel Jasper
2017-03-27
1
-2
/
+8
*
Add support for attribute enum_extensibility.
Akira Hatanaka
2017-03-21
1
-8
/
+13
*
Factor out function to determine whether we're performing a template
Richard Smith
2017-02-21
1
-1
/
+1
*
[Sema] Disallow returning a __block variable via a move.
Akira Hatanaka
2017-02-15
1
-3
/
+5
*
Remove redundant passing around of a "ContainsAutoType" flag.
Richard Smith
2017-01-12
1
-6
/
+3
*
[Sema] Avoid "case value not in enumerated type" warning for C++11 opaque enums
Alex Lorenz
2016-12-08
1
-1
/
+2
*
Mass-rename the handful of error_* diagnostics to err_*.
Richard Smith
2016-12-02
1
-5
/
+5
*
Add a warning for 'main' returning 'true' or 'false'.
Richard Smith
2016-11-29
1
-0
/
+4
*
[CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf{Device,Host}Code().
Justin Lebar
2016-10-13
1
-1
/
+2
*
PR25890: Fix incoherent error handling in PerformImplicitConversion and
Richard Smith
2016-10-06
1
-0
/
+2
*
[CUDA] Disallow exceptions in device code.
Justin Lebar
2016-09-28
1
-0
/
+4
*
[ObjC] Warn on unguarded use of partial declaration
Erik Pilkington
2016-08-16
1
-1
/
+1
*
P0305R0: Semantic analysis and code generation for C++17 init-statement for '...
Richard Smith
2016-07-14
1
-13
/
+10
*
[Sema] Implement C++14's DR1579: Prefer returning by converting move constructor
Erik Pilkington
2016-06-30
1
-40
/
+51
*
P0305R1: Parsing support for init-statements in 'if' and 'switch' statements.
Richard Smith
2016-06-29
1
-3
/
+10
*
Implement p0292r2 (constexpr if), a likely C++1z feature.
Richard Smith
2016-06-23
1
-20
/
+57
*
Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith
2016-06-23
1
-98
/
+59
*
Revert r273548, "Rearrange condition handling so that semantic checks on a co...
Peter Collingbourne
2016-06-23
1
-58
/
+98
*
Rearrange condition handling so that semantic checks on a condition variable
Richard Smith
2016-06-23
1
-98
/
+58
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-0
/
+8
*
Revert accidential "[MSVC] Late parsing of in-class defined member functions ...
Alexey Bataev
2016-06-15
1
-27
/
+0
*
[MSVC] Late parsing of in-class defined member functions in template
Alexey Bataev
2016-06-15
1
-0
/
+27
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-8
/
+0
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-0
/
+8
*
[OPENMP] Pass scalar firstprivate vars by value.
Alexey Bataev
2016-05-17
1
-3
/
+3
*
Test commit
Erik Pilkington
2016-04-26
1
-0
/
+1
*
P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...
Richard Smith
2016-03-20
1
-15
/
+19
*
Fix false positives for for-loop-analysis warning
Steven Wu
2016-03-10
1
-0
/
+12
*
Implement support for [[nodiscard]] in C++1z that is based off existing suppo...
Aaron Ballman
2016-03-07
1
-6
/
+6
*
Add -Wcomma warning to Clang.
Richard Trieu
2016-02-18
1
-0
/
+28
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+2
*
Don't copy a DenseMap just to do lookup in it.
Benjamin Kramer
2016-02-13
1
-6
/
+1
*
Fix a crash when there is a typo in the return statement.
Manman Ren
2016-02-04
1
-0
/
+5
*
[SemaCXX] Fix crash-on-invalid while trying to deduce return type of a lambda.
Argyrios Kyrtzidis
2016-01-30
1
-4
/
+5
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-5
/
+4
*
[OpenMP] Update target directive codegen to use 4.5 implicit data mappings.
Samuel Antao
2015-12-02
1
-4
/
+3
*
[Sema] Minor formatting fixes. NFC
Craig Topper
2015-11-17
1
-1
/
+1
*
Tweak how -Wunused-value interacts with macros
Nico Weber
2015-10-27
1
-1
/
+10
*
[coroutines] Creation of promise object, lookup of operator co_await, building
Richard Smith
2015-10-27
1
-28
/
+55
*
[coroutines] Initial stub Sema functionality for handling coroutine await / y...
Richard Smith
2015-10-22
1
-6
/
+20
*
Keep the IfStmt node even if the condition is invalid
Olivier Goffart
2015-10-11
1
-17
/
+11
*
Perform Objective-C lifetime adjustments before comparing deduced lambda resu...
Douglas Gregor
2015-10-01
1
-2
/
+5
*
Simplify Sema::DeduceFunctionTypeFromReturnExpr and eliminae a redundant check.
Douglas Gregor
2015-10-01
1
-7
/
+2
*
Fix a potential APInt memory leak when using __attribute__((flag_enum)), and
Richard Smith
2015-09-04
1
-3
/
+1
*
fix typo; NFC
Sanjay Patel
2015-08-28
1
-1
/
+1
[prev]
[next]