summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaChecking.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Since the enum values for each arch's builtins overlap, it is not appropriate...Nate Begeman2010-06-081-4/+33
* Extend __builtin_shufflevector to expose the full power of the llvm shuffleve...Nate Begeman2010-06-081-28/+38
* Preserve more information from a block's original function declarator, if oneJohn McCall2010-06-041-1/+1
* Tell the string literal parser when it's not permitted to emitDouglas Gregor2010-05-261-2/+3
* Rearchitect -Wconversion and -Wsign-compare. Instead of computing themJohn McCall2010-05-061-130/+256
* optimize builtin_isnan/isinf to not do an extraneous extension fromChris Lattner2010-05-061-1/+14
* Add FunctionDecl::isVariadic() to match BlockDecl::isVariadic() and ObjCMetho...Ted Kremenek2010-04-291-8/+3
* Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor2010-04-281-0/+4
* Actually produce base paths for CastExprs of kind CK_DerivedToBase.Anders Carlsson2010-04-241-1/+2
* isValue is set to false by default.Anders Carlsson2010-04-241-2/+1
* Add an InheritancePath parameter to the ImplicitCastExpr constructor.Anders Carlsson2010-04-231-1/+2
* Remove the argument number from the constant integer diagnostic.Eric Christopher2010-04-191-1/+1
* Consolidate most of the integer constant expression builtin requirementEric Christopher2010-04-171-68/+50
* Collapse the three separate initialization paths inDouglas Gregor2010-04-161-3/+1
* Expand the argument diagnostics for too many arguments and giveEric Christopher2010-04-161-6/+11
* Expand argument diagnostic for too few arguments to give the numberEric Christopher2010-04-161-11/+19
* Teach -Wsign-compare to treat 1 << blah as "idiomatically non-negative".John McCall2010-04-071-0/+11
* Do not mark the destructor of a function parameter's type. Fixes PR6709.Douglas Gregor2010-03-261-4/+0
* Remove support for nand atomic builtins. They are inconsistently implemented inDaniel Dunbar2010-03-251-15/+9
* Fix two bugs in format-string checking:Ted Kremenek2010-03-251-19/+17
* Refactor CFG-based warnings in Sema to be run by a worked object called Analy...Ted Kremenek2010-03-201-274/+0
* Promote enum types during -Wsign-compare. Fixes some spurious warnings,John McCall2010-03-191-0/+5
* Let SourceManager::getBufferData return StringRef instead of a pair of two co...Benjamin Kramer2010-03-161-5/+4
* Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor2010-03-161-2/+3
* Introduce a new BufferResult class to act as the return type ofDouglas Gregor2010-03-151-1/+4
* Warn about comparing an unsigned expression with 0 in tautological ways.John McCall2010-03-111-6/+39
* Keep an explicit stack of function and block scopes, each element ofDouglas Gregor2010-03-011-0/+1
* Fix crasher caused by setting a bit in a possibly empty bitvector whileTed Kremenek2010-02-271-1/+6
* For printf format string checking, add support for positional format strings.Ted Kremenek2010-02-271-20/+53
* For printf format string checking, move the tracking of the data argument ind...Ted Kremenek2010-02-261-28/+55
* Don't assert on compound assignment operators that operate in FP types whenJohn McCall2010-02-231-3/+15
* Move the rest of the unreachable code analysis from libSemaTed Kremenek2010-02-231-201/+14
* Simplify check for basic block with a CXXTryStmt terminator.Ted Kremenek2010-02-231-3/+2
* Start moving some of the logic for the unreachable code analysis out of libSemaTed Kremenek2010-02-231-46/+15
* Convert use of std::queue to llvm::SmallVector and fix buildbot.Ted Kremenek2010-02-231-30/+33
* Use SmallVectorImpl::iterator.Ted Kremenek2010-02-231-4/+2
* Simplify logic for determining values of 'ReturnsVoid' and 'HasNoReturn' flags.Ted Kremenek2010-02-231-9/+7
* Rename argument so the name reflects what it's doing.Benjamin Kramer2010-02-161-8/+9
* Refactor the logic for printf argument type-checking into analyze_printf::Arg...Ted Kremenek2010-02-161-100/+59
* Add Sema support for __builtin_fpclassify by extending the existing check for...Benjamin Kramer2010-02-151-9/+14
* Uncomment lines I never meant to have left commented in a commit.Ted Kremenek2010-02-111-3/+3
* Patch by Cristian Draghici:Ted Kremenek2010-02-111-2/+34
* Convert tabs to spaces.Ted Kremenek2010-02-101-12/+12
* Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247.Anders Carlsson2010-02-061-3/+4
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-1/+2
* Move ParseFormatString() and FormatStringHandler back into the analyze_printf...Ted Kremenek2010-02-041-8/+9
* Mark dtors for parameter variables and eliminate some redundant type munging.John McCall2010-02-021-2/+3
* Access control for implicit destructor calls. Diagnostic could be orders ofJohn McCall2010-02-021-0/+3
* In C++, an initializer on a variable doesn't necessarily mean it's the defini...Sebastian Redl2010-02-011-2/+1
* Use early return as suggested by Cristian Draghici.Ted Kremenek2010-02-011-12/+9
OpenPOWER on IntegriCloud