index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaDecl.cpp
Age
Commit message (
Expand
)
Author
2012-07-24
Tweak warning text for returning incomplete type from extern "C" functions.
Hans Wennborg
2012-07-23
When we have an Objective-C object with non-trivial lifetime in a
Douglas Gregor
2012-07-19
Reset the layout of an ObjC class if we see an ivar in a category
Eric Christopher
2012-07-19
Removing a spurious comment, no functionality changes.
Aaron Ballman
2012-07-19
Relaxed enumeration constant naming rules for scoped enumerators so they no l...
Aaron Ballman
2012-07-17
Merge visibility from previous decls before looking at visibility pragma. This
Rafael Espindola
2012-07-17
Record visibility pragmas when we see a tag declaration. We might use it
Rafael Espindola
2012-07-15
Without this patch clang warns on
Rafael Espindola
2012-07-15
Make const the argument of getDefinition.
Rafael Espindola
2012-07-15
Use llvm::APSInt::isSameValue to compare for the same value.
Eric Christopher
2012-07-13
Provide a special-case diagnostic when two class member functions instantiate
Richard Smith
2012-07-13
Attaching comments to declarations during parsing: handle more Objective-C de...
Dmitri Gribenko
2012-07-12
Process #pragma visibility early in the parsing of class definitions. Fixes
Rafael Espindola
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-11
Handle #pragma visibility in explicit specializations and enums.
Rafael Espindola
2012-07-11
Don't process #pragma visibility during instantiation. The visibility of the
Rafael Espindola
2012-07-08
PR13293: Defer deduction of an auto type with a dependent declarator, such as...
Richard Smith
2012-07-02
In blocks, only pretend that enum constants have enum type if necessary.
Jordan Rose
2012-06-29
In Sema::ClassifyName, try to avoid nonsensical corrections to
Kaelyn Uhrain
2012-06-29
Add a fix-it hint note to -Wunique-enum to suggest that the last element gets
Richard Trieu
2012-06-25
Make explicit specializations at class scope work
Nico Weber
2012-06-22
Perform typo correction for base class specifiers.
Kaelyn Uhrain
2012-06-22
Documentation cleanup: making \param docs match the code.
James Dennett
2012-06-22
Documentation cleanup:
James Dennett
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-19
Extend the support for cl-std to include 1.2.
Tanya Lattner
2012-06-17
Don't warn about address-to-member used as part of initialisation, if
Joerg Sonnenberger
2012-06-16
Explicitly build __builtin_va_list.
Meador Inge
2012-06-16
[AST/libclang] Fix the selector locations that are reported for a
Argyrios Kyrtzidis
2012-06-15
Recover when correcting an unknown type name to a keyword like "struct".
Kaelyn Uhrain
2012-06-15
Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use.
Kaelyn Uhrain
2012-06-12
If parsing a trailing-return-type fails, don't pretend we didn't have one at
Richard Smith
2012-06-10
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-08
Warn in ObjC++ when an 'auto' variable deduces type 'id'.
Jordan Rose
2012-06-08
Allow friend declarations of defaulted special member functions. Only
Richard Smith
2012-06-07
Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written
Kaelyn Uhrain
2012-06-07
Ignore corrections to functions with bodies when deciding which
Kaelyn Uhrain
2012-06-06
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-05
objective-c: merge deprecated/unavailable attributes to
Fariborz Jahanian
2012-05-30
Disable -Wunique-enum for anonymous enums.
David Blaikie
2012-05-30
Add new -Wunique-enum which will warn on enums which all elements have the
Richard Trieu
2012-05-26
Fix indentation.
David Blaikie
2012-05-18
Centralize the handling of the "attribute declaration must precede definition"
Rafael Espindola
2012-05-17
A selector match between two Objective-C methods does *not* guarantee
Douglas Gregor
2012-05-15
Remove word 'block' from option and diagnostic I added
Fariborz Jahanian
2012-05-15
objective-c nonfragile abi: discourage ivar declarations
Fariborz Jahanian
2012-05-14
objc: allow typedef'ing an id to a pointer to a c-struct only.
Fariborz Jahanian
2012-05-13
Refactor all the
Rafael Espindola
2012-05-13
Produce a warning for mismatched section attributes. Completest pr9356.
Rafael Espindola
2012-05-11
Fix a recent regression with the merging of format attributes.
Rafael Espindola
[prev]
[next]