index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
Age
Commit message (
Expand
)
Author
2013-05-06
Grab-bag of bit-field fixes:
John McCall
2013-05-06
Fix assert if __extension__ or _Generic is used when initializing a char arra...
Richard Smith
2013-05-04
AArch64: teach Clang about __clear_cache intrinsic
Tim Northover
2013-05-03
[Doc parsing] Provide diagnostics for unknown documentation
Fariborz Jahanian
2013-04-30
Fix PR15845: apparently MSVC does not support implicit int in C++ mode.
Richard Smith
2013-04-29
c language: diagnose use of "[*]" on any array dimension
Fariborz Jahanian
2013-04-18
Reject asm output constraints that consist of modifiers only.
Benjamin Kramer
2013-04-18
Switch the note order for -Woverloaded-shift-op-parentheses so that the note
Richard Trieu
2013-04-18
Update the -Wparentheses tests to check that fix-its are in the correct place.
Richard Trieu
2013-04-17
[document parsing]: When tag declaration (but not definition!)
Fariborz Jahanian
2013-04-17
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-17
Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Remove setjmp.h header file from Sema/return.c test and include necessary
Jyotsna Verma
2013-04-16
Fix PR4296: Add parser detection/error recovery for nested functions, from Se...
Douglas Gregor
2013-04-16
Fix handling of atomic shift operations, from Serge Pavlov.
Douglas Gregor
2013-04-15
Local thread_local variables are implicitly 'static'. (This doesn't apply to ...
Richard Smith
2013-04-15
Properly check for a constant initializer for a thread-local variable.
Richard Smith
2013-04-14
Diagnose if a __thread or _Thread_local variable has a non-constant initializer
Richard Smith
2013-04-14
Handle incompatible redeclarations of library builtins better.
John McCall
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
Don't replace an existing decl in the scope chains with its
John McCall
2013-04-12
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-12
Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414
Bob Wilson
2013-04-11
Exclude test30 of Sema/return.c for Hexagon since setjmp.h include file
Jyotsna Verma
2013-04-09
Remove outdated run lines from tests.
Richard Trieu
2013-04-07
Sema: Don't crash when trying to emit a warning for a duplicate value in an i...
Benjamin Kramer
2013-04-04
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-04-03
Enable use of _Static_assert inside structs and unions in C11 mode (as per C1...
Andy Gibbs
2013-04-02
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2013-04-01
Only merge down a variable type if the previous declaration was
John McCall
2013-04-01
Add test for PR12527 (bug has apparently already been fixed).
Richard Smith
2013-03-30
Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.
Benjamin Kramer
2013-03-29
Sema: Warn on sizeof on binary ops on decayed arrays.
Benjamin Kramer
2013-03-29
Revert r178273 as it broke the Linux bootstrap due to false positives
Timur Iskhodzhanov
2013-03-28
Warn about more than the first unused variable when -Werror is set.
Matt Beaumont-Gay
2013-03-28
Implemented a warning when an input several bitwise operations are
Sam Panzer
2013-03-28
For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a
Richard Smith
2013-03-27
Simplify test to use a count for the number of notes expected.
Bill Wendling
2013-03-27
Add another expected note. Two errors => two notes.
Tim Northover
2013-03-27
Fix testcase to add expected note.
Bill Wendling
2013-03-25
Emit an error message instead of crashing when dereferencing an incomplete po...
Bill Wendling
2013-03-21
Further weaken block conversion rules to permit blocks with
John McCall
2013-03-18
documentation comment parsing. Added couple of
Fariborz Jahanian
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-15
Enhance -Wtautological-constant-out-of-range-compare to include the name of t...
Ted Kremenek
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-07
HeaderDoc: Support more of HeaderDoc documentation
Fariborz Jahanian
[next]