summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve the fix-its for -Wparentheses to ensure that the fix-itDouglas Gregor2010-01-081-2/+26
* Add an "implicit" bit to CXXThisExpr, so that we can trackDouglas Gregor2010-01-071-3/+10
* Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor2010-01-071-1/+13
* Disallow captured arrays in blocks as well. Radar 7438948.Mike Stump2010-01-051-0/+6
* Disallow capturing vlas inside blocks.Mike Stump2010-01-051-0/+6
* Move the -Wsign-compare logic into SemaChecking.cpp.John McCall2010-01-041-78/+0
* -Wsign-compare shouldn't warn when the signed operand is a conditional operatorJohn McCall2010-01-041-20/+24
* Implement typo correction for a variety of Objective-C-specificDouglas Gregor2010-01-031-0/+38
* Fix minor oversight for increment/decrement of complex int. Add tests forEli Friedman2010-01-031-1/+1
* When typo correction for an id-expression finds a type (or Objective-CDouglas Gregor2010-01-011-12/+32
* Typo correction for member access into classes/structs/unions, e.g.,Douglas Gregor2009-12-311-1/+18
* Implement typo correction for id-expressions, e.g.,Douglas Gregor2009-12-311-15/+39
* fix PR5917, L'x' was getting the wrong type in c++ mode. PerChris Lattner2009-12-301-2/+8
* Don't look through casts when looking for the underlying decl for a functionEli Friedman2009-12-261-1/+1
* Remove some dead variables clang-analyzer found.Benjamin Kramer2009-12-251-1/+0
* Add test case for PR5868, and improve location information slightly for impli...Douglas Gregor2009-12-241-1/+1
* InitializationSequence handles binding to temporaries, so thatDouglas Gregor2009-12-241-3/+0
* Fix the clang-on-clang build: APFloat reports underflow whenever we get aJohn McCall2009-12-241-1/+5
* Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641John McCall2009-12-241-3/+21
* When we see a CXXDefaultArgExpr during template instantiation, rebuildDouglas Gregor2009-12-231-2/+2
* When using a default function argument for a function template (orDouglas Gregor2009-12-231-3/+18
* Switch parameter-passing for calls via function pointers (where weDouglas Gregor2009-12-221-15/+16
* Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ...Douglas Gregor2009-12-221-5/+2
* Switch initialization of parameters in a call over toDouglas Gregor2009-12-221-2/+14
* Switch compound literals over to InitializationSequence.Eli Friedman2009-12-221-2/+9
* Centralize the emission/suppression/delay of diagnostics describing runtime b...Douglas Gregor2009-12-221-59/+51
* Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...Douglas Gregor2009-12-221-1/+1
* Allow comparison of 'void *' with function pointer Fariborz Jahanian2009-12-211-1/+12
* Unresolved implicit member accesses are dependent if the object type is depen...John McCall2009-12-191-0/+1
* When diagnosing that a decl ref expr is not a value, note the declarationJohn McCall2009-12-181-1/+1
* Shift things around so that it's easier to recover from a missingJohn McCall2009-12-161-163/+53
* Introduce a centralized routine in Sema for diagnosing failed lookups (whenJohn McCall2009-12-161-11/+67
* Fix semantic diagnostics that embed English works, from Nicola Gigante!Douglas Gregor2009-12-161-7/+7
* Switch the C++ new expression over to InitializationSequence, ratherDouglas Gregor2009-12-161-4/+15
* Diagnose attempting to assign to a sub-structure of an ivarFariborz Jahanian2009-12-151-0/+3
* Fixes a code gen bug related to accessing a nowFariborz Jahanian2009-12-151-1/+3
* If a ParmVarDecl's default argument is a CXXExprWithTemporaries, return the u...Anders Carlsson2009-12-151-9/+2
* Support OpenCL 1.1 odd-length vector component accessors.Nate Begeman2009-12-151-9/+1
* Fix some diagnostic-related FIXMEs, from Nicola GiganteDouglas Gregor2009-12-151-4/+3
* Fix a COVTCTII (crash-on-valid-that-clang-thinks-is-invalid, duh),Daniel Dunbar2009-12-151-1/+1
* When certain diagnostics involving run-time behavior would be emittedDouglas Gregor2009-12-121-13/+30
* Suppress warnings and errors about certain uses of non-POD types (inDouglas Gregor2009-12-121-11/+48
* Move composite type finding of two objective-c expressions Fariborz Jahanian2009-12-101-118/+137
* Codegen. support for ObjCIsaExpr AST which until nowFariborz Jahanian2009-12-091-3/+3
* Handle unresolved using decls in bare lookups. These are not being adequatelyJohn McCall2009-12-081-3/+3
* Refactor objective-c pointer assignment compatibility logic. NoFariborz Jahanian2009-12-081-17/+24
* DeclRefExpr stores a ValueDecl internally.John McCall2009-12-081-1/+1
* Patch to warn when discarding objective-c pointer type qualifiersFariborz Jahanian2009-12-081-0/+10
* Recover from dot accesses to record pointers and arrow accesses to records.John McCall2009-12-071-3/+32
* Add the BlockDecl to the DeclContext.Ted Kremenek2009-12-071-0/+1
OpenPOWER on IntegriCloud