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
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-0
/
+10
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-4
/
+4
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-3
/
+3
*
some StmtExprs do not have side-effects
Scott Douglass
2015-06-10
1
-1
/
+29
*
add ConstEvaluatedExprVisitor
Scott Douglass
2015-06-10
1
-14
/
+14
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+27
*
Properly implement warn_unused_result checking for classes/structs.
Kaelyn Takata
2015-04-09
1
-1
/
+5
*
HasSideEffects() should return false for calls to pure and const functions.
Michael Kuperstein
2015-04-06
1
-3
/
+11
*
Track the source location of the dot or arrow operator in a MemberExpr.
Aaron Ballman
2015-03-24
1
-12
/
+8
*
Use delegating ctors to reduce code duplication. NFC.
Benjamin Kramer
2015-03-06
1
-30
/
+3
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-10
/
+15
*
[Objctive-C sema]. Do not do the unused-getter-return-value
Fariborz Jahanian
2015-02-16
1
-3
/
+1
*
AST: alignof might be dependent because of alignment attributes
David Majnemer
2015-01-15
1
-0
/
+38
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-6
/
+7
*
Sema: Dependent array designators cannot be checked
David Majnemer
2015-01-09
1
-2
/
+2
*
Volatile reads are side-effecting operations, but in the general case of acce...
Aaron Ballman
2015-01-03
1
-0
/
+7
*
Adding a -Wunused-value warning for expressions with side effects used in an ...
Aaron Ballman
2014-12-17
1
-20
/
+37
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-6
/
+6
*
Handle use of default member initializers before end of outermost class
Reid Kleckner
2014-11-17
1
-2
/
+4
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-0
/
+1
*
Objective-C. revert patch for rdar://17554063.
Fariborz Jahanian
2014-10-28
1
-11
/
+4
*
Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
2014-10-27
1
-0
/
+1
*
Add frontend support for __vectorcall
Reid Kleckner
2014-10-24
1
-0
/
+1
*
Towards PR21289: don't lose track of unexpanded parameter packs with
Richard Smith
2014-10-17
1
-28
/
+17
*
Bugfix for predefined expressions in dependent context.
Alexey Bataev
2014-10-10
1
-1
/
+1
*
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
2014-10-09
1
-3
/
+50
*
Fix handling of preincrement on bit-fields. This gives a bit-field in C++, but
Richard Smith
2014-09-24
1
-0
/
+4
*
Range'ify some for loops over RecordDecl::fields()
Hans Wennborg
2014-08-21
1
-3
/
+2
*
Make sure CallExpr::getLocStart doesn't segfault
Keno Fischer
2014-08-15
1
-2
/
+2
*
Objective-C ARC. First patch toward generating new APIs
Fariborz Jahanian
2014-08-06
1
-4
/
+11
*
Improve -UNDEBUG binary size. We don't need a different assert fail message for
Richard Smith
2014-07-26
1
-2
/
+2
*
Objective-C. Patch to warn if the result of calling a property getter
Fariborz Jahanian
2014-07-18
1
-6
/
+9
*
Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...
Craig Topper
2014-06-26
1
-1
/
+1
*
Improved location for non-constant initializers diagnostics.
Abramo Bagnara
2014-05-22
1
-18
/
+33
*
Ignore void returning overloaded functions fom -Wunused-comparison. PR19791.
Richard Trieu
2014-05-20
1
-1
/
+2
*
When an overloaded comparison operator returns a reference, do not consider
Richard Trieu
2014-05-14
1
-0
/
+2
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-22
/
+23
*
-Wunreachable-code: refine recognition of unreachable "sigil" to cope with im...
Ted Kremenek
2014-04-16
1
-0
/
+21
*
Add support for MSVC's __FUNCSIG__
Reid Kleckner
2014-04-08
1
-2
/
+14
*
Extend -Wtautological-constant-out-of-range-compare to handle boolean values
Richard Trieu
2014-04-04
1
-0
/
+2
*
Move the warning about unused relational comparison from -Wunused-value to
Richard Trieu
2014-03-11
1
-4
/
+11
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Sema: When merging objc string literals, give the result a constant array type.
Benjamin Kramer
2014-02-25
1
-0
/
+3
*
[Sema] Revert the change in r200622 that allowed integer casts to silence -Wn...
Argyrios Kyrtzidis
2014-02-11
1
-3
/
+0
*
Clean up some particularly ugly casting.
Benjamin Kramer
2014-02-05
1
-12
/
+3
*
Fix typo in CastExpr::getCastKindName.
Jordan Rose
2014-02-05
1
-1
/
+1
*
[Sema] Follow-up on r200521 for the -Wnon-literal-null-conversion warning and...
Argyrios Kyrtzidis
2014-02-02
1
-0
/
+3
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-5
/
+7
*
Harden InitListExpr::isStringLiteralInit() against getInit() returning null.
Ted Kremenek
2014-01-19
1
-1
/
+5
[next]