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-04-24
Objective-C: When reporting on missing property accessor implementation in
Fariborz Jahanian
2013-04-22
[ms-inline asm] Refactor/clean up the SemaLookup interface. No functional
Chad Rosier
2013-04-17
Fix PR15291: noreturn adjustment in overload resolution for function template...
Douglas Gregor
2013-04-17
Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...
Argyrios Kyrtzidis
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-15
Remove hasExternalLinkageUncached.
Rafael Espindola
2013-04-10
Add support for computing the exception specification for an inheriting
Richard Smith
2013-04-04
Be sure to check ARC conventions on the implicit method declarations
John McCall
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-02
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2013-04-01
Only merge down a variable type if the previous declaration was
John McCall
2013-03-28
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-28
Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...
Richard Smith
2013-03-26
Implement special-case name lookup for inheriting constructors: member
Richard Smith
2013-03-22
Fix DeclRefExpr::getFoundDecl() for usages by reference.
Daniel Jasper
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-18
Bring inheriting constructor implementation up-to-date with current defect
Richard Smith
2013-03-14
Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
2013-03-14
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-08
Sema: Preserve attributes on parameters in instantiated function templates.
Jordan Rose
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-04
Centralize and refine the __unknown_anytype argument rules
John McCall
2013-03-02
Process #pragma weak only after we know the linkage of the function or variable
Rafael Espindola
2013-02-23
Shrink SmallPtrSet. It gets swapped a lot which copies the whole small part.
Benjamin Kramer
2013-02-22
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
Handle alignas(foo...) pack expansions.
Richard Smith
2013-02-22
Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of
Richard Smith
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-19
PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
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
[next]