summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement the lvalue-to-rvalue conversion where needed. TheDouglas Gregor2010-02-031-11/+38
* Extract a common base class between UnresolvedLookupExpr andJohn McCall2010-02-021-1/+1
* Diagnose binding a non-const reference to a vector element.Anders Carlsson2010-01-311-2/+1
* When naming a function template via a qualified-id (or any other wayDouglas Gregor2010-01-291-1/+1
* Implement access control for overloaded functions. Suppress access controlJohn McCall2010-01-271-5/+12
* Preserve access bits through overload resolution much better. SomeJohn McCall2010-01-261-19/+8
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-1/+1
* Create function, block, and template parameters in the context of theJohn McCall2010-01-221-1/+4
* Implement goto inside of blocks.Mike Stump2010-01-191-0/+20
* The type of a compound literal expression is not necessarily the same as theJohn McCall2010-01-191-2/+2
* Issue diagnostics (instead of crashing in code gen) when usingFariborz Jahanian2010-01-191-8/+2
* Preserve type source information in compound literal expressions.John McCall2010-01-181-14/+24
* Introduce a second queue of "local" pending implicit instantiation,Douglas Gregor2010-01-161-2/+9
* Don't lose type source information when rebuilding C-style cast expressions.John McCall2010-01-151-8/+18
* Preserve type source information in explicit cast expressions.John McCall2010-01-151-3/+5
* Don't repeat lookup when instantiating resolved member expressions.John McCall2010-01-151-14/+22
* Add an unreachable code checker.Mike Stump2010-01-131-1/+4
* When in objective-c methods, do the built-in name lookup afterFariborz Jahanian2010-01-121-5/+18
* Don't emit string-comparison or self-comparison warnings inDouglas Gregor2010-01-121-11/+13
* use DiagRuntimeBehavior to silence the div/rem by zero warning whenChris Lattner2010-01-121-2/+4
* implement PR6004, warning about divide and remainder by zero.Chris Lattner2010-01-121-14/+27
* Implement name lookup for conversion function template specializationsDouglas Gregor2010-01-111-3/+10
* Make Clang complain about taking the address of an unqualified member functio...Sebastian Redl2010-01-111-1/+16
* 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
OpenPOWER on IntegriCloud