summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-071-1/+1
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-071-5/+3
* [C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...Aaron Ballman2014-03-071-6/+5
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-6/+3
* C. Compare vector sizes using their raw element size instead ofFariborz Jahanian2014-03-061-42/+45
* [C++11] Work around an incompatibility between llvm::tie and std::tie.Benjamin Kramer2014-03-021-2/+4
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-2/+2
* Add a -Wclass-varargs to warn on objects of any class type being passed throu...Richard Smith2014-02-281-4/+10
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-261-4/+16
* OpenCL: fix for the restriction on pointers to functions.Pekka Jaaskelainen2014-02-201-3/+33
* Tighten lax vector-conversion rules and enforce them consistently.John McCall2014-02-041-97/+114
* Tidy up and reduce some comment redundancy.Richard Smith2014-02-031-34/+29
* Apply the typo correction replacement location fix from r191450 to theKaelyn Uhrain2014-01-281-3/+5
* Rename getResultLoc() tooAlp Toker2014-01-251-1/+1
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-18/+17
* Enforce restrictions that 'main' is not allowed to be deleted, or to be used byRichard Smith2014-01-221-1/+6
* Fix regression in r197623: only diagnose a by-copy capture of an incompleteRichard Smith2014-01-211-12/+12
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-211-51/+45
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-18/+18
* PR18551: accepts invalid strong enum to bool when operator! is usedAlp Toker2014-01-201-1/+1
* Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""David Majnemer2014-01-171-4/+12
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-3/+3
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-111-0/+15
* In areVectorOperandsLaxBitCastable() allow bitcast between a vector and scalar.Argyrios Kyrtzidis2014-01-091-8/+16
* For areVectorOperandsLaxBitCastable(), only return false if both opearands ar...Argyrios Kyrtzidis2014-01-071-14/+18
* [Sema] When checking if a bitcast is appropriate between vector types, take intoArgyrios Kyrtzidis2014-01-041-2/+37
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-031-9/+1
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-1/+1
* [OpenCL] Produce an error, instead of a warning, for sizeof(void) in OpenCL.Joey Gouly2013-12-311-2/+5
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-191-1/+1
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-25/+9
* Require the type of a by-copy capture to be complete before creating its field.Douglas Gregor2013-12-181-0/+9
* Objective-C. After providing a fix-it for aFariborz Jahanian2013-12-181-20/+15
* Objective-C. Make diagnostics and fix-its consistent Fariborz Jahanian2013-12-171-11/+12
* ObjectiveC. Further improvements of useFariborz Jahanian2013-12-161-6/+7
* Suppress -Wshadow / -Wold-style-cast expanded from system header macrosAlp Toker2013-12-121-3/+3
* Add front-end infrastructure now address space casts are in LLVM IR.David Tweed2013-12-111-3/+12
* Objective-C. Provide fixit's for objc_bride_relatedFariborz Jahanian2013-12-101-2/+2
* Implement DR1460: fix handling of default initializers in unions; don't allowRichard Smith2013-12-101-14/+12
* ObjectiveC. Continuing implementation of objc_bridge_relatedFariborz Jahanian2013-12-071-0/+6
* Fix code typos spotted while working on type traitsAlp Toker2013-12-061-1/+1
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-2/+2
* Fix init-captures for generic lambdas.Faisal Vali2013-12-051-1/+2
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+0
* Implement -Wold-style-castAlp Toker2013-11-271-0/+4
* PR10837: Warn if a null pointer constant is formed by a zero integer constantRichard Smith2013-11-211-6/+8
* Refine 'deprecated' checking for Objective-C classes/methods.Ted Kremenek2013-11-201-1/+2
* Revert r194540, it breaks various C++ programs.Joerg Sonnenberger2013-11-191-11/+2
* [OpenCL] Make sure we put string literals in the constant address space.Joey Gouly2013-11-141-0/+5
* PR10837: Warn if a null pointer constant is formed by a zero integer constantRichard Smith2013-11-131-2/+11
OpenPOWER on IntegriCloud