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
...
*
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
*
Rename language option MicrosoftMode to MSVCCompat
Alp Toker
2014-01-14
1
-3
/
+2
*
Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...
Aaron Ballman
2014-01-03
1
-1
/
+1
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-1
/
+0
*
Rename isBuiltinCall() to getBuiltinCallee()
Alp Toker
2013-12-28
1
-3
/
+3
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-3
/
+3
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-1
/
+0
*
PR18217: Rewrite JumpDiagnostics' handling of temporaries, to correctly handle
Richard Smith
2013-12-12
1
-31
/
+0
*
Add front-end infrastructure now address space casts are in LLVM IR.
David Tweed
2013-12-11
1
-0
/
+7
*
Eliminate the last trivial NDEBUG uses in clang headers
Alp Toker
2013-12-07
1
-1
/
+2
*
PR18152: When computing the semantic form for an initializer list, keep track
Richard Smith
2013-12-06
1
-2
/
+2
*
DR408: If a static data member of incomplete array type is declared in a class
Richard Smith
2013-11-14
1
-0
/
+3
*
-fms-compatibility: Use C++98 null pointer constant rules
Reid Kleckner
2013-11-12
1
-2
/
+8
*
[-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
2013-11-06
1
-0
/
+25
*
Tweak changes in r186464 to avoid a crash.
Eli Friedman
2013-10-01
1
-3
/
+0
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+1
*
Handle predefined expression for a captured statement
Wei Pan
2013-08-26
1
-0
/
+10
*
Constify the ASTContext& passed to Expr creation functions. Also constify the...
Craig Topper
2013-08-22
1
-18
/
+18
*
Sema: Use the right type for PredefinedExpr when it's in a lambda.
Benjamin Kramer
2013-08-21
1
-1
/
+12
*
Make expression allocation methods use a 'const' reference to the ASTContext ...
Craig Topper
2013-08-18
1
-42
/
+46
*
Properly track l-paren of a CXXFucntionalCastExpr.
Eli Friedman
2013-08-15
1
-1
/
+1
*
report unused-value warning also for warn_unused types
Lubos Lunak
2013-07-21
1
-1
/
+10
*
Make IgnoreParens() look through ChooseExprs.
Eli Friedman
2013-07-20
1
-74
/
+25
*
Fix another place where clang check objc selector name instead of checking th...
Jean-Daniel Dupas
2013-07-19
1
-3
/
+1
*
Make Expr::isConstantInitializer match IRGen.
Eli Friedman
2013-07-16
1
-45
/
+69
*
PR16263: Implement current direction of core issue 1376. Binding a reference to
Richard Smith
2013-06-15
1
-2
/
+2
*
Implement core issue 903: only integer literals with value 0 and prvalues of
Richard Smith
2013-06-13
1
-8
/
+9
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-1
/
+1
*
Do not walk through member-accesses on bitfields when looking for the object
Richard Smith
2013-06-03
1
-3
/
+5
*
Fix handling of pointers-to-members and comma expressions when
Richard Smith
2013-06-03
1
-3
/
+8
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-1
/
+1
*
Allocate memory for the new number of subexpressions. Fixup for r181572
Dmitri Gribenko
2013-05-10
1
-1
/
+1
*
ArrayRef'ize ShuffleVectorExpr::setExprs
Dmitri Gribenko
2013-05-10
1
-4
/
+3
*
Grab-bag of bit-field fixes:
John McCall
2013-05-06
1
-3
/
+8
*
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-22
1
-1
/
+1
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-2
/
+24
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+1
*
Add streamed versions of getQualifiedNameAsString.
Benjamin Kramer
2013-02-23
1
-1
/
+2
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-1
/
+2
*
Use const visitors in ASTDumper.
Alexander Kornienko
2013-02-01
1
-1
/
+1
[prev]
[next]