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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable overloading of OpenCL events - this is needed for the overloaded OpenC...
Guy Benyei
2013-02-07
2
-0
/
+12
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
6
-2
/
+63
*
Apply the pure-virtual odr rule to other constructs which can call overloaded
Nick Lewycky
2013-02-07
1
-25
/
+14
*
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
Richard Smith
2013-02-07
1
-12
/
+5
*
-Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...
Alexander Kornienko
2013-02-07
1
-3
/
+16
*
Don't check whether a friend declaration is correctly formed when instantiating,
Nick Lewycky
2013-02-06
1
-33
/
+35
*
Use a dyn_cast to avoid a crash when the TypeLoc is not a ConstantArrayTypeLoc.
Chad Rosier
2013-02-06
1
-4
/
+5
*
Test for virtual instead of pure here. It has the exact same effect, and John
Nick Lewycky
2013-02-05
1
-1
/
+1
*
PR15095: Use more correct source locations for the InitListExpr we fake up for
Richard Smith
2013-02-05
1
-3
/
+8
*
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2013-02-05
3
-8
/
+16
*
PR15132: Replace "address expression must be an lvalue or a function
Richard Smith
2013-02-02
1
-6
/
+7
*
Don't forget to run destructors when we create an array temporary of class type.
Richard Smith
2013-02-02
1
-2
/
+5
*
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-02
3
-17
/
+30
*
objc: Provide correct fixit instruction when two mismatched
Fariborz Jahanian
2013-02-01
1
-2
/
+3
*
For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
2013-02-01
1
-1
/
+1
*
Fixed segmentation fault when a CFGBlock has NULL successor.
Alexander Kornienko
2013-02-01
1
-1
/
+1
*
Fix PR14881 by implementing conversion rules between int and complex int.
Bill Schmidt
2013-02-01
1
-54
/
+68
*
Fix diagnostic for bad alignas use: it can't be applied to functions.
Richard Smith
2013-02-01
1
-2
/
+5
*
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-02-01
4
-31
/
+71
*
Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Richard Smith
2013-02-01
3
-38
/
+99
*
Don't do delayed exception-specification checking on an invalid
Douglas Gregor
2013-02-01
1
-0
/
+8
*
[Sema][Attr]Fix alignment attribute printing.
Michael Han
2013-02-01
2
-21
/
+21
*
Added outer template parameter lists to friend type AST nodes.
Enea Zaffanella
2013-01-31
1
-3
/
+4
*
Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
2013-01-31
2
-39
/
+71
*
When code completing in a statement, parenthesized expression, or
Douglas Gregor
2013-01-31
1
-1
/
+9
*
Allow the computation of the base priority for a declaration code completion ...
Douglas Gregor
2013-01-31
2
-47
/
+65
*
Replace "failed template argument deduction" diagnostic with something useful
Richard Smith
2013-01-31
2
-7
/
+30
*
Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
2013-01-31
3
-27
/
+58
*
Fix grammar in comment.
Nick Lewycky
2013-01-31
1
-1
/
+1
*
Clarify the diagnostic for -Wnested-anon-types.
Richard Smith
2013-01-31
1
-1
/
+2
*
Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove
Nick Lewycky
2013-01-31
2
-3
/
+13
*
Fix unused variable warnings in -asserts build
Matt Beaumont-Gay
2013-01-31
1
-2
/
+2
*
Add OpenCL error that a kernel function must have void return type. Includes ...
Tanya Lattner
2013-01-30
1
-1
/
+8
*
Hoist retrieval of Expr* into caller. No functionality change.
Ted Kremenek
2013-01-30
1
-6
/
+6
*
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
1
-1
/
+1
*
Also promote fp16 types to double when they're anonymous variadic arguments.
Tim Northover
2013-01-30
1
-4
/
+8
*
Add "instancetype" as a code completion result for the return type of
Douglas Gregor
2013-01-30
1
-0
/
+5
*
The instance methods of the root class of an Objective-C hieararchy
Douglas Gregor
2013-01-30
1
-2
/
+6
*
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
2013-01-30
1
-0
/
+10
*
Don't warn on fall-through from unreachable code.
Alexander Kornienko
2013-01-30
1
-3
/
+25
*
Provide a fixit for constexpr non-static data members.
David Blaikie
2013-01-30
2
-4
/
+30
*
c: When checking on validity of sizeof passed as size of
Fariborz Jahanian
2013-01-30
1
-1
/
+2
*
Move -Wstatic-float-init fixit into a note & don't recover as if constexpr
David Blaikie
2013-01-29
1
-9
/
+6
*
Don't fixit/recover from -Wstatic-float-init when it's not an error.
David Blaikie
2013-01-29
1
-5
/
+9
*
Mark a struct definition in an objc container with the TopLevelDeclInObjCCont...
Argyrios Kyrtzidis
2013-01-29
1
-1
/
+5
*
Add a diagnostic for an OpenCL kernel with a pointer pointer argument.
Joey Gouly
2013-01-29
1
-7
/
+16
*
Downgrade 'attribute ignored when parsing type' from error to warning, to match
Richard Smith
2013-01-29
2
-3
/
+13
*
Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.
Richard Smith
2013-01-29
1
-3
/
+41
*
Propagate the spelling list index for an attribute across template instantiat...
Richard Smith
2013-01-29
2
-5
/
+7
*
PR15100: look through type sugar when determining whether we have one of the
Richard Smith
2013-01-29
1
-1
/
+2
[next]