- 005b235 don't new[] an empty array when an AttributeList has by Chris Lattner · 16 years ago
- e2f0e96 Make sure to check the value of the constant expression, as suggested by Daniel. by Anders Carlsson · 16 years ago
- 232350d Emission of global variable initialializer was broken in rare by Daniel Dunbar · 16 years ago
- d3794b8 scan-build now searches for the clang binary in the subdirectory 'cbin'. by Ted Kremenek · 16 years ago
- 4d4c50d Handle the GNU void* and function pointer arithmetic extensions for constant expressions as well. by Anders Carlsson · 16 years ago
- b52ec74 always search for "builtin" headers at the end of the search path, by Chris Lattner · 16 years ago
- 50b587d PR3614: "ignoring nonexistent directory" should print the -isysroot by Chris Lattner · 16 years ago
- b4650c1 fix another typo gabor noticed by Chris Lattner · 16 years ago
- 8bea7c0 fix a typo gabor noticed by Chris Lattner · 16 years ago
- 98f1e1c Add test case for 'nil receiver returns undefined struct value' check. by Ted Kremenek · 16 years ago
- 21fe837 Implemented simple check in <rdar://problem/6600344>: When the receiver of a by Ted Kremenek · 16 years ago
- eed9cac Fit 80col and fix indentation. by Mike Stump · 16 years ago
- 488e25b Fix spacing. by Mike Stump · 16 years ago
- bd65cac More codegen for blocks. The type of block literals should be better. by Mike Stump · 16 years ago
- 611a8c4 Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 16 years ago
- c1debf3 Some code simplification. ir gen for gc'able array of objects in objc. by Fariborz Jahanian · 16 years ago
- ccb8f08 testing (reverted) by Howard Hinnant · 16 years ago
- 412705b testing by Howard Hinnant · 16 years ago
- f6123ca Couple of helpers for objc's gc attributes. No change in functionality. by Fariborz Jahanian · 16 years ago
- 9b76143 Make error-message check platform-agnostic by Douglas Gregor · 16 years ago
- 6ec3668 Address Chris's comments regarding C++ name mangling. by Douglas Gregor · 16 years ago
- d559792 retain/release checker: Place the leak diagnostic after the last statement that by Ted Kremenek · 16 years ago
- 67a6b6b fariborz already fixed this. by Chris Lattner · 16 years ago
- 81f14a0 Remove unused variable. by Ted Kremenek · 16 years ago
- 572b278 Remove logic for computing 'display hint'. by Ted Kremenek · 16 years ago
- 3b6b83b minor name changes, no functionality change. by Chris Lattner · 16 years ago
- bb8c5aa More fun with retain checker diagnostics: by Ted Kremenek · 16 years ago
- b7d2553 fix some subtle bugs handling the mix of cvr qualifiers, addr spaces, by Chris Lattner · 16 years ago
- b5da3e9 Add anti-FIXME. by Daniel Dunbar · 16 years ago
- bc5e150 minor spacing changes. by Chris Lattner · 16 years ago
- 570f0cf i386 ABI: Offset computation in va_arg was incorrect for sizeof(Ty)>4. by Daniel Dunbar · 16 years ago
- 0224680 fix typo by Chris Lattner · 16 years ago
- 0c36c92 Remove pointless backslash by Douglas Gregor · 16 years ago
- 7c53ca6 Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 16 years ago
- 90dafa1 x86_64 ABI: Fix thinko in computation of bound for "passed in SSE regs" test. by Daniel Dunbar · 16 years ago
- 1f62ef3 Fix diagnostics bugs when computing ranges for the retain/release checker. by Ted Kremenek · 16 years ago
- 1e4db7c rip out __builtin_overload by Chris Lattner · 16 years ago
- b2b14d7 Add a few more GC-only test cases for the retain/release checker. by Ted Kremenek · 16 years ago
- 3f0b656 HTMLDiagnostics: Always display diagnostics *below* the line in question. by Ted Kremenek · 16 years ago
- f231346 x86_64 ABI: "is passed in regs" computation for va_arg was broken for by Daniel Dunbar · 16 years ago
- c2b6a82 Return true on errors, return true on errors, return true on errors by Douglas Gregor · 16 years ago
- 2701900 retain/release checker: We now emit fancy diagnostics telling users about the by Ted Kremenek · 16 years ago
- 48f3bb9 Downgrade complaints about calling unavailable functions to a warning by Douglas Gregor · 16 years ago
- 4fd83ea Some refactoring and simplificaiotn of objc's gc ir gen. by Fariborz Jahanian · 16 years ago
- ca2f3fd Codegen for int (^bp)(int) = 0; by Mike Stump · 16 years ago
- ed67b2c Fix comment: analyzer builds are universal binaries. by Ted Kremenek · 16 years ago
- 7549c55 __attribute__((aligned)) was being ignored! by Daniel Dunbar · 16 years ago
- e00d5c0 Add Type::isSpecificBuiltinType as a shortcut. by Daniel Dunbar · 16 years ago
- 6aee306 Simplify. by Daniel Dunbar · 16 years ago
- 443e53c final string diagnostic issue (that I know about): by Chris Lattner · 16 years ago
- 719e615 Next step toward making string diagnostics correct: handle by Chris Lattner · 16 years ago
- 6dcf63e update comment. by Chris Lattner · 16 years ago
- 1c512f5 retain/release checker: Distinguish in the function summaries between by Ted Kremenek · 16 years ago
- 2197c96 Fix some issues handling sub-token locations that come from macro expansions. by Chris Lattner · 16 years ago
- 5934e75 Start generating gc'able code using the new objc gc type attributes. by Fariborz Jahanian · 16 years ago
- 609b3ab tidy up by Chris Lattner · 16 years ago
- 0150cdf only get the spelling of a token to get its length if it needs cleaning. by Chris Lattner · 16 years ago
- d0d082f use the full spelling of a string literal token so that trigraphs by Chris Lattner · 16 years ago
- 07f192e add c testcase for string literal diagnostic improvement. by Chris Lattner · 16 years ago
- 8b76c0d don't print codegen time unless -ftime-report was passed. by Chris Lattner · 16 years ago
- ed7e9ef Make warn-weak-field.m test pass again. by Fariborz Jahanian · 16 years ago
- ba372b8 Cleanup objc's gc attributes code no longer needed. by Fariborz Jahanian · 16 years ago
- 6080008 Start improving diagnostics that relate to subcharacters of string literals. by Chris Lattner · 16 years ago
- 809070a Update Parser::ParseTypeName to return a TypeResult, which also tells by Douglas Gregor · 16 years ago
- e53f820 Revise comment. Comparing pointer values in 'Range' wasn't the performance issue I thought it was, but it is still worth ordering Range objects by their APSInt values. by Ted Kremenek · 16 years ago
- c13c012 Add an unavailable __tg_promote function to attract incorrect uses of type-generic macros, rom Howard Hinnant. by Douglas Gregor · 16 years ago
- da425eb nothing says "ted was here" like a random url dropped in a header :) by Chris Lattner · 16 years ago
- 965acbb Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 16 years ago
- c6c16af teach child iterators to walk into the child string of an ObjCStringLiteral, by Chris Lattner · 16 years ago
- 39c28bb fix the ownership issues and location tracking in Sema::ParseObjCStringLiteral. by Chris Lattner · 16 years ago
- b137299 add iterators for string token locations. by Chris Lattner · 16 years ago
- 2085fd6 privatize all of the string literal memory allocation/creation by Chris Lattner · 16 years ago
- c6666f8 Don't allow calls to functions marked "unavailable". There's more work by Douglas Gregor · 16 years ago
- f4b136f add some comments describing what is happening here. by Chris Lattner · 16 years ago
- a0af1fe simplify the code used to compute the type of an objc string. This makes by Chris Lattner · 16 years ago
- 6903981 rename CheckBuiltinCFStringArgument -> CheckObjCString by Chris Lattner · 16 years ago
- 97cf6eb simplify some code. by Chris Lattner · 16 years ago
- 726e168 change the StringLiteral AST node to track all of the SourceLocations of by Chris Lattner · 16 years ago
- b103f01 Fix performance bug in RangeConstraintManager (that I introduced): by Ted Kremenek · 16 years ago
- d33d9c0 Representation of objc gc's attribute using ExtQualType. by Fariborz Jahanian · 16 years ago
- 00dbfde ccc: Forward -ftime-report to clang. by Daniel Dunbar · 16 years ago
- e47f7b1 pass -verify in exprs.m, merge const-id.m into message.m by Chris Lattner · 16 years ago
- a119a3b fix rdar://6597252: two exactly identical pointer types are always by Chris Lattner · 16 years ago
- efdc39d rename some variables, no functionality change. by Chris Lattner · 16 years ago
- d1dd229 Optimize dyld startup time by specifying a trivial export map by Chris Lattner · 16 years ago
- fe9e543 Hooked up the necessary machinery to allow the retain/release checker reference by Ted Kremenek · 16 years ago
- 3e030b4 x86_64 ABI: Two bug fixes. 1. Return of _Complex long double used wrong type. by Daniel Dunbar · 16 years ago
- 09a9abc Update checker build. by Ted Kremenek · 16 years ago
- f5b34b1 retain/release checker: Record the summary used to generate a given node. by Ted Kremenek · 16 years ago
- 4709974 add a bunch of timers for -E and other modes. This requires by Chris Lattner · 16 years ago
- 6f114eb teach -ftime-report to time the code generator and -emit-llvm times. by Chris Lattner · 16 years ago
- 4450266 move llvm backend specific #includes into Backend.cpp instead of Clang.cpp by Chris Lattner · 16 years ago
- 8a5c809 indentation and formatting by Chris Lattner · 16 years ago
- dddaa9c clang will hopefully never support ratfor. by Chris Lattner · 16 years ago
- b2509e1 wire up a minimal -ftime-report, which prints the optimizer/codegen by Chris Lattner · 16 years ago
- e1d77c3 Fix test: config.h is not guaranteed to exist at the location in by Eli Friedman · 16 years ago
- edbb94c Fix test on platforms where size_t != unsigned long. by Eli Friedman · 16 years ago
- 2d6744f isICE was evaluating ?: incorrectly with missing-gcc-LHS extension. by Daniel Dunbar · 16 years ago
- a135975 Convert isIntegerConstantExpr to use ASTContext::MakeIntValue. by Daniel Dunbar · 16 years ago
- 0cd7fc2 Add ASTContext::MakeIntValue by Daniel Dunbar · 16 years ago