- dd10e02 Remove a FIXME, allowing ++/-- on Complex types (a GCC extension). by Steve Naroff · 17 years ago
- 0471f5b finish off switch case overlap checking, adding support for by Chris Lattner · 17 years ago
- 6efc4d3 detect and diagnose empty case ranges: by Chris Lattner · 17 years ago
- f334850 fix a segfault in cases where there are no cases. by Chris Lattner · 17 years ago
- b2ec9d6 report duplicate case values. TODO: report duplicate/overlapping ranges. by Chris Lattner · 17 years ago
- f4021e7 start checking case values of switch stmts more closely. Emit overflow by Chris Lattner · 17 years ago
- f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
- 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
- 3cbc38b add sema support for complex integer types by Chris Lattner · 17 years ago
- 2324512 Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition by Ted Kremenek · 17 years ago
- 06de276 Added extra semantic checking to do basic detection of by Ted Kremenek · 17 years ago
- 9cdc4d3 Return true in case of error, which is what other functions do. by Anders Carlsson · 17 years ago
- 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
- e77fd3c by Steve Naroff · 17 years ago
- 6a2394c Removed dead variable "hadError" in ParseReturnStmt. by Ted Kremenek · 17 years ago
- 71895b9 Added support for additional format string checking for the printf by Ted Kremenek · 17 years ago
- 8207710 Added "id_idx" parameter to CheckPrintfArguments. This will be used by Ted Kremenek · 17 years ago
- e0eb80a Moved id_asprintf before id_vsnprintf in the enum used for indexing by Ted Kremenek · 17 years ago
- 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
- 30bf771 by Steve Naroff · 17 years ago
- 6a9f3e3 by Steve Naroff · 17 years ago
- 1bfd5cc by Steve Naroff · 17 years ago
- 69625f4 by Steve Naroff · 17 years ago
- 608e0ee Restrict vector component access (using "." and "[]") to variables. by Steve Naroff · 17 years ago
- d04fdd5 by Steve Naroff · 17 years ago
- 6481a57 Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElementExpr respectively. This is for consistency with other expr nodes end with *Expr. by Chris Lattner · 17 years ago
- 88dca04 rename some helpers, have them return the idx of the field being accessed. by Chris Lattner · 17 years ago
- 363bcff by Steve Naroff · 17 years ago
- d34e915 by Steve Naroff · 17 years ago
- 8d1a3b8 by Steve Naroff · 17 years ago
- 02c642e remove more explicit accesses to the canonical type pointer. by Chris Lattner · 17 years ago
- 2dcb6bb simplify some type checking code, don't explicitly access canonical types. by Chris Lattner · 17 years ago
- c862963 split the rest of the type predicates into pure predicates: by Chris Lattner · 17 years ago
- a1d9fde rename isReferenceType to follow the new scheme. by Chris Lattner · 17 years ago
- befee48 make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
- d1861fd by Steve Naroff · 17 years ago
- d51d890 Don't use canonical type for sema here. In by Chris Lattner · 17 years ago
- fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
- bea0b34 by Steve Naroff · 17 years ago
- 31a4584 by Steve Naroff · 17 years ago
- e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
- 08f794b Fix the following bogus diagnostic...reported by Jeroen. by Steve Naroff · 17 years ago
- dfa6aae by Steve Naroff · 17 years ago
- 82c7e6d - Fix commit in Parser.h (patch by Kevin Andre). by Steve Naroff · 17 years ago
- e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
- 700204c by Steve Naroff · 17 years ago
- ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
- 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
- c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
- 78c75fb recover from void argument types more nicely. by Chris Lattner · 17 years ago
- 4565d4e better wording for an error, suggested by Neil. by Chris Lattner · 17 years ago
- 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
- 2ff5426 improve and simplify error recovery for calls, fix a crash when diagnosing by Chris Lattner · 17 years ago
- eddbe03 fix a warning on some compilers by Chris Lattner · 17 years ago
- d472b31 Fix off-by-one error when emitting diagnostics. Also, make diagnostic by Chris Lattner · 17 years ago
- 74c469f move some casts up to the entry of the function for clarity. by Chris Lattner · 17 years ago
- 0fa152e Two fixes: by Chris Lattner · 17 years ago
- d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
- aff1edd Finish fixing crasher with compound literals. by Steve Naroff · 17 years ago
- 4aa88f8 by Steve Naroff · 17 years ago
- 5265af5 Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never by Chris Lattner · 17 years ago
- 7332292 by Steve Naroff · 17 years ago
- 75af480 Cast to void is valid, patch by Benoit Boissinot by Chris Lattner · 17 years ago
- 6c36be5 Add initial switch stmt support, patch by Anders Carlsson! by Chris Lattner · 17 years ago
- ccb4af8 Use the correct method for getting the ReferenceType from a QualType. by Bill Wendling · 17 years ago
- ea5e79f Change dyn_cast for reference types to be more like pointers and not need the canonical type. Also fix so that we're not expecting a return value from a void function by Bill Wendling · 17 years ago
- 08ad47c Fix references: by Bill Wendling · 17 years ago
- a4332e2 by Steve Naroff · 17 years ago
- 16beff8 by Steve Naroff · 17 years ago
- 3e5e556 by Steve Naroff · 17 years ago
- c80b4ee by Steve Naroff · 17 years ago
- 2682490 Fix a GCC warning: by Chris Lattner · 17 years ago
- 7a2e047 Now that isPointerType can return a pointer type, avoid stripping off typedef by Chris Lattner · 17 years ago
- 12d9ff6 Use the return value of isPointerType and isVectorType to significantly simplify by Chris Lattner · 17 years ago
- 727a80d rename variables to be more consistent. Always use LHS/RHS intead of T1/T2 sometimes. by Chris Lattner · 17 years ago
- 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
- fa2eaab by Steve Naroff · 17 years ago
- d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
- 90045e8 by Steve Naroff · 17 years ago
- a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
- 7a543ad Unspecified type specs default to int. This fixes a crash by Chris Lattner · 17 years ago
- ba61c14 Removed some superfluous code. The getType() method and associated by Steve Naroff · 17 years ago
- 49b4526 by Steve Naroff · 17 years ago
- 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
- c63b96a by Steve Naroff · 17 years ago
- 24c3990 remember the initializer for a variable in the AST and teach the by Chris Lattner · 17 years ago
- 1c2a65b Fix a release build of clang. by Chris Lattner · 17 years ago
- 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago