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
*
CheckTemplateSpecializationScope isn't going to be used for explicit
Douglas Gregor
2009-10-14
1
-46
/
+34
*
Additional semantic checking for explicit template instantiations,
Douglas Gregor
2009-10-14
1
-14
/
+128
*
Reuse some code for checking the scope of an explicit instantiation
Douglas Gregor
2009-10-14
1
-15
/
+10
*
Give explicit and implicit instantiations of static data members of
Douglas Gregor
2009-10-14
1
-3
/
+5
*
Testing and some minor fixes for explicit template instantiation.
Douglas Gregor
2009-10-14
4
-4
/
+22
*
When mapping from an injected-class-name to its corresponding
Douglas Gregor
2009-10-14
1
-1
/
+1
*
Implement support for overloaded operator uses that result to a call
Douglas Gregor
2009-10-14
1
-4
/
+15
*
Have the exception specification checkers take partial diagnostics. Use this ...
Sebastian Redl
2009-10-14
2
-14
/
+19
*
Use CanQualType in the exception specification verification type sets.
Sebastian Redl
2009-10-14
1
-3
/
+3
*
Use partial diagnostics properly in call to RequireCompleteType. Among other ...
Sebastian Redl
2009-10-14
1
-8
/
+6
*
Do exception spec compatibility tests for member pointers, too.
Sebastian Redl
2009-10-14
1
-0
/
+5
*
Handle ambiguity of reference initialization.
Fariborz Jahanian
2009-10-14
1
-1
/
+10
*
Remove some non-ASCII characters
Douglas Gregor
2009-10-13
1
-2
/
+2
*
Improve diagnostics when the parser encounters a declarator with an
Douglas Gregor
2009-10-13
3
-1
/
+38
*
Fix for PR 5181.
Edward O'Callaghan
2009-10-13
1
-1
/
+4
*
The operator loc points to the operator, not the function decl.
Anders Carlsson
2009-10-13
1
-1
/
+1
*
Check the return type of binary operators and the arrow operator.
Anders Carlsson
2009-10-13
2
-8
/
+21
*
Check the return type of operator[]() and fix a thinko that lead to a crash i...
Anders Carlsson
2009-10-13
1
-6
/
+13
*
More return type checking.
Anders Carlsson
2009-10-13
2
-6
/
+14
*
Diagnose invalid return types for unary operators.
Anders Carlsson
2009-10-13
1
-6
/
+10
*
Unify our diagnostic printing for errors of the form, "we didn't like
Douglas Gregor
2009-10-13
7
-98
/
+107
*
Diagnose attempts to add default function arguments to a
Douglas Gregor
2009-10-13
1
-0
/
+16
*
When explicitly specializing a member that is a template, mark the
Douglas Gregor
2009-10-13
5
-13
/
+64
*
Improve the internal representation and semantic analysis of friend
Douglas Gregor
2009-10-13
4
-34
/
+117
*
make the diagnostic in the 'unused result' warning more precise
Chris Lattner
2009-10-13
1
-0
/
+19
*
When declaring a class template whose name is qualified, make sure
Douglas Gregor
2009-10-12
2
-2
/
+9
*
Permit explicit specialization of member functions of class templates
Douglas Gregor
2009-10-12
2
-4
/
+14
*
More appropriate API usage.
John McCall
2009-10-12
1
-3
/
+1
*
Implement -Wparentheses: warn about using assignments in contexts that require
John McCall
2009-10-12
3
-48
/
+77
*
Diagnose the declaration of explicit specializations after an implicit
Douglas Gregor
2009-10-12
4
-27
/
+114
*
Handle built-in unary operators when reporting ambiguities.
Fariborz Jahanian
2009-10-12
2
-13
/
+18
*
If built-in operators could not be selected because of ambiguity in
Fariborz Jahanian
2009-10-12
1
-2
/
+31
*
Types appearing more than once in a spec shouldn't matter.
Sebastian Redl
2009-10-11
1
-5
/
+10
*
Test exception spec compatibility on return type and parameters.
Sebastian Redl
2009-10-11
6
-226
/
+316
*
Implement the core checking for compatible exception specifications in assign...
Sebastian Redl
2009-10-10
4
-4
/
+55
*
Qualified lookup through using declarations. Diagnose a new type of ambiguity.
John McCall
2009-10-10
5
-50
/
+295
*
Check that the return type is complete when calling a member function.
Anders Carlsson
2009-10-10
1
-0
/
+5
*
Add CheckCallReturnType and start using it for regular call expressions. This...
Anders Carlsson
2009-10-09
4
-11
/
+47
*
Dead Code Elimination
Douglas Gregor
2009-10-09
2
-23
/
+0
*
Add some FIXMEs
Douglas Gregor
2009-10-09
1
-0
/
+2
*
Minor tweaks for code-completion:
Douglas Gregor
2009-10-09
2
-4
/
+15
*
Refactor the LookupResult API to simplify most common operations. Require us...
John McCall
2009-10-09
14
-909
/
+522
*
When declaring a friend class template, we may end up finding an
Douglas Gregor
2009-10-09
1
-0
/
+16
*
Produce good looking diagnostics on ambiguous built-in operators.
Fariborz Jahanian
2009-10-09
1
-8
/
+6
*
Use the new API for applying the qualifiers on built-in '->*'
Fariborz Jahanian
2009-10-09
1
-5
/
+3
*
Improve on reporting ambiguity involving built-in candidates.
Fariborz Jahanian
2009-10-09
2
-11
/
+12
*
- Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare...
Steve Naroff
2009-10-08
1
-1
/
+1
*
Fix up error reporting when object cannot be constructed
Fariborz Jahanian
2009-10-08
1
-2
/
+3
*
Installation of Clang libraries and headers, from Axel Naumann!
Douglas Gregor
2009-10-08
1
-3
/
+0
*
Add code completion support for ObjC property declarations/attributes.
Steve Naroff
2009-10-08
2
-0
/
+29
[next]