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
/
Basic
Age
Commit message (
Expand
)
Author
2013-01-13
Fix LLP64 build.
Michael J. Spencer
2013-01-13
Added builtins for multiprecision adds.
Michael Gottesman
2013-01-12
Prune an unused diagnostic, detected after improving the script in r172330
Dmitri Gribenko
2013-01-12
Remove unused diagnostics
Dmitri Gribenko
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
Add missing includes and forward declarations so that headers don't depend on
Dmitri Gribenko
2013-01-12
Provide Decl::getOwningModule(), which determines the (sub)module in
Douglas Gregor
2013-01-12
Fix -Wunused-comparison for comparisons in arguments to function-like macros.
Matt Beaumont-Gay
2013-01-11
Improve diagnostic per Richard's suggestion
Fariborz Jahanian
2013-01-10
In my last patch use InGroup<Switch> (per Dmitri's comment).
Fariborz Jahanian
2013-01-10
Provide a better warning when case value overflows.
Fariborz Jahanian
2013-01-10
Diagnostics: name all implicit groups used more than once.
Jordan Rose
2013-01-10
Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...
Guy Benyei
2013-01-09
Enable intel_ocl_bicc for x86_64 target. This was missed in r171056.
Guy Benyei
2013-01-09
put back diagnostics when flexible members are captured
Fariborz Jahanian
2013-01-08
Remove lambda from my last patch.
Fariborz Jahanian
2013-01-08
objectiveC blocks: It is impractical to capture
Fariborz Jahanian
2013-01-08
Remove on-by-default warning from -Wmost.
David Blaikie
2013-01-07
Add support for attribute((mode(unwind_word))).
Rafael Espindola
2013-01-07
Simplify. No behavior change.
Nico Weber
2013-01-04
Add the module name to the 'incomplete umbrella header' warning.
Douglas Gregor
2013-01-04
Fix up various builtin declaration of objc_msgSend families
Fariborz Jahanian
2013-01-04
Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>
Douglas Gregor
2013-01-03
Fix capitalization of Objective-C in diagnostic.
Ted Kremenek
2013-01-02
s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...
Richard Smith
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-28
Improve diagnostic wording for when an implicitly-deleted special member
Richard Smith
2012-12-27
Implement dcl.link paragraph 5.
Rafael Espindola
2012-12-25
Produce an actual error before attempting to attach notes to it when bailing out
Richard Smith
2012-12-25
Add intel_ocl_bicc calling convention as a function attribute to clang. The c...
Guy Benyei
2012-12-22
Add back -Wduplicate-enum which I mistakenly removed.
Ted Kremenek
2012-12-21
Tweak Sema::CheckLiteralKind() to also include block literals
Ted Kremenek
2012-12-21
Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind().
Ted Kremenek
2012-12-21
Extend checkUnsafeAssigns() to also handle assigning an object literal to a w...
Ted Kremenek
2012-12-20
Revert "Warn if a __weak variable is initialized with an Objective-C object l...
Ted Kremenek
2012-12-20
Warn if a __weak variable is initialized with an Objective-C object literal.
Ted Kremenek
2012-12-20
Move operator precedence calculation to new header
Daniel Jasper
2012-12-20
Attribute 'cf_returns_autoreleased' doesn't really exist.
Ted Kremenek
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then
Richard Smith
2012-12-19
[driver] Have -isysroot warn on nonexistent paths.
Chad Rosier
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
Attempt to clarify a vexing-parse diagnostic.
Richard Smith
2012-12-18
CodeGen: Expand creal and cimag into complex field loads
Meador Inge
2012-12-18
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
Add OpenCL images as clang builtin types.
Guy Benyei
2012-12-18
When warning about a missing prototype because a function declaration is miss...
Anders Carlsson
2012-12-18
Use the correct return type (size_t) for these builtins.
Bill Wendling
2012-12-18
Add an expected parameter for the size of the destination.
Bill Wendling
[prev]
[next]