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