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
Age
Commit message (
Expand
)
Author
2012-06-19
Improve the specification of spellings in Attr.td.
Sean Hunt
2012-06-18
Handle C++11 attribute namespaces automatically.
Sean Hunt
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-15
Check the parameter lists and return type of both blocks and lambdas
Douglas Gregor
2012-06-15
Documentation cleanup:
James Dennett
2012-06-13
More doxygen/documentation cleanups.
James Dennett
2012-06-12
If parsing a trailing-return-type fails, don't pretend we didn't have one at
Richard Smith
2012-06-11
Etch out the code path for MS-style inline assembly.
Chad Rosier
2012-06-10
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-09
Reorder ParsedTemplateArg's members to reduce padding on x86_64.
Benjamin Kramer
2012-06-08
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-07
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-06
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-06-06
Introduce -Wunused-private-field. If enabled, this warning detects
Daniel Jasper
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-01
[arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...
Argyrios Kyrtzidis
2012-05-27
Use the SelectorSet typedef more widely throughout Sema.
Benjamin Kramer
2012-05-21
Unpack enums in CodeCompletetionResult.
Benjamin Kramer
2012-05-20
Bitpack CodeCompletionResults.
Benjamin Kramer
2012-05-19
Inline a trivial clear() method.
Benjamin Kramer
2012-05-16
Include the correct conversion context locations for condition expressions.
David Blaikie
2012-05-16
[libclang/AST] Index references of protocols in "@protocol(...)" syntax.
Argyrios Kyrtzidis
2012-05-15
Fold the six functions checking explicitly-defaulted special member functions
Richard Smith
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
2012-05-10
Fix an old (2009) FIXME:
Rafael Espindola
2012-05-09
[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...
Argyrios Kyrtzidis
2012-05-07
When we suppress an error due to SFINAE, stash the diagnostic away with the
Richard Smith
2012-05-07
Change how we suppress access control in explicit instantiations
John McCall
2012-05-07
There is no reason for these methods to be out-of-line.
John McCall
2012-05-07
Refactor DelayedDiagnostics so that it keeps diagnostics in
John McCall
2012-05-04
Move Sema::VerifyIntegerConstantExpression() and
Douglas Gregor
2012-05-04
Move Sema::RequireNonAbstractType() off of PartialDiagnostic.
Douglas Gregor
2012-05-04
Switch RequireLiteralType() off of PartialDiagnostic.
Douglas Gregor
2012-05-04
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-03
Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between
Richard Smith
2012-05-02
Revert most of r154844, which was disabled in r155975. Keep around the
Richard Smith
2012-05-02
Introduce the notion of an attribute that has no direct representation
Douglas Gregor
2012-05-01
Eliminate Sema::CompareMethodParamsInBaseAndSuper() entirely, by
Douglas Gregor
2012-05-01
The semantic checking that verifies whether an Objective-C method
Douglas Gregor
2012-04-30
Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.
David Blaikie
2012-04-26
PR12660: Don't crash when initializing a const reference from a braced init list
Richard Smith
2012-04-25
Add an error message with fixit hint for changing '.' to '->'.
Kaelyn Uhrain
2012-04-21
Fix regression in r154844. If necessary, defer computing adjusted destructor
Richard Smith
2012-04-20
Update doxygen comment to match changes in r155218.
Richard Smith
2012-04-20
Fix bug where a class's (deleted) copy constructor would be implicitly given a
Richard Smith
2012-04-19
objective-arc: Retune my previous patch so warning
Fariborz Jahanian
2012-04-19
objective-c arc: Issue warning under -Wreceiver-is-weak
Fariborz Jahanian
[prev]
[next]