summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/StmtObjC.h
Commit message (Expand)AuthorAgeFilesLines
* [ast] Put the Stmt hierarchy on a diet for 64 bit targets.Benjamin Kramer2015-04-021-10/+11
* [C++11] Use 'nullptr'Craig Topper2014-05-061-3/+3
* Constify the ASTContext& passed to Stmt creation functions. Also constify the...Craig Topper2013-08-221-5/+4
* Revert accidental commit.Craig Topper2013-08-211-4/+5
* Replace avx-512 with avx512f to match llvm side and what gcc patches appear t...Craig Topper2013-08-211-5/+4
* Revert r188756 because some other changes snuck in with it.Craig Topper2013-08-201-4/+5
* Add AVX-512 feature flag and knl cpu to clang.Craig Topper2013-08-201-5/+4
* Fix for PR12222.Erik Verbruggen2012-12-251-18/+19
* Remove pointless classof()'s.Sean Silva2012-10-111-7/+0
* Ongoing documentation cleanup: fixed Doxygen markup errors, added \briefJames Dennett2012-06-151-23/+23
* More doxygen/documentation cleanups.James Dennett2012-06-131-8/+8
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-091-7/+8
* Automatic Reference Counting.John McCall2011-06-151-0/+33
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-091-18/+21
* Make the static type of the exception variable in an Objective-CDouglas Gregor2010-04-261-5/+5
* Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor2010-04-231-45/+82
* Remove the AST statistics tracking I added yesterday; it didn't pan out.Douglas Gregor2010-03-311-8/+0
* Introduce new AST statistics that keep track of the number of isa (orDouglas Gregor2010-03-301-0/+8
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-95/+95
* Remove a bunch of unused constructorsAnders Carlsson2009-05-261-4/+0
* Add PCH read/write support for ObjC statements.Steve Naroff2009-04-261-3/+48
* split ObjC and C++ Statements out into their own headers.Chris Lattner2009-04-261-0/+266