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
2012-06-07
Ignore corrections to functions with bodies when deciding which
Kaelyn Uhrain
2012-06-07
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-07
Attach fixits for CFBridgingRetain/Release outside any casts.
Jordan Rose
2012-06-07
Insert a space if necessary when suggesting CFBridgingRetain/Release.
Jordan Rose
2012-06-06
Allow CorrectTypo to add/modify nested name qualifiers to typos that
Kaelyn Uhrain
2012-06-06
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
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-05
objective-c: merge deprecated/unavailable attributes to
Fariborz Jahanian
2012-06-04
Teach format string checking about compile-time CFString constants.
Jordan Rose
2012-06-04
Teach printf/scanf about enums with fixed underlying types.
Jordan Rose
2012-06-04
Add a warning for when an array-to-pointer decay is performed on an array
Richard Smith
2012-06-04
objective-c: Handle more warning cases for when
Fariborz Jahanian
2012-06-04
Removing the lambda extension warning concerning single return statements, as...
Aaron Ballman
2012-06-04
When adding built-in operator candidates for overload resolution
Douglas Gregor
2012-06-03
Improve fixit for comparison operator on lhs of bitwise operator.
Nico Weber
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnosti...
Alexander Kornienko
2012-06-01
Don't allow multiple correction candidates that have the same identifier
Kaelyn Uhrain
2012-06-01
[arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...
Argyrios Kyrtzidis
2012-06-01
Anonymous union members within a struct are now properly handled as an uneval...
Aaron Ballman
2012-05-31
In TypoCorrectionConsumer, BestResults to CorrectionResults to lessen
Kaelyn Uhrain
2012-05-31
objc: properties of NSObject attribute must
Fariborz Jahanian
2012-05-30
Change wording of 'memcpy' type mismatch warning and remove fixit.
Anna Zaks
2012-05-30
Disable -Wunique-enum for anonymous enums.
David Blaikie
2012-05-30
objective-c: revert r157407. It broke a project
Fariborz Jahanian
2012-05-30
Remove some extra braces.
Eric Christopher
2012-05-30
Add new -Wunique-enum which will warn on enums which all elements have the
Richard Trieu
2012-05-30
Add fixits for memory access warnings.
Anna Zaks
2012-05-29
objective-c: fix a sema and IRGen crash when property
Fariborz Jahanian
2012-05-28
Fix PR12960 by not attempting to correct cases when we're not actually instan...
David Blaikie
2012-05-27
-Wdeprecated warning to include reference (as a note)
Fariborz Jahanian
2012-05-27
Use the SelectorSet typedef more widely throughout Sema.
Benjamin Kramer
2012-05-26
Change warning to error when property setter names conflict.
Fariborz Jahanian
2012-05-26
In response to some discussions on IRC, tweak the wording of the new
Richard Smith
2012-05-26
Fix indentation.
David Blaikie
2012-05-26
Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a
Alexander Kornienko
2012-05-25
Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,
Richard Smith
2012-05-24
Some cleanups around the uninitialized variables warning, and a FIXME. No fun...
Richard Smith
2012-05-24
objective-c: warn on use of property setters
Fariborz Jahanian
2012-05-24
Get rid of some non-ASCII en-dashes that crept in.
Eli Friedman
2012-05-24
Implement the C++11 discarded value expression rules for volatile lvalues. <...
Eli Friedman
2012-05-24
objective-c: Fixes a corner case and interesting bug.
Fariborz Jahanian
2012-05-24
DR1152 / PR12931 / PR6177: A candidate function which requires binding a const
Richard Smith
2012-05-24
Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce...
Eli Friedman
2012-05-24
implement Sema support for the alloc_size attribute
Nuno Lopes
2012-05-23
Correct the starting location for instantiations of field declarations which
Richard Smith
2012-05-22
Recognize the MS inheritance attributes and turn them into attributes
John McCall
2012-05-21
Remove unused argument in my last patch.
Fariborz Jahanian
2012-05-21
objective-c: When default synthesizing readonly IBOutlet properties
Fariborz Jahanian
[prev]
[next]