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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Refactor the way we handle diagnosing unused expression results.
Aaron Ballman
2019-01-04
1
-39
/
+26
*
Diagnose an unused result from a call through a function pointer whose return...
Aaron Ballman
2019-01-03
1
-6
/
+5
*
Switch from static_cast<> to cast<>, update identifier for coding conventions...
Aaron Ballman
2018-12-21
1
-4
/
+2
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-1
/
+4
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-4
/
+1
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-1
/
+4
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-4
/
+1
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-1
/
+4
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-4
/
+1
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-1
/
+4
*
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
[next]