summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAge
...
* C. Compare vector sizes using their raw element size instead ofFariborz Jahanian2014-03-06
* [C++11] Work around an incompatibility between llvm::tie and std::tie.Benjamin Kramer2014-03-02
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* Add a -Wclass-varargs to warn on objects of any class type being passed throu...Richard Smith2014-02-28
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-26
* OpenCL: fix for the restriction on pointers to functions.Pekka Jaaskelainen2014-02-20
* Tighten lax vector-conversion rules and enforce them consistently.John McCall2014-02-04
* Tidy up and reduce some comment redundancy.Richard Smith2014-02-03
* Apply the typo correction replacement location fix from r191450 to theKaelyn Uhrain2014-01-28
* Rename getResultLoc() tooAlp Toker2014-01-25
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Enforce restrictions that 'main' is not allowed to be deleted, or to be used byRichard Smith2014-01-22
* Fix regression in r197623: only diagnose a by-copy capture of an incompleteRichard Smith2014-01-21
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-21
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* PR18551: accepts invalid strong enum to bool when operator! is usedAlp Toker2014-01-20
* Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""David Majnemer2014-01-17
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-14
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-11
* In areVectorOperandsLaxBitCastable() allow bitcast between a vector and scalar.Argyrios Kyrtzidis2014-01-09
* For areVectorOperandsLaxBitCastable(), only return false if both opearands ar...Argyrios Kyrtzidis2014-01-07
* [Sema] When checking if a bitcast is appropriate between vector types, take intoArgyrios Kyrtzidis2014-01-04
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-03
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01
* [OpenCL] Produce an error, instead of a warning, for sizeof(void) in OpenCL.Joey Gouly2013-12-31
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-19
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-18
* Require the type of a by-copy capture to be complete before creating its field.Douglas Gregor2013-12-18
* Objective-C. After providing a fix-it for aFariborz Jahanian2013-12-18
* Objective-C. Make diagnostics and fix-its consistent Fariborz Jahanian2013-12-17
* ObjectiveC. Further improvements of useFariborz Jahanian2013-12-16
* Suppress -Wshadow / -Wold-style-cast expanded from system header macrosAlp Toker2013-12-12
* Add front-end infrastructure now address space casts are in LLVM IR.David Tweed2013-12-11
* Objective-C. Provide fixit's for objc_bride_relatedFariborz Jahanian2013-12-10
* Implement DR1460: fix handling of default initializers in unions; don't allowRichard Smith2013-12-10
* ObjectiveC. Continuing implementation of objc_bridge_relatedFariborz Jahanian2013-12-07
* Fix code typos spotted while working on type traitsAlp Toker2013-12-06
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-05
* Fix init-captures for generic lambdas.Faisal Vali2013-12-05
* Remove a whole lot of unused variablesAlp Toker2013-11-27
* Implement -Wold-style-castAlp Toker2013-11-27
* PR10837: Warn if a null pointer constant is formed by a zero integer constantRichard Smith2013-11-21
* Refine 'deprecated' checking for Objective-C classes/methods.Ted Kremenek2013-11-20
* Revert r194540, it breaks various C++ programs.Joerg Sonnenberger2013-11-19
* [OpenCL] Make sure we put string literals in the constant address space.Joey Gouly2013-11-14
* PR10837: Warn if a null pointer constant is formed by a zero integer constantRichard Smith2013-11-13
* Add parens for || in && in assert. No functionality change.Benjamin Kramer2013-11-07
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-07
* [-fms-extensions] Add support for __FUNCDNAME__David Majnemer2013-11-06
* Change the other -Wtautological-compare warnings to not trigger in templateRichard Trieu2013-11-02