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
Age
Commit message (
Expand
)
Author
2013-03-20
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
PR7256: Provide a fixit for incorrect destructor declarations
David Blaikie
2013-03-20
Remove some dead code.
John McCall
2013-03-20
Don't look outside the innermost enclosing namespace when
John McCall
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-18
Diagnose uses of 'alignof' on functions in -pedantic mode.
Richard Smith
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-16
Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
2013-03-15
Simplify print logic, per feedback from Jordan Rose.
Ted Kremenek
2013-03-15
Enhance -Wtautological-constant-out-of-range-compare to include the name of t...
Ted Kremenek
2013-03-15
Add some assertions to appease the static analyzer.
Jordan Rose
2013-03-15
c: perform integer overflow check on all binary
Fariborz Jahanian
2013-03-15
c: Also chek for integer overflow for '%' operator.
Fariborz Jahanian
2013-03-15
c: add the missing binary operatory when checking
Fariborz Jahanian
2013-03-14
Diagnose about extern "C" functions returning c++ objects
Fariborz Jahanian
2013-03-14
Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
2013-03-14
Add support for the 'endian' attribute for OpenCL.
Joey Gouly
2013-03-14
[modules] Check for delegating constructor cycles when building a module and ...
Argyrios Kyrtzidis
2013-03-14
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-12
Objective-C: In my last path, also check
Fariborz Jahanian
2013-03-12
Whitespace cleanup.
Rafael Espindola
2013-03-12
Objective-C: Issue warning in couple of obscure cases
Fariborz Jahanian
2013-03-12
We already reported an error for
Rafael Espindola
2013-03-12
Error if an extern C declaration matches a previous hidden extern C declaration.
Rafael Espindola
2013-03-11
Objective-C: When using super.prop, property should be
Fariborz Jahanian
2013-03-09
Adjust the special non-C++ enum block return type inference
John McCall
2013-03-09
Add TagDecl::hasNameForLinkage(), which is true if the tag
John McCall
2013-03-08
<rdar://problem/13170740> Be a little more careful when instantiating 'this' ...
Douglas Gregor
2013-03-08
Sema: Preserve attributes on parameters in instantiated function templates.
Jordan Rose
2013-03-08
<rdar://problem/13094134> Don't try to wire up typedef names for invalid anon...
Douglas Gregor
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
<rdar://problem/13140795> Transform the scope type of a pseudo-destructor exp...
Douglas Gregor
2013-03-08
Add support for the OpenCL attribute 'vec_type_hint'.
Joey Gouly
2013-03-07
Add code completion for @import <rdar://problem/13344306>.
Douglas Gregor
2013-03-07
Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...
Douglas Gregor
2013-03-07
When possible, move __block variables to the heap rather than copying them.
Douglas Gregor
2013-03-07
Add a hasExternalLinkage helper. No functionality change.
Rafael Espindola
2013-03-06
PR15390: If a function returns a pointer to a function, that function type
Richard Smith
2013-03-06
objective-C: don't crash after diagnosing
Fariborz Jahanian
2013-03-05
Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
2013-03-04
Centralize and refine the __unknown_anytype argument rules
John McCall
2013-03-04
Perform non-overload placeholder conversions on the operands
John McCall
2013-03-02
Process #pragma weak only after we know the linkage of the function or variable
Rafael Espindola
2013-03-01
Fix typos: [Dd]iagnosic -> [Dd]iagnostic
Stefanus Du Toit
2013-03-01
Perform the receiver-expression transformations regardless of
John McCall
2013-03-01
Attempt to not place ownership qualifiers on the result type
John McCall
2013-02-28
objective-C code completion. Property accessors may not
Fariborz Jahanian
2013-02-27
PR15360: nullptr as a non-type template argument to a function type non-type ...
David Blaikie
2013-02-27
Don't crash when diagnosing path-constrained protected
John McCall
[prev]
[next]