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
/
JumpDiagnostics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema][ObjC] Disallow jumping into ObjC fast enumeration loops.
Akira Hatanaka
2017-04-19
1
-0
/
+9
*
[Sema] Handle CaseStmt and DefaultStmt as SwitchCase
Vitaly Buka
2016-10-26
1
-4
/
+2
*
[ObjC] Warn on unguarded use of partial declaration
Erik Pilkington
2016-08-16
1
-10
/
+7
*
P0305R0: Semantic analysis and code generation for C++17 init-statement for '...
Richard Smith
2016-07-14
1
-8
/
+12
*
Implement p0292r2 (constexpr if), a likely C++1z feature.
Richard Smith
2016-06-23
1
-0
/
+31
*
Refactor scope building in JumpDiagnostics for simplicity. This fixes a
Richard Smith
2016-06-21
1
-132
/
+151
*
Some minor ARC diagnostic improvements.
John McCall
2015-10-21
1
-2
/
+5
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-2
/
+1
*
Test commit access.
Hubert Tong
2015-06-04
1
-17
/
+17
*
Warn when jumping out of a __finally block via goto.
Nico Weber
2015-03-09
1
-0
/
+12
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-03
1
-5
/
+8
*
Implement jump scope SEHmantic analysis.
Nico Weber
2015-02-03
1
-3
/
+29
*
Initial support for Win64 SEH IR emission
Reid Kleckner
2015-01-22
1
-0
/
+4
*
ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
2014-09-22
1
-4
/
+18
*
PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus
Richard Smith
2014-07-19
1
-2
/
+2
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-1
/
+1
*
Add support for partial jump scope checking
Alp Toker
2014-05-09
1
-11
/
+22
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
Rename language option MicrosoftMode to MSVCCompat
Alp Toker
2014-01-14
1
-1
/
+1
*
PR18217: Rewrite JumpDiagnostics' handling of temporaries, to correctly handle
Richard Smith
2013-12-12
1
-64
/
+54
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-1
/
+1
*
Fix a couple of bugs where jump diagnostics would not notice that a variable
Richard Smith
2013-06-03
1
-6
/
+6
*
Fix handling of pointers-to-members and comma expressions when
Richard Smith
2013-06-03
1
-2
/
+7
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-1
/
+1
*
Fix for PR12222.
Erik Verbruggen
2012-12-25
1
-2
/
+8
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Correctly reject gotos in function-level try blocks. PR14225.
Eli Friedman
2012-10-31
1
-24
/
+23
*
Fix invalid jump scopes again. This time without trying to find out if an
Rafael Espindola
2012-10-28
1
-35
/
+45
*
Revert 166876 while I debug a bootstrap problem.
Rafael Espindola
2012-10-27
1
-45
/
+35
*
Reapply 166855 with an early exit on null QualTypes.
Rafael Espindola
2012-10-27
1
-35
/
+45
*
Revert r166855. I can reproduce the bootstrap failure and have a testcase
Rafael Espindola
2012-10-27
1
-41
/
+35
*
Fix cases where we were not producing an error when a computed goto could
Rafael Espindola
2012-10-27
1
-35
/
+41
*
During jump-scope checking, build an ExprWithCleanups immediately
John McCall
2012-09-25
1
-3
/
+8
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-4
/
+4
*
ArrayRef-icize the function arguments.
Bill Wendling
2012-02-22
1
-3
/
+2
*
Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD
Richard Smith
2011-10-20
1
-35
/
+84
*
Move the "jump bypasses variable initialization" error -> warning downgrade f...
Francois Pichet
2011-09-18
1
-1
/
+1
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-1
/
+1
*
In Microsoft mode, warn if an indirect goto jump over a variable initialization.
Francois Pichet
2011-09-16
1
-2
/
+3
*
In Microsoft mode, downgrade "goto into protected scope" from error to warnin...
Francois Pichet
2011-09-13
1
-18
/
+40
*
Update comment because JumpDiagnostics.cpp is not just about VLA scope.
Francois Pichet
2011-09-09
1
-2
/
+2
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-9
/
+9
*
objc-arc: Diagnose when captured variable in block literals
Fariborz Jahanian
2011-07-11
1
-13
/
+74
*
Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...
Argyrios Kyrtzidis
2011-06-24
1
-2
/
+2
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-56
/
+88
*
Properly implement C++0x [stmt.dcl]p3, which requires a scope to be
Douglas Gregor
2011-06-15
1
-0
/
+3
*
Clean up a C++0x/C++03 conditional check.
Douglas Gregor
2011-05-27
1
-5
/
+4
*
Clean up my changes to jump-diagnostic handling for local variables of
Douglas Gregor
2011-05-27
1
-26
/
+24
*
Update the jump-scope checker for local variables with initializers,
Douglas Gregor
2011-05-27
1
-10
/
+41
[next]