- 5edfe01 eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving by Chris Lattner · 16 years ago
- ce296f8 gcc no longer defines __block to nothing when blocks aren't enabled. by Chris Lattner · 16 years ago
- a023ec5 rearrange preprocessor macro definitions into language-specific by Chris Lattner · 16 years ago
- 3f6d8cf Implement PR2773, support for __USER_LABEL_PREFIX__ by Chris Lattner · 16 years ago
- 9add68c Found a subtle bug caused by an implicit enum-to-bool conversion (of the TentativeParsingResult enum). by Argiris Kirtzidis · 16 years ago
- 244d99b Add parsing of the sentinel attribute. Still need to create the attribute. by Anders Carlsson · 16 years ago
- 2fda0ed Wrap long lines and other minor cleanups, no functionality change. by Chris Lattner · 16 years ago
- 197c8cd Remove copyright notice, we decided not to have them. by Anders Carlsson · 16 years ago
- 58f362d Disambiguate between a declaration or an expression, in the 'for-init-statement' part of a 'for' statement. by Argiris Kirtzidis · 16 years ago
- eb21924 Fix Parser::isCXXConditionDeclaration to properly resolve declarations. by Argiris Kirtzidis · 16 years ago
- 88527fb Disambiguate between a declaration or expression for the 'condition' part of a if/switch/while/for statement. by Argiris Kirtzidis · 16 years ago
- 085d146 Consider GNU attributes when doing ambiguity resolution. by Argiris Kirtzidis · 16 years ago
- ed02bf1 Remove redundant parameter and rename StMgr to StateMgr. by Zhongxing Xu · 16 years ago
- ce4a679 Make VectorType printing less broken. by Daniel Dunbar · 16 years ago
- 74b477c Resolve ambiguous C++ statements (C++ 6.8p1). by Argiris Kirtzidis · 16 years ago
- 86744c5 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 16 years ago
- 47f99c9 Add Parser support for #pragma pack by Daniel Dunbar · 16 years ago
- a65c00a Add Preprocessor::RemovePragmaHandler. - No functionality change. by Daniel Dunbar · 16 years ago
- b15eba4 This is a big patch, but the functionality change is small and the rest of the patch consists of deltas due to API changes. by Ted Kremenek · 16 years ago
- 7636e91 Reverse the RHSBlock of LogicalOp && and || by Zhongxing Xu · 16 years ago
- 2210ffc add a new Rewriter::getRewritenText method that returns the text for a range by Chris Lattner · 16 years ago
- 175e639 Merge postfix attributes on record decls. by Daniel Dunbar · 16 years ago
- 3b90807 Remove a FIXME. by Daniel Dunbar · 16 years ago
- f2c7cd0 Pass postfix attributes to ActOnFields (mismarked a file). by Daniel Dunbar · 16 years ago
- f394444 Pass postfix attributes to ActOnFields. by Daniel Dunbar · 16 years ago
- 71cd776 Add getTypeSpecStartLoc() to VarDecls and FunctionDecls. by Steve Naroff · 16 years ago
- 07253c7 Add Builtins.def attribute for "can be a constant expression". by Daniel Dunbar · 16 years ago
- 0ab03e6 Add support for format string checking of object-size checking by Daniel Dunbar · 16 years ago
- 66e021e Emit error unsupported for break/continue/goto inside Obj-C exception by Daniel Dunbar · 16 years ago
- dff3fb2 Changed Sema::CheckForConstantInitializer to allow global block literals. by Steve Naroff · 16 years ago
- be56f01 (LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull. by Daniel Dunbar · 16 years ago
- 2a5247f Enhance NSError** checking with analogous checking for CFErrorRef*. by Ted Kremenek · 16 years ago
- 4d83f3f Use LVal::IsLValType(T) instead of checking to see if the type is an "lvalue" type directly. by Ted Kremenek · 16 years ago
- 4e19f4e NeXT: Update to use CreateRuntimeFunction for the routines it imports. by Daniel Dunbar · 16 years ago
- 18c2ec6 Add simple interface for protecting runtime functions from name by Daniel Dunbar · 16 years ago
- 8cbffa3 Add a QualType to ConjuredSymbol to represent the type and size of the symbol. by Ted Kremenek · 16 years ago
- 46d9134 simplify padding, just fold it into the earlier resize. by Chris Lattner · 16 years ago
- 2e6b4bf fix a potential buffer overrun that Eli noticed by Chris Lattner · 16 years ago
- d8f1f1f Document assumptions that NumericLiteralParser makes with an assertion. by Chris Lattner · 16 years ago
- d376f6d Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ by Chris Lattner · 16 years ago
- 45a9180 Add diagnostic for .{lo,hi,e,o} on odd-sized extended vectors. by Daniel Dunbar · 16 years ago
- 68354f3 Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. by Steve Naroff · 16 years ago
- c32e45c Improved fix for <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 16 years ago
- 163819f Add missing include for use of atoi. by Nick Lewycky · 16 years ago
- dcaccf8 Revert last patch, but add a fixme by Ted Kremenek · 16 years ago
- cf807ad Within the transfer function of UnaryOperatorExpr, handle implicit promotions by Ted Kremenek · 16 years ago
- 1473f52 Added support for sse intrinsics loadlpd, loadhpd, muldq128, and mulld128 by Mon P Wang · 16 years ago
- e9900eb Add infrastructure for proper @finally support. by Daniel Dunbar · 16 years ago
- c5dc8eb The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ follows by Chris Lattner · 16 years ago
- 9b96b15 define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. by Chris Lattner · 16 years ago
- bcd60db __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 16 years ago
- 631e392 Fix <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 16 years ago
- 9501a48 Fix the root cause of PR2750 instead of the side effect. by Chris Lattner · 16 years ago
- 27882f4 Fix va_arg handling to do argument decaying at the correct place. This by Chris Lattner · 16 years ago
- 82e2891 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 16 years ago
- b2f7241 Add a random C99 comment/reference. by Steve Naroff · 16 years ago
- a982c71 Teach Sema::CheckAssignmentConstraints() to allow assignments between id and block pointer types (^{}). by Steve Naroff · 16 years ago
- ef5b9fc Fix <rdar://problem/6251012> clang: Blocks are objects too. by Steve Naroff · 16 years ago
- e2e61e7 Fix <rdar://problem/6253149> property declaration doesn't declare getter and setter. by Steve Naroff · 16 years ago
- 630347d whitespace and comment changes, to fix grammar and 80 col violations by Nico Weber · 16 years ago
- 32fe5a9 Change a NOTE to a FIXME based on feedback from clattner. by Steve Naroff · 16 years ago
- 4b9846d Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. by Steve Naroff · 16 years ago
- 91de754 Fix <rdar://problem/6252108> assigning to argument passed to block should not require __block. by Steve Naroff · 16 years ago
- 70b5670 Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64, by Chris Lattner · 16 years ago
- b23469f Replace a comparison with a static list of builtins that was wrong (it by Chris Lattner · 16 years ago
- 631b135 Fix rdar://6251437, references to enum constant decls in a block by Chris Lattner · 16 years ago
- f85d66c Fix <rdar://problem/6252216> compare block to NULL. by Steve Naroff · 16 years ago
- 8354484 Add support for implicit rethrows in @catch blocks. by Daniel Dunbar · 16 years ago
- 8ca61b2 Skip redundant if. by Daniel Dunbar · 16 years ago
- b6f2395 Fix <rdar://problem/6252226> parser thinks block argument is undefined identifier in NSServices.m by Steve Naroff · 16 years ago
- 0ac66f7 (Update LLVM) Clean up obj-c exception generation to be a bit more by Daniel Dunbar · 16 years ago
- d04c935 Bug fix, codegen @catch(id<X> ...) acceptably. by Daniel Dunbar · 16 years ago
- b4bde39 Revert 56735. The old bug categories were more informative. by Ted Kremenek · 16 years ago
- 7a68b45 Simplify generate code for exceptions: by Daniel Dunbar · 16 years ago
- 9575eb3 Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...). by Daniel Dunbar · 16 years ago
- 7a57b8d Simplify code to emit the unified return block and move it to the end by Daniel Dunbar · 16 years ago
- 4655e2e Bug fix, make sure to initialize exception object (to rethrow) even by Daniel Dunbar · 16 years ago
- 1c5e463 Easy fix for nasty bug, exception data buffer had wrong type == wrong by Daniel Dunbar · 16 years ago
- 61b5691 Delete trailing white space. It's over 80 columns. by Zhongxing Xu · 16 years ago
- 36cc63e Change "leaks" to have the category "Performance". by Ted Kremenek · 16 years ago
- 4a1f5de Internally store the body of a BlockExpr using a Stmt* instead of a CompoundStmt*, and use the getBody() method to do the appropriate checking. This both removes the type-punning warnings in Expr.cpp and also makes BlockExpr have more consistency checks against modifications to its body (via StmtIterator). by Ted Kremenek · 16 years ago
- 6b03451 Use a union instead of a bunch of magic casts to implement a variant. This removes the type-punning errors for DeclGroup. by Ted Kremenek · 16 years ago
- 0953567 Add CFG support for implicit-control flow for VLA size expressions within an SizeOfAlignOfTypeExpr. by Ted Kremenek · 16 years ago
- 2bb6eb8 Now Attributes are divided in three groups by Devang Patel · 16 years ago
- 6f04406 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
- 7257ce2 Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo by Chris Lattner · 16 years ago
- d68a8d3 Do not create CFGs for functions/methods using blocks (need to add control-flow). by Ted Kremenek · 16 years ago
- 4668b57 emulate a bit of GCC path lookup weirdness: if a system by Chris Lattner · 16 years ago
- ba849be Enter a new scope for a @try block. by Ted Kremenek · 16 years ago
- df8c7d7 Move VLA processing logic from LiveVariables to CFG construction. This way all dataflow analyses "see" the VLA size expressions. by Ted Kremenek · 16 years ago
- 076d6cb Tweak Expr::isModifiableLvalue() and Expr::isLvalue() to better deal with BlockDeclRef exprs. by Steve Naroff · 16 years ago
- 85abe6e Examine VLA size expressions when computing liveness information. by Ted Kremenek · 16 years ago
- 28680d1 Parser support for prefix __attribute__ on @protocol. by Daniel Dunbar · 16 years ago
- d1d847c Sema support for format and noreturn attributes on Objective-C methods. by Daniel Dunbar · 16 years ago
- bddb14a Add support for CFString in format attribute. by Daniel Dunbar · 16 years ago
- 4767734 Add # of block pointer types to -print-stats. by Daniel Dunbar · 16 years ago
- 8cc5d5e Update clang to pretend to be gcc-4.2. by Daniel Dunbar · 16 years ago
- 3637b89 Have @finally introduce a new scope. by Ted Kremenek · 16 years ago
- a85a9ef Large mechanical patch. by Devang Patel · 16 years ago
- a59d561 Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes. by Ted Kremenek · 16 years ago