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
/
SemaCXX
Age
Commit message (
Expand
)
Author
2013-04-04
Fix linkage related crash.
Rafael Espindola
2013-04-04
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-04-03
Complain about attempts to befriend declarations via a using
John McCall
2013-04-03
Give the default CorrectionCandidateCallback::ValidateCandidate some
Kaelyn Uhrain
2013-04-02
Moved fallthrough regression test to switch-implicit-fallthrough.cpp.
Alexander Kornienko
2013-04-02
Fixed "fallthrough annotation does not directly precede switch label" warning in
Alexander Kornienko
2013-04-01
PR15633: Note that we are EnteringContext when parsing the nested name
Richard Smith
2013-03-29
Don't special case one line extern "C" decls.
Rafael Espindola
2013-03-28
[ms-cxxabi] Add more tests for r178297
Reid Kleckner
2013-03-28
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2013-03-28
Provide a fixit to static_cast for reinterpret_casts within a class hierarchy.
Jordan Rose
2013-03-28
For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a
Richard Smith
2013-03-28
Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic ...
Richard Smith
2013-03-28
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-27
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-27
PR15597: Fix a confusion between the implicit exception specification and the
Richard Smith
2013-03-27
Make the -Wreinterpret-base-class logic safe against invalid
John McCall
2013-03-26
<rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...
Douglas Gregor
2013-03-26
Handle CXXOperatorCallExpr when checking self referrnce during initialization of
Richard Trieu
2013-03-25
<rdar://problem/13185264> Don't crash when attempting to redundantly initiali...
Douglas Gregor
2013-03-22
Warn about attempts to reinterpret_cast between two types that are
John McCall
2013-03-22
Fix a crash-on-valid where a block capture copy expression was
John McCall
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-14
Diagnose about extern "C" functions returning c++ objects
Fariborz Jahanian
2013-03-12
Add an interesting testcase we already handle correctly.
Rafael Espindola
2013-03-12
Move the extern "C" sema tests to a new file.
Rafael Espindola
2013-03-12
We already reported an error for
Rafael Espindola
2013-03-12
Error if an extern C declaration matches a previous hidden extern C declaration.
Rafael Espindola
2013-03-07
When possible, move __block variables to the heap rather than copying them.
Douglas Gregor
2013-03-05
Add quotation marks to template names in diagnostics.
David Blaikie
2013-03-04
Perform non-overload placeholder conversions on the operands
John McCall
2013-03-02
Process #pragma weak only after we know the linkage of the function or variable
Rafael Espindola
2013-02-26
Fix initializer for variables with attribute address_space set.
Matt Arsenault
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-02-26
Update tests to do a full match against printed C++11 attributes.
Michael Han
2013-02-25
Fix empty declaration printing.
Michael Han
2013-02-24
Add the testcase from PR13573, this used to crash.
Benjamin Kramer
2013-02-23
Remove the hack that avoided mangling static functions in extern C contexts.
Rafael Espindola
2013-02-22
Make sure pragmas don't attach visibility attributes to auto variables with
Rafael Espindola
2013-02-22
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
Fix MergeFunctionDecl implicit CC for static methods.
Timur Iskhodzhanov
2013-02-22
Handle alignas(foo...) pack expansions.
Richard Smith
2013-02-22
Teach -ast-print how to print trailing-return-types.
Richard Smith
2013-02-21
Fix typo 'with with' in diagnostic.
Richard Smith
2013-02-16
Don't warn on conversion from NULL to nullptr_t
David Blaikie
2013-02-15
When a statement is dropped from the AST because it was invalid, make sure
Argyrios Kyrtzidis
2013-02-14
Partially revert r175117 so that we don't break assumptions about how
Rafael Espindola
2013-02-14
merge hasCLanguageLinkage and isExternC. Keep the shorter name.
Rafael Espindola
[prev]
[next]