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
/
SemaExpr.cpp
Age
Commit message (
Expand
)
Author
2012-04-28
Rename isPODType (using the C++98 rules) into isCXX98PODType and make isPODTy...
Benjamin Kramer
2012-04-19
PR 12586: Fix assert while running libc++ testsuite: deal with exception
Richard Smith
2012-04-18
VerifyICE: Pass PartialDiagnostics by reference.
Benjamin Kramer
2012-04-17
Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.
Richard Smith
2012-04-16
objective-c modern translator: buildit objc bool
Fariborz Jahanian
2012-04-13
When we're flagging a protected scope to prevent jumps into the
John McCall
2012-04-12
objective-c literals: Issue warning and ignore
Fariborz Jahanian
2012-04-12
Compute standard conversion sequences for conversions to atomic
Douglas Gregor
2012-04-12
objective-c numeric literal: type of boolean is
Fariborz Jahanian
2012-04-10
objective-c: remove IsConstProperty as it does not
Fariborz Jahanian
2012-04-10
objective-c: add an assertion for property
Fariborz Jahanian
2012-04-09
Fix bugs found by -Wconstant-conversion improvements currently under review.
David Blaikie
2012-04-06
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-04-06
Fix a Sema invariant bug that I recently introduced involving
John McCall
2012-04-05
Properly implement the C rules for composite types for qualified pointers in ...
Eli Friedman
2012-04-04
Enter an expression evaluation context when parsing
John McCall
2012-04-04
Remove dead assignment to local variable.
Ted Kremenek
2012-04-02
Finish PR10217: Ensure we say that a special member was implicitly, not
Richard Smith
2012-03-30
PR10217: Provide diagnostics explaining why an implicitly-deleted special
Richard Smith
2012-03-30
Forbid the block and lambda copy-capture of __autoreleasing variables
John McCall
2012-03-28
objective-c: Improve diagnostics and
Fariborz Jahanian
2012-03-13
Alternate fix to PR12248: put Sema in charge of special-casing
John McCall
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-09
[AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart().
Daniel Dunbar
2012-03-09
Support for raw and template forms of numeric user-defined literals,
Richard Smith
2012-03-09
[AST] Reduce Decl::getASTContext() calls.
Daniel Dunbar
2012-03-08
Don't crash when a statement in a block is ill-formed but
John McCall
2012-03-08
Add support for cooked forms of user-defined-integer-literal and
Richard Smith
2012-03-08
User-defined literal support for character literals.
Richard Smith
2012-03-07
AST representation for user-defined literals, plus just enough of semantic
Richard Smith
2012-03-07
objective-c lldb support: don't perform ivar access control check
Fariborz Jahanian
2012-03-06
Cleanup (style). Thanks to Argyrios for catching
Sean Callanan
2012-03-06
Extended the UnknownAnyTy resolver to handle
Sean Callanan
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
Undo patch for // rdar://10735698
Fariborz Jahanian
2012-03-05
patch to optionally warn for block implementations without explicit
Fariborz Jahanian
2012-03-02
Add -Wstring-plus-int, which warns on "str" + int and int + "str".
Nico Weber
2012-03-02
Change diagnostic test for my last patch.
Fariborz Jahanian
2012-03-02
Ensure that we instantiate static reference data members of class templates
Richard Smith
2012-03-01
c/objc: problem originally reported as an objective-c bug.
Fariborz Jahanian
2012-03-01
Fix the isReferenced bit on parameters in a couple of edge cases. PR12153.
Eli Friedman
2012-02-29
Fix a couple -Wuninitialized warnings from gcc. Reported by David Greene.
Eli Friedman
2012-02-29
A couple minor bug-fixes for template instantiation for expressions which are...
Eli Friedman
2012-02-29
Make the odr-use logic work correctly for constant-expressions. PR12006.
Eli Friedman
2012-02-27
Convert initializer lists to temporaries in CreateBuiltinBinOp. Allows assign...
Sebastian Redl
2012-02-26
Make sure we don't try to produce a definition of an implicitly-deleted function
Richard Smith
2012-02-25
ArrayRef'ize various functions in the AST/Parser/Sema.
Ahmed Charles
2012-02-25
Improve the diagnostic in ARC mode when a conditional with an Objective-C typ...
Eli Friedman
2012-02-24
Implement C++11 [over.match.copy]p1b2, which allows the use of
Douglas Gregor
[prev]
[next]