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
/
Parse
/
ParseStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Diagnostic] make Wmisleading-indendation not warn about labels
Tyker
2020-01-06
1
-4
/
+6
*
[Diagnostic] Fixed add ftabstop to -Wmisleading-indentation
Tyker
2020-01-03
1
-3
/
+39
*
Revert "[Diagnostic] Add ftabstop to -Wmisleading-indentation"
Martin Storsjö
2019-12-31
1
-38
/
+3
*
[Diagnostic] Add ftabstop to -Wmisleading-indentation
Tyker
2019-12-30
1
-3
/
+38
*
[Diagnsotics] Small Improvement on -Wmisleading-indentation
Tyker
2019-12-12
1
-4
/
+6
*
[Diagnostic] add a warning which warns about misleading indentation
Tyker
2019-12-03
1
-0
/
+72
*
Revert "[Diagnostic] add a warning which warns about misleading indentation"
Tom Stellard
2019-11-25
1
-35
/
+0
*
[Diagnostic] add a warning which warns about misleading indentation
Tyker
2019-11-25
1
-0
/
+35
*
Include leading attributes in DeclStmt's SourceRange
Stephan Bergmann
2019-10-17
1
-0
/
+2
*
PR43080: Do not build context-sensitive expressions during name classification.
Richard Smith
2019-10-14
1
-1
/
+1
*
[Attr] Support _attribute__ ((fallthrough))
Nathan Huckleberry
2019-08-20
1
-3
/
+17
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Ignore trailing NullStmts in StmtExprs for GCC compatibility.
Aaron Ballman
2019-07-09
1
-4
/
+10
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-4
/
+7
*
Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block"
Brian Gesiak
2019-03-25
1
-1
/
+2
*
Revert "[coroutines][PR40978] Emit error for co_yield within catch block"
Brian Gesiak
2019-03-22
1
-5
/
+3
*
[coroutines][PR40978] Emit error for co_yield within catch block
Brian Gesiak
2019-03-15
1
-3
/
+5
*
PR40642: Fix determination of whether the final statement of a statement
Richard Smith
2019-02-15
1
-47
/
+66
*
[CodeComplete] Propagate preferred types through parser in more cases
Ilya Biryukov
2019-01-31
1
-1
/
+4
*
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
-4
/
+22
*
Move LoopHint.h from Sema to Parse
Richard Trieu
2018-11-28
1
-1
/
+1
*
[clang][Parse] Diagnose useless null statements / empty init-statements
Roman Lebedev
2018-11-20
1
-0
/
+41
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
1
-23
/
+40
*
We have in place support for parsing #pragma FENV_ACCESS, but that
Kevin P. Neal
2018-08-14
1
-0
/
+8
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-4
/
+5
*
Refactor checking of switch conditions and case values.
Richard Smith
2018-07-26
1
-19
/
+7
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-2
/
+2
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-8
/
+6
*
[C++17] Disallow lambdas in template parameters (PR33696).
Nicolas Lesser
2018-07-12
1
-2
/
+2
*
[Parse] Make -Wgcc-compat complain about for loop inits in C89
George Burgess IV
2018-06-28
1
-1
/
+3
*
Diagnose missing 'template' keywords in more cases.
Richard Smith
2018-06-26
1
-0
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
Sink PrettyDeclStackTrace down to the AST library
Jordan Rose
2018-03-23
1
-3
/
+3
*
Fix crash when trying to pack-expand a GNU statement expression.
Richard Smith
2018-02-03
1
-1
/
+1
*
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
Faisal Vali
2017-12-29
1
-5
/
+5
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-2
/
+2
*
Revert r318556 "Loosen -Wempty-body warning"
Hans Wennborg
2017-11-20
1
-1
/
+0
*
Loosen -Wempty-body warning
Reid Kleckner
2017-11-17
1
-0
/
+1
*
Typo correct the condition of 'do-while' before exiting its scope
Alex Lorenz
2017-10-30
1
-0
/
+3
*
Place implictly declared functions at block scope
Momchil Velikov
2017-08-10
1
-7
/
+10
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-01
1
-0
/
+1
*
Fix the location of "missing ';'" suggestions after annotation tokens.
Richard Smith
2017-05-18
1
-2
/
+2
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+4
*
Revert r300539 - Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-4
/
+0
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+4
*
Add #pragma clang fp
Adam Nemet
2017-04-04
1
-0
/
+9
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-2
/
+4
*
Publish RAIIObjectsForParser.h for external usage.
Vassil Vassilev
2017-03-23
1
-1
/
+1
[next]