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
/
AST
/
Expr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix type-dependency of bitfields in templates
Elizabeth Andrews
2020-02-13
1
-0
/
+5
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+1
*
Fix oversight in AST traversal helper
Stephen Kelly
2020-01-05
1
-1
/
+1
*
Add method to ignore invisible AST nodes
Stephen Kelly
2019-12-18
1
-0
/
+28
*
Fix crash if a user-defined conversion is applied in the middle of a
Richard Smith
2019-12-05
1
-0
/
+11
*
Fix warning on unused variable. NFC.
Michael Liao
2019-12-03
1
-1
/
+1
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Elizabeth Andrews
2019-12-03
1
-0
/
+9
*
[OpenCL] Move addr space deduction to Sema.
Anastasia Stulova
2019-11-27
1
-1
/
+1
*
Atomics: support min/max orthogonally
Tim Northover
2019-11-21
1
-0
/
+4
*
[Sema] Add a 'Semantic' parameter to Expr::isKnownToHaveBooleanValue
Erik Pilkington
2019-11-20
1
-14
/
+11
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-16
/
+18
*
[Sema] Fix a -Wobjc-signed-char-bool false-positive
Erik Pilkington
2019-11-18
1
-0
/
+6
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-18
/
+16
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-16
/
+18
*
Revert "Reapply "Fix crash on switch conditions of non-integer types in templ...
Melanie Blower
2019-11-08
1
-9
/
+0
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Melanie Blower
2019-11-08
1
-0
/
+9
*
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
Richard Smith
2019-10-19
1
-0
/
+1
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+1
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-1
/
+0
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+1
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-3
/
+3
*
Fix bad APInt compare.
Richard Trieu
2019-09-21
1
-1
/
+2
*
Merge and improve code that detects same value in comparisons.
Richard Trieu
2019-09-21
1
-0
/
+105
*
[Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...
Erik Pilkington
2019-09-17
1
-0
/
+6
*
Revert "Fix crash on switch conditions of non-integer types in templates"
Dmitri Gribenko
2019-08-13
1
-9
/
+0
*
Fix crash on switch conditions of non-integer types in templates
Elizabeth Andrews
2019-08-13
1
-0
/
+9
*
Implement P1771
Erich Keane
2019-07-25
1
-1
/
+19
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[Sema] Suppress additional warnings for C's zero initializer
Peter Wu
2019-07-16
1
-2
/
+2
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-1
/
+3
*
[clang] Small improvments after Adding APValue to ConstantExpr
Gauthier Harnisch
2019-06-21
1
-7
/
+30
*
[AST] Fixed extraneous warnings for binary conditional operator
Nathan Huckleberry
2019-06-19
1
-6
/
+7
*
[clang] Add storage for APValue in ConstantExpr
Gauthier Harnisch
2019-06-15
1
-36
/
+105
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-14
1
-0
/
+5
*
Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.
Nico Weber
2019-06-14
1
-5
/
+0
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-13
1
-0
/
+5
*
For DR712: store on a MemberExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-4
/
+6
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-17
/
+17
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-06
1
-20
/
+52
*
Revert "Factor out duplicated code building a MemberExpr and marking it" and ...
Benjamin Kramer
2019-06-05
1
-52
/
+20
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-04
1
-20
/
+52
*
Added an assertion to constant evaluation enty points that prohibits dependen...
Dmitri Gribenko
2019-05-17
1
-0
/
+3
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-1
/
+88
*
Added an assert in `isConstantInitializer`: initializer lists must be in sema...
Dmitri Gribenko
2019-05-10
1
-0
/
+1
*
[PR41276] Fixed incorrect generation of addr space cast for 'this' in C++.
Anastasia Stulova
2019-04-04
1
-1
/
+1
*
[Fixed Point Arithmetic] Fixed Point and Integer Conversions
Leonard Chan
2019-03-06
1
-0
/
+2
*
[OpenCL] Fix assertion due to blocks
Yaxun Liu
2019-02-26
1
-0
/
+2
*
Recommit "[AST] Factor out the logic of the various Expr::Ignore*"
Bruno Ricci
2019-02-17
1
-186
/
+153
*
Revert "[AST] Factor out the logic of the various Expr::Ignore*"
Bruno Ricci
2019-02-17
1
-153
/
+186
*
[AST] Factor out the logic of the various Expr::Ignore*
Bruno Ricci
2019-02-17
1
-186
/
+153
[next]