index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
Age
Commit message (
Expand
)
Author
2013-02-14
When marking derived classes' virtual methods ODR-used in order to trigger
Nick Lewycky
2013-02-12
The meat of this patch is in BuildCXXMemberCalLExpr where we make it use
Nick Lewycky
2013-02-12
Perform placeholder conversions on the controller of a _Generic
John McCall
2013-02-12
Diagnose loads of 'half' l-values in OpenCL.
John McCall
2013-02-11
[Modules] Cope better with top-level declarations loaded after being declared...
Douglas Gregor
2013-02-10
objective-C: Fixes a bogus warning due to not setting
Fariborz Jahanian
2013-02-09
Remove some stray uses of <ctype.h> functions.
Jordan Rose
2013-02-09
QoI: -Wreadonly-iboutlet-property should have the warning's location on the p...
Ted Kremenek
2013-02-08
objective-C: don't issue bogus warning about
Fariborz Jahanian
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-07
Retain all hidden methods in the global method pool, because they may become ...
Douglas Gregor
2013-02-07
Enable overloading of OpenCL events - this is needed for the overloaded OpenC...
Guy Benyei
2013-02-07
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
Apply the pure-virtual odr rule to other constructs which can call overloaded
Nick Lewycky
2013-02-07
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
Richard Smith
2013-02-07
-Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...
Alexander Kornienko
2013-02-06
Don't check whether a friend declaration is correctly formed when instantiating,
Nick Lewycky
2013-02-06
Use a dyn_cast to avoid a crash when the TypeLoc is not a ConstantArrayTypeLoc.
Chad Rosier
2013-02-05
Test for virtual instead of pure here. It has the exact same effect, and John
Nick Lewycky
2013-02-05
PR15095: Use more correct source locations for the InitListExpr we fake up for
Richard Smith
2013-02-05
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2013-02-02
PR15132: Replace "address expression must be an lvalue or a function
Richard Smith
2013-02-02
Don't forget to run destructors when we create an array temporary of class type.
Richard Smith
2013-02-02
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-01
objc: Provide correct fixit instruction when two mismatched
Fariborz Jahanian
2013-02-01
For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
2013-02-01
Fixed segmentation fault when a CFGBlock has NULL successor.
Alexander Kornienko
2013-02-01
Fix PR14881 by implementing conversion rules between int and complex int.
Bill Schmidt
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
Don't do delayed exception-specification checking on an invalid
Douglas Gregor
2013-02-01
[Sema][Attr]Fix alignment attribute printing.
Michael Han
2013-01-31
Added outer template parameter lists to friend type AST nodes.
Enea Zaffanella
2013-01-31
Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
2013-01-31
When code completing in a statement, parenthesized expression, or
Douglas Gregor
2013-01-31
Allow the computation of the base priority for a declaration code completion ...
Douglas Gregor
2013-01-31
Replace "failed template argument deduction" diagnostic with something useful
Richard Smith
2013-01-31
Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
2013-01-31
Fix grammar in comment.
Nick Lewycky
2013-01-31
Clarify the diagnostic for -Wnested-anon-types.
Richard Smith
2013-01-31
Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove
Nick Lewycky
2013-01-31
Fix unused variable warnings in -asserts build
Matt Beaumont-Gay
2013-01-30
Add OpenCL error that a kernel function must have void return type. Includes ...
Tanya Lattner
2013-01-30
Hoist retrieval of Expr* into caller. No functionality change.
Ted Kremenek
2013-01-30
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
Also promote fp16 types to double when they're anonymous variadic arguments.
Tim Northover
2013-01-30
Add "instancetype" as a code completion result for the return type of
Douglas Gregor
2013-01-30
The instance methods of the root class of an Objective-C hieararchy
Douglas Gregor
2013-01-30
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
[prev]
[next]