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
2012-08-17
c: implement gcc's -Wbad-function-cast which warns
Fariborz Jahanian
2012-08-17
Define __builtin_ffs[ll] with a signed argument instead of unsigned.
Benjamin Kramer
2012-08-17
Add support for "type safety" attributes that allow checking that 'void *'
Dmitri Gribenko
2012-08-16
objective-C++: issue diagnostic when ivar type is
Fariborz Jahanian
2012-08-16
objective-C: make -Wcast-of-sel-type the default.
Fariborz Jahanian
2012-08-16
objective-C: deprecate casts of ObjC's SEL
Fariborz Jahanian
2012-08-15
Patch to warn about __private_extern__ on tentative definitions
Fariborz Jahanian
2012-08-15
Check for improper use of 'static' and type qualifiers in array
Hans Wennborg
2012-08-14
Fix undefined behavior: don't bind a dereferenced null pointer to a reference.
Richard Smith
2012-08-10
Check access to friend declarations. There's a number of different
John McCall
2012-08-08
Address code review comments for Wstrncat-size warning (r161440).
Anna Zaks
2012-08-08
Implement warning for integral null pointer constants other than the literal 0.
David Blaikie
2012-08-07
Turn on strncat-size warning implemented a while ago.
Anna Zaks
2012-08-07
Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that ar...
Ted Kremenek
2012-08-07
Remove two fall through diagnostics from the IgnoredAttributes group, since t...
Ted Kremenek
2012-08-06
objective-c: Implement gcc's -Wdirect-ivar-access option.
Fariborz Jahanian
2012-08-06
Fix MIPS DSP Rev1 intrinsics memory properties.
Simon Atanasyan
2012-08-06
Comment diagnostics: warn on duplicate \brief and \return commands.
Dmitri Gribenko
2012-08-06
Comment diagnostics: \return in void function: specialize diagnostic text for
Dmitri Gribenko
2012-08-06
Re-enable pcmpistri/pcmpestri builtins in clang now that llvm supports them p...
Craig Topper
2012-08-06
PR13529: Don't crash if the driver sees an unused input file when running as
Richard Smith
2012-08-05
Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...
Hal Finkel
2012-08-03
Comment diagnostics: warn if \returns is used in a non-function comment or if
Dmitri Gribenko
2012-07-31
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
Fixes a segfault in Tooling when using pch's:
Manuel Klimek
2012-07-31
Introduce new queries on ObjCRuntime for how to interpret subscripts
John McCall
2012-07-30
Improvements to vexing-parse warnings. Make the no-parameters case more
Richard Smith
2012-07-30
objective-c arc: ARC IRGen correctly assumes result
Fariborz Jahanian
2012-07-30
Do not warn on correct use of the '%n' format specifier.
Matt Beaumont-Gay
2012-07-29
Microoptimize isOffsetInFileID a bit.
Benjamin Kramer
2012-07-27
Add a function to convert a single Unicode code point to a UTF8 sequence.
Dmitri Gribenko
2012-07-27
Final piece of core issue 1330: delay computing the exception specification of
Richard Smith
2012-07-25
Turn -Wobjc-root-class on by default. <rdar://problem/11203649>.
Ted Kremenek
2012-07-25
Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem...
Ted Kremenek
2012-07-24
Comment diagnostics: add warning for multiple \param commands with duplicate
Dmitri Gribenko
2012-07-24
Tweak warning text for returning incomplete type from extern "C" functions.
Hans Wennborg
2012-07-24
Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on
Nick Lewycky
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
Add diagnostics for comma at end of enum and for extra semicolon at namespace
Richard Smith
2012-07-22
char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a w...
Francois Pichet
2012-07-19
For varargs, diagnose passing ObjC objects by value like other non-POD types.
Jordan Rose
2012-07-19
Capitalize "Objective-C" and "C++" in user-facing contexts.
Jordan Rose
2012-07-19
Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.
Bob Wilson
2012-07-17
Adding a fixit for includes that cannot be found with angle brackets, but can...
Aaron Ballman
2012-07-17
Issue warning when assigning out-of-range integer values to enums.
Fariborz Jahanian
2012-07-17
Add -Wobjc-string-compare under -Wobjc-literal-compare.
Jordan Rose
2012-07-17
Now that -Wobjc-literal-compare is a warning, put the fixit on a note.
Jordan Rose
2012-07-16
Add two more missing parameters in diagnostics.
Daniel Jasper
2012-07-16
Fix diagnostic adding missing parameter.
Daniel Jasper
2012-07-14
Update Sema diagnostic messages to take advantage of template type diffing.
Richard Trieu
[prev]
[next]