summaryrefslogtreecommitdiffstats
path: root/clang/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the following redefinition errors submitted by Keith Bauer...Steve Naroff2007-08-301-21/+37
* Change EnumDecl to store its corresponding integer type Chris Lattner2007-08-281-18/+1
* constify some stuffChris Lattner2007-08-271-2/+2
* implement sizeof(enum x), patch inspired by Keith Bauer.Chris Lattner2007-08-271-7/+26
* Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType().Steve Naroff2007-08-271-3/+9
* Tweak a comment and assert.Steve Naroff2007-08-271-5/+6
* Replaced ASTContext::maxComplexType() with ASTContext::getFloatingTypeOfSizeW...Steve Naroff2007-08-271-21/+21
* Add initial support for constant CFStrings.Anders Carlsson2007-08-171-0/+29
* Add comments to getTypeOfExpr/getTypeOfType.Steve Naroff2007-08-011-4/+16
* Two typeof() related changes...Steve Naroff2007-08-011-1/+1
* Add parsing and AST support for GNU "typeof".Steve Naroff2007-07-311-0/+12
* fix bogus warnings about potentially uninit vars Size and Align.Chris Lattner2007-07-231-8/+8
* Fix a valgrind error noticed by Benoit BoissinotChris Lattner2007-07-201-1/+1
* fix a nasty bug Owen noticed in a gcc warning.Chris Lattner2007-07-201-4/+4
* implement size/alignment analysis for arrays and vectors. This gets carbon.h...Chris Lattner2007-07-191-4/+22
* implement sizeof/alignof support for structs, unions and complex.Chris Lattner2007-07-181-6/+28
* First round of extended vector support. Here is an overview...Steve Naroff2007-07-181-8/+37
* initial layout support for structures and unions. This isn't actuallyChris Lattner2007-07-181-0/+70
* teach -stats about new typesChris Lattner2007-07-181-0/+8
* don't let builtin-type handling code fall into pointer handling codeChris Lattner2007-07-151-0/+1
* A significant refactoring of the type size stuff to also Chris Lattner2007-07-141-43/+19
* Use target info to decide the sizes of basic types.Chris Lattner2007-07-131-29/+30
* Add missing citation.Chris Lattner2007-07-131-1/+2
* Move getSize() out of type, into ASTContext, where it has target info, andChris Lattner2007-07-131-0/+53
* Implement codegen for + and - with pointers. Patch contributed by Chris Lattner2007-07-131-0/+8
* Bug #:Steve Naroff2007-07-061-0/+33
* Split complex types out from being members of BuiltinType to being their ownChris Lattner2007-06-221-24/+46
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-8/+6
* Type::isSignedInteger() and isUnsignedInteger() did not properly account forChris Lattner2007-06-031-3/+10
* Bug #:Bill Wendling2007-05-271-1/+33
* Implement a fixmeChris Lattner2007-05-241-1/+0
* silence a bunch of warnings, fix some funky indentation.Chris Lattner2007-05-241-3/+4
* Bug #:Steve Naroff2007-05-231-0/+4
* add ASTContext::getIntegerBitwidth method.Chris Lattner2007-05-201-28/+56
* Bug #:Steve Naroff2007-04-271-4/+3
* Bug #:Steve Naroff2007-04-271-57/+57
* Bug #:Steve Naroff2007-04-271-0/+113
* Bug #:Steve Naroff2007-04-051-32/+32
* Bug #:Steve Naroff2007-04-051-10/+8
* Bug #:Steve Naroff2007-04-021-2/+2
* Bug #:Steve Naroff2007-04-021-0/+8
* Unnest assignment to make the code more clearChris Lattner2007-03-261-4/+6
* Bug #:Steve Naroff2007-03-231-2/+2
* Bug #:Steve Naroff2007-03-161-1/+2
* Bug #:Steve Naroff2007-03-141-4/+2
* Make Sema's use of the preprocessor explicit (rather than assumeSteve Naroff2007-02-281-6/+0
* Added isa<> support for Statements and Expressions. This involved:Steve Naroff2007-02-261-2/+2
* Add support for target-specific builtins, including detecting nonportabilityChris Lattner2007-01-291-2/+1
* Add support for target-independent builtin functions (like __builtin_abs),Chris Lattner2007-01-281-0/+2
* Eliminate the last of the slow lookups, by making non-prototyped function typesChris Lattner2007-01-271-12/+19
OpenPOWER on IntegriCloud