summaryrefslogtreecommitdiff
path: root/include/clang/AST/StmtObjC.h
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Constify the ASTContext& passed to Stmt creation functions. Also constify the...Craig Topper2013-08-22
* Revert accidental commit.Craig Topper2013-08-21
* Replace avx-512 with avx512f to match llvm side and what gcc patches appear t...Craig Topper2013-08-21
* Revert r188756 because some other changes snuck in with it.Craig Topper2013-08-20
* Add AVX-512 feature flag and knl cpu to clang.Craig Topper2013-08-20
* Fix for PR12222.Erik Verbruggen2012-12-25
* Remove pointless classof()'s.Sean Silva2012-10-11
* Ongoing documentation cleanup: fixed Doxygen markup errors, added \briefJames Dennett2012-06-15
* More doxygen/documentation cleanups.James Dennett2012-06-13
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-09
* Automatic Reference Counting.John McCall2011-06-15
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-09
* Make the static type of the exception variable in an Objective-CDouglas Gregor2010-04-26
* Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor2010-04-23
* Remove the AST statistics tracking I added yesterday; it didn't pan out.Douglas Gregor2010-03-31
* Introduce new AST statistics that keep track of the number of isa (orDouglas Gregor2010-03-30
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Remove a bunch of unused constructorsAnders Carlsson2009-05-26
* Add PCH read/write support for ObjC statements.Steve Naroff2009-04-26
* split ObjC and C++ Statements out into their own headers.Chris Lattner2009-04-26