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
...
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-3
/
+3
*
[AST] Only store data for the NRVO candidate in ReturnStmt if needed
Bruno Ricci
2018-10-30
1
-7
/
+11
*
[AST] Only store the needed data in WhileStmt
Bruno Ricci
2018-10-30
1
-2
/
+2
*
[AST] Only store the needed data in SwitchStmt
Bruno Ricci
2018-10-29
1
-2
/
+1
*
[AST] Don't store data for GNU range case statement if not needed
Bruno Ricci
2018-10-28
1
-3
/
+3
*
[AST] Only store the needed data in IfStmt
Bruno Ricci
2018-10-27
1
-3
/
+2
*
[Sema] Fix -Wcomma for C89
Richard Trieu
2018-10-25
1
-2
/
+8
*
Make -Wfor-loop-analysis work with C++17
Richard Trieu
2018-10-20
1
-1
/
+5
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
1
-21
/
+30
*
P0962R1: only use the member form of 'begin' and 'end' in a range-based
Richard Smith
2018-09-24
1
-51
/
+95
*
[Sema] Don't warn about omitting unavailable enum constants in a switch
Erik Pilkington
2018-09-05
1
-1
/
+15
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-3
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-37
/
+36
*
Port getStartLoc -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-6
/
+6
*
Refactor checking of switch conditions and case values.
Richard Smith
2018-07-26
1
-128
/
+119
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-1
/
+1
*
Revert r335019 "Update NRVO logic to support early return (Attempt 2)"
Taiju Tsuiki
2018-06-19
1
-3
/
+6
*
Update NRVO logic to support early return (Attempt 2)
Taiju Tsuiki
2018-06-19
1
-6
/
+3
*
Revert "Update NRVO logic to support early return"
Sam McCall
2018-05-30
1
-3
/
+6
*
Update NRVO logic to support early return
Taiju Tsuiki
2018-05-30
1
-6
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-7
/
+7
*
[OPENMP] Enable c++ exceptions outside of the target constructs iff they are
Alexey Bataev
2018-05-02
1
-1
/
+5
*
Diagnose cases of "return x" that should be "return std::move(x)" for efficiency
Malcolm Parsons
2018-04-12
1
-17
/
+110
*
[OPENMP] Additional attributes for the pointer parameters.
Alexey Bataev
2018-04-10
1
-1
/
+3
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-3
/
+3
*
Generalize NRVO to cover C structs.
Akira Hatanaka
2018-03-29
1
-3
/
+0
*
Refactoring code around move/copy initialization. NFC.
Richard Trieu
2018-03-15
1
-56
/
+82
*
Re-land "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-12
1
-8
/
+8
*
Revert "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-08
1
-8
/
+8
*
[Sema] Make getCurFunction() return null outside function parsing
Reid Kleckner
2018-03-08
1
-8
/
+8
*
Avoid including ScopeInfo.h from Sema.h
Reid Kleckner
2018-03-07
1
-17
/
+14
*
[Debug] Annotate compiler generated range-for loop variables.
Matt Davis
2018-02-14
1
-4
/
+8
*
Fix crash when trying to pack-expand a GNU statement expression.
Richard Smith
2018-02-03
1
-2
/
+2
*
Fix and simplify handling of return type for (generic) lambda conversion func...
Richard Smith
2018-01-02
1
-0
/
+7
*
[AST] Inline CompoundStmt contents into the parent allocation.
Benjamin Kramer
2017-12-24
1
-1
/
+1
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-12
/
+25
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-1
/
+1
*
Revert r318456 "Issue -Wempty-body warnings for else blocks"
Hans Wennborg
2017-11-20
1
-3
/
+1
*
Revert r318556 "Loosen -Wempty-body warning"
Hans Wennborg
2017-11-20
1
-1
/
+2
*
Loosen -Wempty-body warning
Reid Kleckner
2017-11-17
1
-2
/
+1
*
Issue -Wempty-body warnings for else blocks
Reid Kleckner
2017-11-16
1
-1
/
+3
*
Catch more cases with -Wenum-compare
Richard Trieu
2017-09-09
1
-2
/
+4
*
[Sema] Assign new flag -Wenum-compare-switch to switch-related parts of -Wenu...
Gabor Horvath
2017-08-09
1
-1
/
+1
*
[Sema] -Wenum-compare no longer warn on anonymous enums in switch statements
Gabor Horvath
2017-08-09
1
-0
/
+6
*
[Sema] Extend -Wenum-compare to handle mixed enum comparisons in switch state...
Gabor Horvath
2017-08-09
1
-8
/
+28
*
[Sema] Make BreakContinueFinder handle nested loops.
Eli Friedman
2017-07-04
1
-6
/
+61
*
[coroutines] Fix co_await for range statement
Eric Fiselier
2017-06-14
1
-20
/
+32
*
[Sema][C++1z] Ensure binding in dependent range for have non-null type
Erik Pilkington
2017-06-12
1
-1
/
+5
*
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
Alexey Bataev
2017-06-09
1
-8
/
+12
[prev]
[next]