Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f70912f885f991d5af11d8ecb10b703f3cbed982
/
clang
/
lib
/
Sema
/
Scope.cpp
b15c35a
Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block"
by Brian Gesiak
· 7 years ago
e8b3d63
Revert "[coroutines][PR40978] Emit error for co_yield within catch block"
by Brian Gesiak
· 7 years ago
9db9b1a
[coroutines][PR40978] Emit error for co_yield within catch block
by Brian Gesiak
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
3be68e1
Revert r335019 "Update NRVO logic to support early return (Attempt 2)"
by Taiju Tsuiki
· 7 years ago
b000a88
Update NRVO logic to support early return (Attempt 2)
by Taiju Tsuiki
· 7 years ago
5429bd7
Revert "Update NRVO logic to support early return"
by Sam McCall
· 7 years ago
44f9c58
Update NRVO logic to support early return
by Taiju Tsuiki
· 7 years ago
df5ec07
Fix Scope::dump()
by Richard Trieu
· 8 years ago
10aced8
[Parser] Clear the TemplateParamScope bit of the current scope's flag
by Akira Hatanaka
· 10 years ago
cdae941
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
by Yaron Keren
· 10 years ago
a7f8c46
MS ABI: Implement the MSVC 2015 scheme for scope disambiguation
by David Majnemer
· 11 years ago
1d59f99
Initial support for Win64 SEH IR emission
by Reid Kleckner
· 11 years ago
f6be4cb
Revert r213437
by Warren Hunt
· 11 years ago
b530bc0
[MS-ABI] Assign SEH handler indices to __try blocks
by Warren Hunt
· 11 years ago
eb61d4d
Sema: Check that __leave is contained in a __try block.
by Nico Weber
· 11 years ago
fe78145
MS static locals mangling: don't count enum scopes
by Hans Wennborg
· 11 years ago
a8e9d2e
[OPENMP] Loop canonical form analysis (Sema)
by Alexander Musman
· 11 years ago
c3ec149
[C++11] Use 'nullptr'. Sema edition.
by Craig Topper
· 11 years ago
d78f92f
Rewrite NRVO determination. Track NRVO candidates on the parser Scope and apply the NRVO candidate flag to all possible NRVO candidates here, and remove the flags in computeNRVO or upon template instantiation. A variable now has NRVO applied if and only if every return statement in that scope returns that variable. This is nearly optimal.
by Nick Lewycky
· 12 years ago
2206bf5
[-cxx-abi microsoft] Implement local manglings accurately
by David Majnemer
· 12 years ago
09f9924
Fix to PR8880 (clang dies processing a for loop)
by Serge Pavlov
· 12 years ago
b3b8ea8
Revert r193073 and the attempt to fix it in r193170.
by Chandler Carruth
· 12 years ago
6652921
Fix to PR8880 (clang dies processing a for loop).
by Serge Pavlov
· 12 years ago
6f8780b
Reapply r151638 and r151641.
by James Molloy
· 14 years ago
5929ef2
Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h
by Argyrios Kyrtzidis
· 14 years ago
051390ff
Correctly track tags and enum members defined in the prototype of a function, and ensure they are properly scoped.
by James Molloy
· 14 years ago
1002d10
Reject continue/break statements within members of local functions nested within
by Richard Smith
· 14 years ago
8fb0d9d
Store a parameter index and function prototype depth in every
by John McCall
· 15 years ago