summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement semantic analysis and an AST representation for the namedDouglas Gregor2010-05-151-76/+105
* Recognize when the named return value optimization applies in aDouglas Gregor2010-05-151-45/+37
* Fixed DISABLE_SMART_POINTERS breakageDouglas Gregor2010-05-061-2/+4
* Rework our handling of temporary objects within the conditions ofDouglas Gregor2010-05-061-49/+37
* Refactor Objective-C @catch parameter checking by detangling it fromDouglas Gregor2010-04-261-17/+5
* Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor2010-04-231-10/+10
* Implement PR6845. We allow matching constraints to have differentChris Lattner2010-04-231-41/+60
* Template instantiation for the Objective-C "fast enumeration"Douglas Gregor2010-04-221-3/+6
* Template instantiation for Objective-C++ @synchronized statements.Douglas Gregor2010-04-221-1/+2
* Implement template instantiation for Objective-C++ @throw statements.Douglas Gregor2010-04-221-14/+24
* make our existing "switch on bool" warning work for C. SinceChris Lattner2010-04-161-1/+1
* Collapse the three separate initialization paths inDouglas Gregor2010-04-161-1/+5
* Devote a special diagnostic to the typoJohn McCall2010-04-061-0/+17
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-311-3/+3
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-311-3/+3
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-311-3/+3
* Propagate the "found declaration" (i.e. the using declaration instead ofJohn McCall2010-03-301-16/+25
* Add Support for 'warn_unused_result" attribute onFariborz Jahanian2010-03-301-1/+7
* Optimize PartialDiagnostic's memory-allocation behavior by placing aDouglas Gregor2010-03-291-1/+1
* Improve the unused-value check to look into comma expressions and filter outJohn McCall2010-03-121-4/+3
* Keep an explicit stack of function and block scopes, each element ofDouglas Gregor2010-03-011-4/+5
* Don't warn about case-value conversions from a negative value to aDouglas Gregor2010-03-011-7/+5
* Don't diagnose overflow in case statements when the conversion is aDouglas Gregor2010-02-181-3/+3
* For -Wswitch-enum warnings, be sure to look through typedefs of enumDouglas Gregor2010-02-171-1/+1
* When we have a dependent direct initializer but not a dependentDouglas Gregor2010-02-111-0/+9
* Warn when cases are missing from a switch on a value of enumerationDouglas Gregor2010-02-081-1/+87
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-1/+2
* Implement Doug's suggestion. Eliminate the Stmts pointer from CXXTryStmt and ...Sam Weinig2010-02-031-3/+3
* Remove the SmallVector from CXXTryStmt.Sam Weinig2010-02-031-1/+1
* Implement the lvalue-to-rvalue conversion where needed. TheDouglas Gregor2010-02-031-3/+3
* Really trivial patch to accept pointer to const void in indirect goto. DespiteChandler Carruth2010-01-311-3/+3
* Remove the SmallVectors from AsmStmt. Fixes PR6105.Anders Carlsson2010-01-301-3/+3
* Use IdentifierInfo * instead of std::string for the AsmStmt names.Anders Carlsson2010-01-301-3/+11
* Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers.Anders Carlsson2010-01-301-6/+3
* StringRef-ize the TargetInfo::ConstraintInfo constructor.Anders Carlsson2010-01-301-5/+2
* Get rid of another old PerformCopyInitialization call.Anders Carlsson2010-01-291-4/+12
* Implement instantiation of AsmStmts (Crazy, I know)Anders Carlsson2010-01-241-1/+5
* fix PR6034, a crash on invalid where the switch stack would get Chris Lattner2010-01-241-0/+10
* Give UnresolvedSet the ability to store access specifiers for each declaration.John McCall2010-01-201-2/+2
* Implement goto inside of blocks.Mike Stump2010-01-191-4/+0
* Remember if the AsmStmt came from Microsoft-style inline assembly code.Mike Stump2010-01-041-4/+5
* Remove some dead variables clang-analyzer found.Benjamin Kramer2009-12-251-1/+0
* Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ...Douglas Gregor2009-12-221-29/+1
* fix PR4010: add support for the warn_unused_result for function pointersNuno Lopes2009-12-201-1/+1
* Try to de-bork DISABLE_SMART_POINTERS buildDouglas Gregor2009-12-181-7/+7
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-6/+42
* Fix semantic diagnostics that embed English works, from Nicola Gigante!Douglas Gregor2009-12-161-3/+3
* ShouldDestroyTemporaries? I don't think so.Anders Carlsson2009-12-151-3/+3
* Fix a thinko where we weren't always performing unary conversions on the swit...Douglas Gregor2009-11-251-4/+4
* When the condition of a switch() statement is semantically invalid,Douglas Gregor2009-11-251-6/+7
OpenPOWER on IntegriCloud