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
*
Improve diagnostics when an elaborated-type-specifer containing a
Douglas Gregor
2010-03-31
3
-4
/
+6
*
Change the representation of dependent elaborated-type-specifiers
Douglas Gregor
2010-03-31
3
-14
/
+85
*
Extend DependentNameType with a keyword enum that specifies whether
Douglas Gregor
2010-03-31
4
-15
/
+27
*
Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when
Chandler Carruth
2010-03-31
1
-1
/
+1
*
Patch implements gcc's -Wno-protocol option to suppress warning
Fariborz Jahanian
2010-03-31
2
-11
/
+19
*
Reinstate my CodeModificationHint -> FixItHint renaming patch, without
Douglas Gregor
2010-03-31
12
-116
/
+93
*
Rename TypenameType to DependentNameType in anticipation of some
Douglas Gregor
2010-03-31
5
-28
/
+28
*
Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder
Douglas Gregor
2010-03-31
12
-93
/
+116
*
Rename CodeModificationHint to FixItHint, since we've been using the
Douglas Gregor
2010-03-31
12
-116
/
+93
*
Support __attribute__((unused)) on types. This suddenly started firing
John McCall
2010-03-31
2
-3
/
+20
*
Fix PR6327: restore invariants when there's a parse error in an initializer.
John McCall
2010-03-31
2
-0
/
+36
*
Regularize support for naming conversion functions in using decls.
John McCall
2010-03-31
4
-19
/
+37
*
Remove silly temporary comment.
John McCall
2010-03-30
1
-2
/
+0
*
Introduce a new kind of derived-to-base cast which bypasses the need for
John McCall
2010-03-30
1
-4
/
+4
*
Recognize __attribute__((NSObject)) directly applied
Fariborz Jahanian
2010-03-30
2
-7
/
+11
*
Fix an oversight with access control for address-of-function.
John McCall
2010-03-30
1
-0
/
+1
*
Remember the regparm attribute in FunctionType::ExtInfo.
Rafael Espindola
2010-03-30
2
-2
/
+27
*
Propagate the "found declaration" (i.e. the using declaration instead of
John McCall
2010-03-30
13
-104
/
+267
*
Improve diagnostics when printing a template instantiation backtrace
Douglas Gregor
2010-03-30
1
-2
/
+14
*
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
9
-49
/
+49
*
Add Support for 'warn_unused_result" attribute on
Fariborz Jahanian
2010-03-30
2
-6
/
+18
*
Fix a bug where we would incorrectly report an error about initializing two f...
Anders Carlsson
2010-03-30
1
-11
/
+14
*
Reduce nesting.
Anders Carlsson
2010-03-30
1
-15
/
+15
*
Optimize PartialDiagnostic's memory-allocation behavior by placing a
Douglas Gregor
2010-03-29
10
-64
/
+92
*
Exit early from the simple form of Sema::RequireNonAbstractType(), for
Douglas Gregor
2010-03-29
1
-0
/
+3
*
Support __attribute__((packed)) (along with other attributes) at the
Douglas Gregor
2010-03-29
2
-3
/
+5
*
Be a bit more consistent in using operator->
Rafael Espindola
2010-03-29
1
-1
/
+1
*
After performing template argument deduction for a function template,
Douglas Gregor
2010-03-28
6
-137
/
+365
*
Further improvement to point to category
Fariborz Jahanian
2010-03-27
2
-4
/
+11
*
Improve diagnostics on incomplete implementation
Fariborz Jahanian
2010-03-27
1
-3
/
+10
*
Accumulate all functions and classes that the effective context is
John McCall
2010-03-27
1
-35
/
+51
*
Implement method friends in class templates and fix a few related problems.
John McCall
2010-03-27
2
-31
/
+79
*
Remove unused static function
Douglas Gregor
2010-03-26
1
-17
/
+0
*
Put function templates instantiated from friend declarations in the correct
John McCall
2010-03-26
1
-6
/
+15
*
Compare namespaces properly when looking for redeclarations of
Douglas Gregor
2010-03-26
1
-1
/
+3
*
Add comment indicating that we intentionally don't add the noreturn
Ted Kremenek
2010-03-26
1
-0
/
+3
*
When adding initializers to a constructor, be sure that we are looking
Douglas Gregor
2010-03-26
1
-1
/
+5
*
When trying to determine whether one operand of a conditional
Douglas Gregor
2010-03-26
1
-7
/
+9
*
Eliminate the non-InitializedEntity PerformCopyInitialization() and
Douglas Gregor
2010-03-26
3
-44
/
+8
*
Switch semantic analysis of the conditional operator from using
Douglas Gregor
2010-03-26
3
-88
/
+112
*
Do not mark the destructor of a function parameter's type. Fixes PR6709.
Douglas Gregor
2010-03-26
1
-4
/
+0
*
When deducing an integral template argument for a non-type template
Douglas Gregor
2010-03-26
1
-32
/
+35
*
Reapply r99596 with a fix: link an instantiated friend function to its
John McCall
2010-03-26
2
-15
/
+41
*
Apparently that didn't work. Reverting for now.
John McCall
2010-03-26
2
-30
/
+15
*
Reinstate change to non-type template arguments of integral type, so
Douglas Gregor
2010-03-26
1
-19
/
+20
*
Properly instantiate and link in friend function templates.
John McCall
2010-03-26
2
-15
/
+30
*
Revert attempted fix for integral template arguments. It seems to have broken...
Douglas Gregor
2010-03-26
1
-20
/
+19
*
Mark virtual methods that are used in tables included in VTTs as used.
Rafael Espindola
2010-03-26
2
-2
/
+19
*
Warn when the conversion of an integral non-type template argument to
Douglas Gregor
2010-03-25
1
-19
/
+20
*
Teach the diagnostic engine to provide more detailed information about
Douglas Gregor
2010-03-25
2
-13
/
+25
[next]