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-02-21
Teach serialized diagnostics about notes without locations.
Ted Kremenek
2013-02-21
Correct spelling of 'enumerator'.
David Blaikie
2013-02-21
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
PR15311: Finish implementation of the suggested resolution of core issue 1488,
Richard Smith
2013-02-20
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-19
PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
2013-02-19
[modules] Refactor code from ASTReader::makeModuleVisible() into a new function,
Argyrios Kyrtzidis
2013-02-19
Add support for -fvisibility-ms-compat.
John McCall
2013-02-17
Documentation: use \brief and don't duplicate the name of the declared entity
James Dennett
2013-02-17
Documentation cleanup: fix a typo ("////" for "///") and suppress Doxygen's
James Dennett
2013-02-16
Documentation cleanup: use \brief, and don't repeat the identifier being
James Dennett
2013-02-14
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-02-12
Diagnose loads of 'half' l-values in OpenCL.
John McCall
2013-02-10
objective-C: Fixes a bogus warning due to not setting
Fariborz Jahanian
2013-02-09
Remove unreachable statement
Dmitri Gribenko
2013-02-09
QoI: -Wreadonly-iboutlet-property should have the warning's location on the p...
Ted Kremenek
2013-02-09
Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).
Jordan Rose
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
Pull Lexer's CharInfo table out for general use throughout Clang.
Jordan Rose
2013-02-07
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-06
Detect when we end up trying to load conflicting module files.
Douglas Gregor
2013-02-02
PR15132: Replace "address expression must be an lvalue or a function
Richard Smith
2013-02-01
Fix diagnostic for bad alignas use: it can't be applied to functions.
Richard Smith
2013-02-01
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-02-01
Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Richard Smith
2013-02-01
[Sema][Attr]Fix alignment attribute printing.
Michael Han
2013-01-31
Add support for AArch64 target.
Tim Northover
2013-01-31
Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
2013-01-31
Replace "failed template argument deduction" diagnostic with something useful
Richard Smith
2013-01-31
Clarify the diagnostic for -Wnested-anon-types.
Richard Smith
2013-01-30
Add OpenCL error that a kernel function must have void return type. Includes ...
Tanya Lattner
2013-01-30
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
2013-01-30
Provide a fixit for constexpr non-static data members.
David Blaikie
2013-01-29
[ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
Chad Rosier
2013-01-29
Move -Wstatic-float-init fixit into a note & don't recover as if constexpr
David Blaikie
2013-01-29
Add a diagnostic for an OpenCL kernel with a pointer pointer argument.
Joey Gouly
2013-01-29
Produce a diagnostic if alignas is applied to an expression. Neither C11 nor
Richard Smith
2013-01-29
Downgrade 'attribute ignored when parsing type' from error to warning, to match
Richard Smith
2013-01-29
Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.
Richard Smith
2013-01-29
Treat alignas and _Alignas as keyword attributes. This allows us to
Richard Smith
2013-01-29
Actually remove the hack which was blocking the Borland-style attributes from
Richard Smith
2013-01-29
Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled
Richard Smith
2013-01-29
Abstract the behavior of when to use base-class tail padding.
John McCall
2013-01-28
Finish semantic analysis for [[carries_dependency]] attribute.
Richard Smith
2013-01-28
Undo my re-wording of the "ARC forbids Objective-C objects in ..."
Douglas Gregor
2013-01-28
Forbid the use of objects in unions in Objective-C++ ARC. Fixes
Douglas Gregor
2013-01-28
Back out r173689. It doesn't matter when we're building with Clang anyway.
Douglas Gregor
[prev]
[next]