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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test case for PR5134.
John McCall
2009-12-23
1
-0
/
+7
*
Driver: Fix '... -O4 -O0 ...', which was generating bitcode.
Daniel Dunbar
2009-12-23
1
-0
/
+10
*
Test case from PR5476.
John McCall
2009-12-23
1
-0
/
+11
*
Set a member's access specifier even if it doesn't match the previous specifier.
John McCall
2009-12-23
1
-0
/
+11
*
Add basic support for analyzing CastExprs as lvalues.
Ted Kremenek
2009-12-23
1
-0
/
+11
*
Objective-C methods can be variadic, too. Who knew.
Douglas Gregor
2009-12-23
1
-0
/
+10
*
warn when attribute warn_unused_result is applied to void functions.
Nuno Lopes
2009-12-22
1
-2
/
+4
*
Allow the first parameter of operator new to be a cv-qualified
Douglas Gregor
2009-12-22
1
-2
/
+2
*
Make sure that reinterpret_cast gets a CastKind on all successful
Douglas Gregor
2009-12-22
1
-0
/
+6
*
Add using shadow decls to the "instantiated locals" map, fixing PR5847.
John McCall
2009-12-22
1
-0
/
+14
*
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
Douglas Gregor
2009-12-22
4
-8
/
+7
*
Add transfer functions support for visiting an Objective-C message expression...
Ted Kremenek
2009-12-22
1
-0
/
+31
*
Serialize the NoReturn bit on FunctionTypes for precompiled headers
Douglas Gregor
2009-12-22
2
-0
/
+7
*
Enter the scope of an initializer for direct-initialization as well as
Douglas Gregor
2009-12-22
1
-0
/
+2
*
When transforming a C++ "new" expression that was not explicitly given
Douglas Gregor
2009-12-22
1
-0
/
+14
*
Switch initialization of parameters in a call over to
Douglas Gregor
2009-12-22
5
-11
/
+10
*
Make sure that we mangle overloaded operators that are member functions corre...
Anders Carlsson
2009-12-22
2
-3
/
+21
*
fix a bug handling the gnu ?: extension. Patch by Storlek on IRC,
Chris Lattner
2009-12-22
1
-0
/
+1
*
When we simply return a retained member expression when instantiating, we mus...
Anders Carlsson
2009-12-22
1
-0
/
+27
*
Switch default arguments over to InitializationSequence.
Eli Friedman
2009-12-22
3
-3
/
+3
*
Switch file-scope assignment initialization over to InitializationSequence.
Eli Friedman
2009-12-22
6
-9
/
+9
*
x86_64: Structures with no fields but which have padding should be classified as
Daniel Dunbar
2009-12-22
2
-2
/
+5
*
When converting from a type to itself or one of its base classes via a
Douglas Gregor
2009-12-22
1
-0
/
+14
*
When filling in value initializations within an initializer list, be
Douglas Gregor
2009-12-22
1
-0
/
+17
*
ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".
Daniel Dunbar
2009-12-21
1
-1
/
+0
*
When a template-id refers to a single function template, and the
Douglas Gregor
2009-12-21
2
-2
/
+39
*
Allow comparison of 'void *' with function pointer
Fariborz Jahanian
2009-12-21
1
-0
/
+9
*
Fix for PR5840: fix the kind of name lookup used for classes in
Eli Friedman
2009-12-21
1
-0
/
+8
*
Add tests for structs inside anonymous namespaces.
Anders Carlsson
2009-12-21
1
-2
/
+17
*
Incomplete structs should also have internal linkage.
Anders Carlsson
2009-12-21
1
-0
/
+2
*
Correcly handle pointers to member pointer types where the class or the point...
Anders Carlsson
2009-12-20
2
-5
/
+28
*
fix PR4010: add support for the warn_unused_result for function pointers
Nuno Lopes
2009-12-20
1
-0
/
+5
*
fix PR5500: clang fails to parse inline asm with :: in C++ mode
Chris Lattner
2009-12-20
1
-0
/
+6
*
a really old testcase I apparently forgot to 'svn add'.
Chris Lattner
2009-12-20
1
-0
/
+33
*
Rework the way pointer types are handled by the RTTI builder. We now get the ...
Anders Carlsson
2009-12-20
2
-6
/
+29
*
Make sure we instantiate the destructor for variables initialized by
Eli Friedman
2009-12-20
1
-0
/
+11
*
Switch default-initialization of variables of class type (or array thereof) o...
Douglas Gregor
2009-12-20
9
-18
/
+17
*
Don't inject the class name until that magical lbrace.
John McCall
2009-12-20
1
-0
/
+8
*
Test the lookup I wasn't sure would be done properly after the last patch.
John McCall
2009-12-20
1
-5
/
+25
*
Parse base specifiers within the scope of the class. This is possibly not
John McCall
2009-12-19
1
-0
/
+9
*
Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made
John McCall
2009-12-19
1
-8
/
+6
*
Just push a new scope when parsing an out-of-line variable definition.
John McCall
2009-12-19
3
-2
/
+20
*
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-19
19
-37
/
+33
*
A CXXExprWithTemporaries expression is an lvalue if its subexpression
Douglas Gregor
2009-12-19
1
-0
/
+19
*
Use the FunctionDecl's result type to know exactly if it returns a reference.
Zhongxing Xu
2009-12-19
1
-2
/
+1
*
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
2009-12-19
13
-31
/
+52
*
Correctly initialize the PrimaryBaseInfo if a base is null. Fixes PR5832.
Anders Carlsson
2009-12-19
1
-0
/
+8
*
Unresolved implicit member accesses are dependent if the object type is depen...
John McCall
2009-12-19
1
-0
/
+14
*
Teach TryAnnotateTypeOrScopeToken to deal with already-annotated
John McCall
2009-12-19
2
-4
/
+42
*
Fix for PR5524: make reference binding in default argument work correctly.
Eli Friedman
2009-12-19
1
-0
/
+6
[next]