Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Sema
/
ScopeInfo.cpp
8e57b07
Distinguish `__block` variables that are captured by escaping blocks
by Akira Hatanaka
· 7 years ago
3197484
Revert r343518.
by Akira Hatanaka
· 7 years ago
2bf09cc
Distinguish `__block` variables that are captured by escaping blocks
by Akira Hatanaka
· 7 years ago
9bd2452
Revert r341754.
by Akira Hatanaka
· 7 years ago
2e00b98
Distinguish `__block` variables that are captured by escaping blocks
by Akira Hatanaka
· 7 years ago
61f4ac9
[coroutines] Pass coro func args to promise ctor
by Brian Gesiak
· 8 years ago
cac0a59
[coroutines] Fix diagnostics depending on the first coroutine statement.
by Eric Fiselier
· 9 years ago
20f25cb
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
by Eric Fiselier
· 9 years ago
034c633
[Sema][ObjC] Don't pass a DeclRefExpr that doesn't reference a VarDecl
by Akira Hatanaka
· 9 years ago
5dbe7a9
[Sema][NFC] Reset HasFallthroughStmt when clearing FunctionScopeInfo
by Erik Pilkington
· 9 years ago
5cd5717
[ObjC] Warn on unguarded use of partial declaration
by Erik Pilkington
· 9 years ago
f7e3609
Use ranges to concisely express iteration
by David Majnemer
· 9 years ago
7e2c82d
[Objective-c] Do not set IsExact to true when the receiver is a class.
by Akira Hatanaka
· 10 years ago
4c62c7c
[Objective-c] Fix a crash in WeakObjectProfileTy::getBaseInfo.
by Akira Hatanaka
· 10 years ago
94a4f0c
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
by Alexey Bataev
· 10 years ago
dcd04d1
Properly clear current coroutine promise on FunctionScopeInfo reuse. Should
by Richard Smith
· 10 years ago
9f690bd
[coroutines] Creation of promise object, lookup of operator co_await, building
by Richard Smith
· 10 years ago
637d1e6
Roll-back r250822.
by Angel Garcia Gomez
· 10 years ago
b5250d3
Apply modernize-use-default to clang.
by Angel Garcia Gomez
· 10 years ago
9ae479c
Wdeprecated: LambdaScopeInfos are copied in TreeTransform, so make sure they're copyable.
by David Blaikie
· 10 years ago
e717591
SEH: Diagnose use of C++ EH and SEH in the same function
by Reid Kleckner
· 11 years ago
ac1c512
Objective-C ARC. Fixes a crash when checking for 'weak' propery
by Fariborz Jahanian
· 11 years ago
ef202d9
[Sema] Patch to issue warning on comparing parameters with
by Fariborz Jahanian
· 11 years ago
330de03
Improved capturing variable-length array types in CapturedStmt.
by Alexey Bataev
· 11 years ago
39c81e2
[C++11] Support for capturing of variable length arrays in lambda expression.
by Alexey Bataev
· 11 years ago
9277ff4
Objective-C ARC. Do not warn about properties with both
by Fariborz Jahanian
· 11 years ago
c3ec149
[C++11] Use 'nullptr'. Sema edition.
by Craig Topper
· 11 years ago
ab3d646
[REFACTOR] Refactored some of the generic-lambda capturing code.
by Faisal Vali
· 12 years ago
b66d3cf
[objc] Emit warning when the implementation of a secondary initializer calls on
by Argyrios Kyrtzidis
· 12 years ago
22bfa2c
[objc] Emit a warning when the implementation of a designated initializer does not chain to
by Argyrios Kyrtzidis
· 12 years ago
9366a48
Remove an unnecessary condition that I added hastily: Unsigned numbers are obviously >= 0 ;)
by Faisal Vali
· 12 years ago
a17d19f
This patch implements capturing of variables within generic lambdas.
by Faisal Vali
· 12 years ago
6dfa25a
Sema for Captured Statements
by Tareq A. Siraj
· 12 years ago
b1e3e5f
-Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case.
by Jordan Rose
· 13 years ago
2248765
-Warc-repeated-use-of-weak: Check messages to property accessors as well.
by Jordan Rose
· 13 years ago
e723a27
-Warc-repeated-use-of-weak: look through explicit casts on assigned values.
by Jordan Rose
· 13 years ago
97c7ce3
Move isObjCSelf into Expr.
by Anna Zaks
· 13 years ago
62b3798
Pull ScopeInfo implementation into its own file.
by Jordan Rose
· 13 years ago