index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Sema
/
Sema.h
Age
Commit message (
Expand
)
Author
2013-02-14
objective-C: When implementing custom accessor method for
Fariborz Jahanian
2013-02-05
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2013-02-02
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-01
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-02-01
Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Richard Smith
2013-02-01
[Sema][Attr]Fix alignment attribute printing.
Michael Han
2013-01-31
Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
2013-01-31
Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
2013-01-29
Propagate the spelling list index for an attribute across template instantiat...
Richard Smith
2013-01-26
Preserve Sema::UndefinedInternals across PCH boundaries. Fixes
Nick Lewycky
2013-01-24
Patch to check for integer overflow. It has been
Fariborz Jahanian
2013-01-24
PR14922: when printing an attribute, use the real syntax of the attribute (GN...
Michael Han
2013-01-23
Use 'const Decl *' throughout code completion in Sema
Dmitri Gribenko
2013-01-22
Small code change to improve performance
Fariborz Jahanian
2013-01-22
objectiveC (take two): don't warn when in -Wselector mode and
Fariborz Jahanian
2013-01-21
objectiveC: don't warn when in -Wselector mode and
Fariborz Jahanian
2013-01-21
Eliminate Sema::CompareProperties(), which was walking over a pile of
Douglas Gregor
2013-01-21
Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which
Douglas Gregor
2013-01-17
[ms-inline asm] Extend the Sema interface to get the size and length of a
Chad Rosier
2013-01-17
ArrayRef-ize some ctor initializer related APIs
David Blaikie
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-15
When checking availability attributes for consistency between an
Douglas Gregor
2013-01-14
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-13
ArrayRef'ize Sema APIs related to format string checking
Dmitri Gribenko
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
Provide Decl::getOwningModule(), which determines the (sub)module in
Douglas Gregor
2013-01-10
Truth in advertising: LocallyScopedExternalDecls actually only contains
Richard Smith
2013-01-10
[ms-inline asm] Extend the inline asm Sema lookup interface to determine if the
Chad Rosier
2013-01-08
Tighten types a bit. No functionality change.
Rafael Espindola
2013-01-08
Tighten types a bit. No functionality change.
Rafael Espindola
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-31
Fix minor copy-pasto. No functionality change.
Nico Weber
2012-12-21
Tweak Sema::CheckLiteralKind() to also include block literals
Ted Kremenek
2012-12-21
Fix a warning due to an extraneous comma.
Chad Rosier
2012-12-21
Hoist logic for classifying Objective-C literals into Sema (proper) for use w...
Ted Kremenek
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
PR13470: Ensure that copy-list-initialization isntantiates as
Richard Smith
2012-12-11
PR14558: Compute triviality of special members (etc) at the end of the class
Richard Smith
2012-12-09
Virtual method overrides can no longer have mismatched calling conventions. ...
Aaron Ballman
2012-12-08
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-06
Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body
Argyrios Kyrtzidis
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-12-01
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-29
The declaration of a special member can require overload resolution to be
Richard Smith
2012-11-28
PR14388: An array or function type in an exception specification should be
Richard Smith
2012-11-19
PR14381: Never skip constexpr function bodies when code-completing. We may need
Richard Smith
2012-11-16
Store this Decl* as a Decl* instead of a uintptr_t. No functionality change.
Nick Lewycky
[prev]
[next]