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
/
SemaDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow friend declarations of defaulted special member functions. Only
Richard Smith
2012-06-08
1
-1
/
+1
*
Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written
Kaelyn Uhrain
2012-06-07
1
-5
/
+9
*
Ignore corrections to functions with bodies when deciding which
Kaelyn Uhrain
2012-06-07
1
-9
/
+27
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-2
/
+2
*
objective-c: merge deprecated/unavailable attributes to
Fariborz Jahanian
2012-06-05
1
-5
/
+2
*
Disable -Wunique-enum for anonymous enums.
David Blaikie
2012-05-30
1
-2
/
+4
*
Add new -Wunique-enum which will warn on enums which all elements have the
Richard Trieu
2012-05-30
1
-0
/
+43
*
Fix indentation.
David Blaikie
2012-05-26
1
-3
/
+3
*
Centralize the handling of the "attribute declaration must precede definition"
Rafael Espindola
2012-05-18
1
-23
/
+21
*
A selector match between two Objective-C methods does *not* guarantee
Douglas Gregor
2012-05-17
1
-2
/
+3
*
Remove word 'block' from option and diagnostic I added
Fariborz Jahanian
2012-05-15
1
-1
/
+1
*
objective-c nonfragile abi: discourage ivar declarations
Fariborz Jahanian
2012-05-15
1
-1
/
+5
*
objc: allow typedef'ing an id to a pointer to a c-struct only.
Fariborz Jahanian
2012-05-14
1
-6
/
+16
*
Refactor all the
Rafael Espindola
2012-05-13
1
-23
/
+20
*
Produce a warning for mismatched section attributes. Completest pr9356.
Rafael Espindola
2012-05-13
1
-0
/
+3
*
Fix a recent regression with the merging of format attributes.
Rafael Espindola
2012-05-11
1
-0
/
+4
*
Fix an old (2009) FIXME:
Rafael Espindola
2012-05-10
1
-13
/
+34
*
objective-c. Fixes a 'fixit' where location of
Fariborz Jahanian
2012-05-09
1
-1
/
+2
*
Update the SelfReferenceChecker. Refactored some of the visitor methods.
Richard Trieu
2012-05-09
1
-31
/
+49
*
Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is important
Rafael Espindola
2012-05-06
1
-0
/
+7
*
Switch RequireLiteralType() off of PartialDiagnostic.
Douglas Gregor
2012-05-04
1
-1
/
+1
*
Revert most of r154844, which was disabled in r155975. Keep around the
Richard Smith
2012-05-02
1
-1
/
+1
*
Try harder to recognize hidden tag type names in potential declarations instead
Kaelyn Uhrain
2012-05-02
1
-44
/
+70
*
Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.
David Blaikie
2012-04-30
1
-6
/
+8
*
HandleDeclarator() returns NULL for semantic disasters. Deal with it
Douglas Gregor
2012-04-30
1
-1
/
+1
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-5
/
+5
*
Imrpove the note text for when a non-type decl hides a tag type
Kaelyn Uhrain
2012-04-27
1
-1
/
+1
*
Add note to help explain why a tag such as 'struct' is needed to refer
Kaelyn Uhrain
2012-04-26
1
-0
/
+8
*
Fix regression in r154844. If necessary, defer computing adjusted destructor
Richard Smith
2012-04-21
1
-15
/
+0
*
PR12569: Instantiate exception specifications of explicit instantiations
Richard Smith
2012-04-17
1
-2
/
+5
*
Implement the last part of C++ [class.mem]p2, delaying the parsing of
Douglas Gregor
2012-04-16
1
-2
/
+8
*
Implement C++11 [expr.prim.general]p3, which permits the use of 'this'
Douglas Gregor
2012-04-16
1
-1
/
+8
*
PR12500: Improve the wording of the diagnostic for a redefinition of a name
Richard Smith
2012-04-13
1
-1
/
+1
*
Fixed scoping error for late parsed attributes in nested classes.
DeLesley Hutchins
2012-04-06
1
-1
/
+16
*
Replace the workaround from r153445 with a proper fix.
Kaelyn Uhrain
2012-04-03
1
-14
/
+6
*
Implement DR1402: if a field or base class is not movable, the derived class's
Richard Smith
2012-04-02
1
-2
/
+3
*
Basic semantic analysis support for inheriting constructor declarations in
Richard Smith
2012-04-02
1
-1
/
+1
*
Unify and fix our checking of C++ [dcl.meaning]p1's requirements
Douglas Gregor
2012-03-28
1
-85
/
+115
*
When diagnosing an invalid out-of-line redeclaration, don't permit
Douglas Gregor
2012-03-26
1
-1
/
+8
*
Delay checking of dependent underlying types for redeclarations of member
Richard Smith
2012-03-26
1
-1
/
+3
*
When defining a forward-declared enum, don't try to attach the definition to
Richard Smith
2012-03-23
1
-2
/
+3
*
Support for definitions of member enumerations of class templates outside the
Richard Smith
2012-03-23
1
-4
/
+13
*
Diagnose tag and class template declarations with qualified
Douglas Gregor
2012-03-17
1
-25
/
+43
*
Warn on flexible array members when in C89 mode, with -pedantic.
David Chisnall
2012-03-16
1
-0
/
+7
*
Remove a variable rendered unused by r152750.
Richard Smith
2012-03-15
1
-1
/
+1
*
Instantiating a class template should not instantiate the definition of any
Richard Smith
2012-03-14
1
-35
/
+54
*
Ensure that default arguments are handled correctly in sub scopes. For example:
James Molloy
2012-03-13
1
-7
/
+8
*
PR11925: A function can't have a variably-modified return type. Not even in C++.
Richard Smith
2012-03-13
1
-11
/
+12
*
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
Richard Smith
2012-03-13
1
-2
/
+2
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-140
/
+140
[next]