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
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ArrayRef'ize some SemaOverload methods
Dmitri Gribenko
2013-05-09
1
-46
/
+42
*
CodeGen for CapturedStmts
Ben Langmuir
2013-05-09
1
-5
/
+5
*
Grab-bag of bit-field fixes:
John McCall
2013-05-06
1
-1
/
+1
*
Fix representation of compound literals for C++ objects with destructors.
Jordan Rose
2013-05-06
1
-1
/
+1
*
Require the containing type to be complete when we see
John McCall
2013-05-06
1
-19
/
+54
*
Replace 'MultiExprArg()' with 'None'
Dmitri Gribenko
2013-05-05
1
-2
/
+2
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-5
/
+5
*
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-04
1
-0
/
+12
*
ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali!
Richard Smith
2013-05-03
1
-6
/
+3
*
ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...
Dmitri Gribenko
2013-05-03
1
-12
/
+9
*
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-03
1
-4
/
+6
*
PR15884: In the 'taking the address of a temporary' extension, materialize the
Richard Smith
2013-05-01
1
-0
/
+3
*
Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers
Fariborz Jahanian
2013-04-30
1
-0
/
+4
*
Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't build
Richard Smith
2013-04-29
1
-8
/
+10
*
Add a warning for Objective-C pointer introspection, which is solely the job ...
Ted Kremenek
2013-04-22
1
-0
/
+31
*
Switch the note order for -Woverloaded-shift-op-parentheses so that the note
Richard Trieu
2013-04-18
1
-4
/
+4
*
Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
2013-04-17
1
-0
/
+32
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-6
/
+57
*
Fix handling of atomic shift operations, from Serge Pavlov.
Douglas Gregor
2013-04-16
1
-12
/
+12
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+69
*
Remove some dead code that has not been used since 2010.
Joey Gouly
2013-04-15
1
-11
/
+0
*
Update OpenCL comments to mention spec section and version.
Tanya Lattner
2013-04-03
1
-3
/
+3
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-2
/
+2
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-2
/
+2
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-2
/
+2
*
Objective-C: Provide fixit hints when warning
Fariborz Jahanian
2013-04-02
1
-6
/
+34
*
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2013-04-02
1
-7
/
+12
*
Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.
Benjamin Kramer
2013-03-30
1
-1
/
+2
*
Sema: Warn on sizeof on binary ops on decayed arrays.
Benjamin Kramer
2013-03-29
1
-0
/
+28
*
Objective-C: Produce precise diagnostic when
Fariborz Jahanian
2013-03-28
1
-2
/
+36
*
Objective-C: Provide fixit suggestions when class object
Fariborz Jahanian
2013-03-28
1
-4
/
+26
*
Objective-C: Issue more precise warning when user
Fariborz Jahanian
2013-03-27
1
-0
/
+5
*
<rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ...
Douglas Gregor
2013-03-26
1
-2
/
+3
*
Fix DeclRefExpr::getFoundDecl() for usages by reference.
Daniel Jasper
2013-03-22
1
-6
/
+6
*
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-22
1
-3
/
+5
*
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-19
1
-0
/
+3
*
Diagnose uses of 'alignof' on functions in -pedantic mode.
Richard Smith
2013-03-18
1
-5
/
+6
*
Bring inheriting constructor implementation up-to-date with current defect
Richard Smith
2013-03-18
1
-0
/
+3
*
Add some assertions to appease the static analyzer.
Jordan Rose
2013-03-15
1
-0
/
+1
*
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-14
1
-1
/
+1
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-12
/
+13
*
objective-C: don't crash after diagnosing
Fariborz Jahanian
2013-03-06
1
-2
/
+2
*
Centralize and refine the __unknown_anytype argument rules
John McCall
2013-03-04
1
-17
/
+21
*
Perform non-overload placeholder conversions on the operands
John McCall
2013-03-04
1
-16
/
+39
*
Remove superfluous null pointer check. The pointer is used prior to this check.
Ted Kremenek
2013-02-21
1
-7
/
+6
*
Teach serialized diagnostics about notes without locations.
Ted Kremenek
2013-02-21
1
-2
/
+7
*
Add support to Sema and CodeGen for floating point vector types in OpenCL.
Joey Gouly
2013-02-21
1
-6
/
+45
*
Avoid implicit conversions of Optional<T> to bool.
David Blaikie
2013-02-21
1
-3
/
+3
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-4
/
+3
*
Prevent crash on multiple user errors (which I cannot reproduce in
Fariborz Jahanian
2013-02-18
1
-0
/
+4
[prev]
[next]