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
*
Unused ivars checker: also check methods in categories that are defined in th...
Ted Kremenek
2009-10-28
1
-0
/
+22
*
Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating me...
Steve Naroff
2009-10-28
1
-1
/
+2
*
Code gen for array construction - WIP
Fariborz Jahanian
2009-10-28
1
-0
/
+40
*
Diagnose use of data pointer member in a function call
Fariborz Jahanian
2009-10-28
1
-0
/
+13
*
Mangle based on the declaration we're given, not the canonical
Douglas Gregor
2009-10-28
1
-8
/
+15
*
Finish off pure virtual function handling.
Mike Stump
2009-10-28
1
-0
/
+35
*
Test
Douglas Gregor
2009-10-27
1
-0
/
+33
*
Implement proper linkage for explicit instantiation declarations of
Douglas Gregor
2009-10-27
1
-0
/
+66
*
Type of a conditional expression with two distinct objective-c
Fariborz Jahanian
2009-10-27
1
-0
/
+26
*
Explicit instantiation suppresses the instantiation of non-inline
Douglas Gregor
2009-10-27
1
-0
/
+59
*
Set OptimizeForSize LLVM function attribute with -Os.
Daniel Dunbar
2009-10-27
1
-9
/
+26
*
Convert test to FileCheck.
Daniel Dunbar
2009-10-27
1
-20
/
+17
*
Fix crash when synthesizing property setters when the property type and ivar
Daniel Dunbar
2009-10-27
2
-2
/
+19
*
An explicit instantiation definition only instantiations those class
Douglas Gregor
2009-10-27
1
-0
/
+27
*
Generate constructor for value-initialization cases, even if the
Fariborz Jahanian
2009-10-27
1
-0
/
+23
*
Test for interaction between explicit instantiations and specializations
Douglas Gregor
2009-10-27
1
-0
/
+36
*
Test various aspects of explicit instantiation that were already implemented.
Douglas Gregor
2009-10-27
3
-0
/
+38
*
Disabling some MS extensions which cause this test to fail
John Thompson
2009-10-27
1
-1
/
+1
*
Disabling some MS extensions which cause these tests to fail
John Thompson
2009-10-27
5
-5
/
+5
*
Make test independent of darwin system headers.
Benjamin Kramer
2009-10-27
1
-3
/
+10
*
Implement Chris's suggestions for the precendence warnings. Reformat the code...
Sebastian Redl
2009-10-27
1
-1
/
+2
*
fix tests
Nuno Lopes
2009-10-27
2
-3
/
+3
*
Only set the point of instantiation for an implicit or explicit
Douglas Gregor
2009-10-27
2
-10
/
+12
*
Typo in revision 85201.
Edward O'Callaghan
2009-10-27
1
-3
/
+3
*
Convert Preprocessor Clang tests to FileCheck in regards to PR5307.
Edward O'Callaghan
2009-10-27
2
-23
/
+21
*
Fix a broken test in rev. 85199.
Edward O'Callaghan
2009-10-27
1
-2
/
+2
*
Convert Preprocessor Clang tests to FileCheck in regards to PR5307.
Edward O'Callaghan
2009-10-27
10
-44
/
+73
*
Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn't
Mike Stump
2009-10-27
1
-1
/
+17
*
Preprocessor tests are whitespace sensitive, as per Revision: 85170 review.
Edward O'Callaghan
2009-10-27
3
-3
/
+4
*
Add test cases for <rdar://problem/7332673>.
Ted Kremenek
2009-10-27
1
-0
/
+14
*
__builtin_object_size refinements. Also handle stack based objects. WIP.
Mike Stump
2009-10-26
1
-0
/
+10
*
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-10-26
3
-3
/
+10
*
Add Code gen support for '->*' operator which fell
Fariborz Jahanian
2009-10-26
1
-0
/
+16
*
__builtin_object_size refinements. When we run out of object, be sure
Mike Stump
2009-10-26
1
-3
/
+19
*
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-10-26
3
-4
/
+21
*
Add 'fixit' hint on mis-use of pointer-to-member
Fariborz Jahanian
2009-10-26
1
-0
/
+23
*
__builtin_object_size refinements. WIP.
Mike Stump
2009-10-26
1
-0
/
+33
*
Convert some driver checks to FileCheck.
Sebastian Redl
2009-10-26
4
-79
/
+77
*
clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.
Daniel Dunbar
2009-10-26
2
-1
/
+4
*
Implement a warning for mixing bitwise logical with comparison ops. Fixes PR5...
Sebastian Redl
2009-10-26
1
-0
/
+19
*
Phrase compile time assert in standard way.
Daniel Dunbar
2009-10-25
1
-2
/
+2
*
Fix PR5298 - -Wmissing-noreturn shouldn't warn if the function is already
Chris Lattner
2009-10-25
1
-0
/
+8
*
Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul...
Chris Lattner
2009-10-25
1
-0
/
+6
*
Make sure we actually have a definition before asking if it is implicit. Fixe...
Sebastian Redl
2009-10-25
1
-0
/
+9
*
When parsing a top level struct declaration, make sure to
Chris Lattner
2009-10-25
1
-0
/
+6
*
Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the ...
Sebastian Redl
2009-10-25
1
-0
/
+1
*
Tweak test, with -strict-whitespace $ won't match on Windows because the buffer
Daniel Dunbar
2009-10-25
1
-1
/
+1
*
Fix overload resolution when calling a member template or taking the
Douglas Gregor
2009-10-24
1
-1
/
+26
*
Implement template instantiation for non-type template
Douglas Gregor
2009-10-23
1
-0
/
+7
*
Migrate Sema::ActOnCallExpr to Sema::FixOverloadedFunctionReference,
Douglas Gregor
2009-10-23
1
-0
/
+13
[next]