- 16ac5ce Have __func__ and siblings point to block's implementation function by Fariborz Jahanian · 15 years ago
- ce88d0f tweak test to pass on windows by Chris Lattner · 15 years ago
- b401e07 tests: Rewrite test to check intent instead of implementation. by Daniel Dunbar · 15 years ago
- bcd6df6 Set the default arch based on the triple. by Rafael Espindola · 15 years ago
- 4ac0d83 Fix UnitTests/2004-02-02-NegativeZero.c, which regressed when by Chris Lattner · 15 years ago
- 12dffcd Support DependentScopeDeclRefExpr for PCH. by Argyrios Kyrtzidis · 15 years ago
- 17cfded Fix PCH emitting/reading for template arguments that contain expressions. by Argyrios Kyrtzidis · 15 years ago
- dc767e3 Fix various bugs in recent commits for C++ PCH. by Argyrios Kyrtzidis · 15 years ago
- 926c4b4 Partial fix for PR7267 based on comments by John McCall on an earlier patch. by Chandler Carruth · 15 years ago
- eac4a00 Pointer comparisons (and pointer-pointer subtraction). Basically filling in SimpleSValuator::EvalBinOpLL(). by Jordy Rose · 15 years ago
- 2389324 Suppress diagnosing access violations while looking up deallocation functions by Chandler Carruth · 15 years ago
- 045a6d8 Correctly destroy reference temporaries with global storage. Remove ErrorUnsupported call when binding a global reference to a non-lvalue. Fixes PR7326. by Anders Carlsson · 15 years ago
- 6d11cdb If coercing something from int or pointer type to int or pointer type by Chris Lattner · 15 years ago
- e7bb777 Same patch as the previous on the store side. Before we compiled this: by Chris Lattner · 15 years ago
- 5ca129c Implicitly compare symbolic expressions to zero when they're being used as constraints. Part of PR7491. by Jordy Rose · 15 years ago
- f70d857 merge two tests. by Chris Lattner · 15 years ago
- 35b21b8 Change IR generation for return (in the simple case) to avoid doing silly by Chris Lattner · 15 years ago
- 9269d5c Implement rdar://7530813 - collapse multiple GEP instructions in IRgen by Chris Lattner · 15 years ago
- 640d326 fix inc/dec to honor -fwrapv and -ftrapv, implementing PR7426. by Chris Lattner · 15 years ago
- 9a20723 Fix unary minus to trap on overflow with -ftrapv, refactoring binop by Chris Lattner · 15 years ago
- a4d7145 Implement support for -fwrapv, rdar://7221421 by Chris Lattner · 15 years ago
- e70ffd6 implement rdar://7432000 - signed negate should codegen as NSW. by Chris Lattner · 15 years ago
- 3a0d41d Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler. by Charles Davis · 15 years ago
- c4b8e92 clang: Derive version name from LLVM unless specified explicitly. This means by Daniel Dunbar · 15 years ago
- 4d912b2 When a constant size array is casted to another type, its length should be scaled as well. by Jordy Rose · 15 years ago
- a006342 Add dead stores C++ test case that was previously asserting due to an by Ted Kremenek · 15 years ago
- e347e77 Try making BuildBot happy again. by Fariborz Jahanian · 15 years ago
- 7ef2565 Test case for pr7490. by Fariborz Jahanian · 15 years ago
- c4a1437 Fix -analyze-display-progress (once again), this time with an additional regression test. by Ted Kremenek · 15 years ago
- b24e199 Support NonTypeTemplateParmDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
- 0b495cd A bug I've introduced in STDIN handling surfaced a few broken tests, fix them. by Benjamin Kramer · 15 years ago
- bd65bb5 Support UnresolvedLookupExpr for PCH. by Argyrios Kyrtzidis · 15 years ago
- a77eb08 Support UnresolvedMemberExpr for PCH. by Argyrios Kyrtzidis · 15 years ago
- dd4877a I don't know when I committed this, but it's probably a "bad thing". by Chris Lattner · 15 years ago
- 4ced79f Implement dependent alignment attribute support. This is a bit gross given the by Chandler Carruth · 15 years ago
- 7d99e98 Fixes a regression when redeclaration of a global satic by Fariborz Jahanian · 15 years ago
- 8147c7b Renamed selactor-expr-lvalue.mm to selector-expr-lvalue.mm. Thanks Daniel D. by Fariborz Jahanian · 15 years ago
- 0c2e8c8 Add check for illegal whence argument of fseek. by Zhongxing Xu · 15 years ago
- 7197d40 Don't depend on system headers in clang -cc1 tests. by Benjamin Kramer · 15 years ago
- 8dfbd8b Support a couple more C++ Exprs for PCH. by Argyrios Kyrtzidis · 15 years ago
- 5e1b7c2 Fix broken de/serialization for a couple of C++ Exprs. by Argyrios Kyrtzidis · 15 years ago
- 564360b Patch to correctly mangle block helper functions by Fariborz Jahanian · 15 years ago
- 1860dc4 Revert "Tweak tests to hopefully fix include of limits.h on win32.", tweak fails on linux. by Daniel Dunbar · 15 years ago
- 448278a Add USR tests for ObjC class extensions. by Ted Kremenek · 15 years ago
- e9b5392 Tweak tests to hopefully fix include of limits.h on win32. by Daniel Dunbar · 15 years ago
- dd41c14 Support C++ class template specializations and partial specializations for PCH. by Argyrios Kyrtzidis · 15 years ago
- 788b0fd improve altivec vector bool/pixel support, patch by Anton Yartsev by Chris Lattner · 15 years ago
- 3f8612b Correctly construct an ElementRegion for alloca() + pointer arithmetic. Fixes analyzer by Ted Kremenek · 15 years ago
- 1984eb9 String literals enclosed in parentheses are still string literals. Fixes PR7488. by Douglas Gregor · 15 years ago
- 0061962 Vector types are not arithmetic types, either. Note that we now ban by Douglas Gregor · 15 years ago
- 80aa1cd Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 15 years ago
- 4b13172 Teach Type::isRealType() that vector types are never real types. All by Douglas Gregor · 15 years ago
- 0c293ea Type Type::isRealFloatingType() that vectors are not floating-point by Douglas Gregor · 15 years ago
- 08fd376 Trying to make BuildBot happy again (related to PR7431). by Fariborz Jahanian · 15 years ago
- 95fc98c Read/write CXXDeleteExpr from/to PCH. by Argyrios Kyrtzidis · 15 years ago
- 7c5b109 Don't allow vector conversions to sneak in under the guise of by Douglas Gregor · 15 years ago
- 6afbdf5 Fixes a problem in generation of meta-data for by Fariborz Jahanian · 15 years ago
- f3a7b7c In C++, allow a declaration of an enum to follow a definition of that by Douglas Gregor · 15 years ago
- 661c36b Fix PR7180. by Argyrios Kyrtzidis · 15 years ago
- f511ba6 Support emitting/reading function templates to/from PCH. by Argyrios Kyrtzidis · 15 years ago
- 83c9abc Apply array-to-pointer decay when instantiating a MemberExpr. Fixes by Douglas Gregor · 15 years ago
- cd9fb98 Attempt to fix test by Douglas Gregor · 15 years ago
- 7255a2d implement support for -finstrument-functions, patch by Nelson Elhage! by Chris Lattner · 15 years ago
- f28682a Test case for PR7431 by Nico Weber. by Fariborz Jahanian · 15 years ago
- 45f9b7e Bug 7377: printf checking fails to flag some undefined behavior by Tom Care · 15 years ago
- 7e70fb2 Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ reference. by Anders Carlsson · 15 years ago
- 9a14084 Add CXType support for querying the return type of Objective-C methods. This is done by by Ted Kremenek · 15 years ago
- 04c3cf3 Add CXType support for FunctionNoProto and FunctionProto types. This includes adding a new by Ted Kremenek · 15 years ago
- b4954a4 When folding additive operations, convert the values to the same type. When assuming relationships, convert the integers to the same type as the symbol, at least for now. by Jordy Rose · 15 years ago
- 9a12685 If a nonnull argument evaluates to UnknownVal, don't warn (and don't crash). by Jordy Rose · 15 years ago
- 0d32a68 Add clang_getCursorType() support for @property declarations. by Ted Kremenek · 15 years ago
- af89689 Instantiations subject to an explicit template instantiation by Douglas Gregor · 15 years ago
- 2bf6d7b Fixes a corner case bug whereby declaring and defining an extern variable in a by Fariborz Jahanian · 15 years ago
- b01a552 Support PCH emitting/reading of using declarations. by Argyrios Kyrtzidis · 15 years ago
- 43fdb7f Adds analyzer support for idempotent and tautological binary operations such as "a*0" and "a+0". This is not very powerful, but does make the analyzer look a little smarter than it actually is. by Jordy Rose · 15 years ago
- c580f2e Casting to void* or any other pointer-to-sizeless type (e.g. function pointers) causes a divide-by-zero error. Simple fix: check if the pointee type size is 0 and bail out early if it is. by Jordy Rose · 15 years ago
- 28d16d7 Include a hack to allow loading of templated CXXRecordDecls and test template reading from PCH. by Argyrios Kyrtzidis · 15 years ago
- 90b715e Initial support for writing templates to PCH. by Argyrios Kyrtzidis · 15 years ago
- 4d3a7b0 More AltiVec support. Patch by Anton Yartsev! by Anton Korobeynikov · 15 years ago
- 61c6c91 Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it less by Eli Friedman · 15 years ago
- 810112e Fix PR7097, a bad interaction between -fno-use-cxa-atexit and by Chris Lattner · 15 years ago
- b9d5c22 More Sema Check and a test case for init_priority attr. (radar 8076356). by Fariborz Jahanian · 15 years ago
- ba0f61c Fold additive constants, and support comparsions of the form $sym+const1 <> const2 by Jordy Rose · 15 years ago
- 8e19890 Don't complain about missing field initializers when the initializer by Douglas Gregor · 15 years ago
- d2c6490 Merge the "regparm" attribute from a previous declaration of a by Douglas Gregor · 15 years ago
- c62458f Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler. by Charles Davis · 15 years ago
- 4c60219 Printf format strings: Added some more tests and fixed some minor bugs. by Tom Care · 15 years ago
- 23d90f9 Add null stream check for more APIs. by Zhongxing Xu · 15 years ago
- c070cc6 Given Decl::isUsed() a flag indicating when to consider the "used" by Douglas Gregor · 15 years ago
- 353b33b objective-C++ IRGen: property reference as an by Fariborz Jahanian · 15 years ago
- 949bd4b Do not treat @selector as lvalue (unlike g++). Patch by Nico Weber (pr7390). by Fariborz Jahanian · 15 years ago
- 03b2960 Objective-c++ IRGen. Support for @selector expression as by Fariborz Jahanian · 15 years ago
- e4ee966 Bug 7377: Fixed several bad printf format string bugs. by Tom Care · 15 years ago
- e2872d0 When pushing a copy of the TypeLoc information for a dependent by Douglas Gregor · 15 years ago
- 21e2a7e Mangle operator names in the Microsoft C++ Mangler. by Charles Davis · 15 years ago
- a816615 Tweak stack address checker to report multiple cases where globals may reference stack memory. by Ted Kremenek · 15 years ago
- 01cb1aa Fix format string checking of '%c' by treating it as an integer conversion. Fixes PR 7391. by Ted Kremenek · 15 years ago
- 551bd1f Rework StackAddrLeakChecker to find stores of stack memory addresses to global variables by Ted Kremenek · 15 years ago
- e0cc047 When parsing cached C++ method declarations/definitions, save the by Douglas Gregor · 15 years ago
- f13ca06 Make the "extra ';' inside a struct or union" diagnostic more by Douglas Gregor · 15 years ago