- 1fd9e0d Use atomic operations for libclang's object count tracking. by Douglas Gregor · 14 years ago
- 143c7ac Objective-C pointer conversions to 'id' or qualified 'id' subsume by Douglas Gregor · 14 years ago
- 409fa9a Split out a function to do lvalue conversion on objects; this is basically by John McCall · 14 years ago
- 1ba14c6 c/objc/c++'98 are basically done, but we want '0x support. by Chris Lattner · 14 years ago
- 7e112c0 Remove a fixme which was fixed in a previous commit. by Argyrios Kyrtzidis · 14 years ago
- 89d63e5 Use the unused merge() function, fixing an minor, unintended change I by Douglas Gregor · 14 years ago
- 381d34e Re-implement caching for the linkage calculation of declarations. by Douglas Gregor · 14 years ago
- 40c2913 Do unary conversions on vararg arguments and *then* special-case float. by John McCall · 14 years ago
- 223ae5c Use Sema's MarkDeclarationReferenced, which takes care of templates, instead of calling Decl's setUsed directly. by Argyrios Kyrtzidis · 14 years ago
- f0b0ccc Use the source location of the parameter, when it makes sense, for diagnostics in HandleCleanupAttr. by Argyrios Kyrtzidis · 14 years ago
- b5f35ba Revert r120808, my previous implementation of caching for the linkage by Douglas Gregor · 14 years ago
- d016ec2 Add BlocksAttr assert on __block specific routines. by Fariborz Jahanian · 14 years ago
- 894aed9 Un-templatetize this method. It's definition is out of line in the .cpp file, by Chandler Carruth · 14 years ago
- 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
- cd940a1 __block variables require us to evaluate the RHS of an assignment before by John McCall · 14 years ago
- 01b2e4e Clarify the logic for when to build an overloaded binop. In particular, by John McCall · 14 years ago
- 0074b48 Mark SVal constructors 'explicit'. by Ted Kremenek · 14 years ago
- 4658463 Rename Environment::LookupExpr() to by Ted Kremenek · 14 years ago
- d7365e1 Remove unused method GRState::LookupExpr(). by Ted Kremenek · 14 years ago
- 2a41637 Fix a bug in the emission of __real/__imag l-values on scalar operands. by John McCall · 14 years ago
- 560bf12 Put each test in class-layout.cpp into a separate namespace. by Anders Carlsson · 14 years ago
- 860453c Add a LayoutBase member function. No functionality change. by Anders Carlsson · 14 years ago
- 57d2d23 Replace calls to AppendBytes with calls to AppendPadding when the bytes appended are padding. by Anders Carlsson · 14 years ago
- 3cd1ea3 Fix rewriter to match recent changes in property ref AST. by Fariborz Jahanian · 14 years ago
- fd56900 Silly special case: never load when dereferencing void*. by John McCall · 14 years ago
- 85515d6 First pass at implementing the intent of ANSI C DR106. by John McCall · 14 years ago
- 9ec9445 dyn_cast else unreachable -> cast by John McCall · 14 years ago
- 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
- 74e40b7 Don't crash when initializing a subaggregate in C from a property r-value. by John McCall · 14 years ago
- 9c5d70c Make IgnoreParenLValueCasts skip __extension__ nodes like IgnoreParens(). by John McCall · 14 years ago
- ec276bf Silence "comparison between signed and unsigned integer expressions" warnings. by Benjamin Kramer · 14 years ago
- 0e800c9 Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't by John McCall · 14 years ago
- abc56c7 When deciding whether to complain about the type of a boolean condition, use by John McCall · 14 years ago
- e7c6849 Apparently properties.m does not always fail; make it. by John McCall · 14 years ago
- 3144b72 Fix this test case on no-asserts builds by not trying to match the basic by John McCall · 14 years ago
- f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
- e68b984 Test case for the l-value base only being evaluated once. by John McCall · 14 years ago
- 119a1c6 Kill the KVC l-value kind and calculate the base expression when emitting by John McCall · 14 years ago
- 91252d1 Implement -cl-std= by Peter Collingbourne · 14 years ago
- 4400cb8 Implement -cl-mad-enable by Peter Collingbourne · 14 years ago
- f084082 Implement -cl-fast-relaxed-math by Peter Collingbourne · 14 years ago
- 5f67e13 Implement -cl-unsafe-math-optimizations by Peter Collingbourne · 14 years ago
- 5d729a3 Implement -cl-finite-math-only by Peter Collingbourne · 14 years ago
- 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 14 years ago
- 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 14 years ago
- 0a3c03c Refactor optimisation level code by Peter Collingbourne · 14 years ago
- 53c92be Introduce CompilerInvocation::setLangDefaults function by Peter Collingbourne · 14 years ago
- 640ccf0 Minor refactoring; have BugReport::getRanges return a pair of iterator, no functionality change. by Argyrios Kyrtzidis · 14 years ago
- ae3038c Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293 by Argyrios Kyrtzidis · 14 years ago
- 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 14 years ago
- 6c572f1 Fixed typo. by Abramo Bagnara · 14 years ago
- a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 14 years ago
- 4740dab Add missing vext_f32 and vextq_f32 Neon intrinsics (Radar 8592601). by Bob Wilson · 14 years ago
- 953d513 Add support for vmul_p8 Neon intrinsic. Radar 8446141. by Bob Wilson · 14 years ago
- 2357207 Implement caching for the linkage and visibility calculations of declarations. by Douglas Gregor · 14 years ago
- 96bfa62 Add a separate name field to the Neon intrinsic table. by Bob Wilson · 14 years ago
- 7965396 Add a separate rightShift flag instead of reusing the existing "poly" variable by Bob Wilson · 14 years ago
- 8f50014 Update analyzer build. by Ted Kremenek · 14 years ago
- 722109c Add some warning messages about invalid use of common/nocommon attributes. by Eric Christopher · 14 years ago
- 83300e8 Add test case for r120795. by Ted Kremenek · 14 years ago
- 40406fe Fix an insidious bug in BugReporter where by Ted Kremenek · 14 years ago
- 8673a68 Also include the pointer address of the ExplodedNode by Ted Kremenek · 14 years ago
- 774dfbb Also show notes about the taken path in TextPathDiagnostics. by Argyrios Kyrtzidis · 14 years ago
- a599ae8 Remove leftover code and use the text path diagnostic client even without a specified output file since by Argyrios Kyrtzidis · 14 years ago
- a427b49 Add a flag to control the "indirection of non-volatile null pointer will be by Nick Lewycky · 14 years ago
- ebd4f52 Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as diagnostic notes by Argyrios Kyrtzidis · 14 years ago
- b6b7e7b Handle any number of SourceRanges inside BugReporter::FlushReport. by Argyrios Kyrtzidis · 14 years ago
- f928dca Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient. by Argyrios Kyrtzidis · 14 years ago
- 96c105c Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics. by Bob Wilson · 14 years ago
- 23ef69d Fix diagnostic for reporting bad escape sequence. Patch by Paul Curtis! by Ted Kremenek · 14 years ago
- 8c00ad1 Reflow to a style doug prefers, increasing indentation :-) by Chris Lattner · 14 years ago
- a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 14 years ago
- a9e9144 Improve on objc diagnostics. // rdar://8721692 by Fariborz Jahanian · 14 years ago
- f91d757 Merge transparent union types using member's unqualified type by Peter Collingbourne · 14 years ago
- 7966297 Fix range in printf warnings for invalid conversion specifiers. by Ted Kremenek · 14 years ago
- b97c403 Merge transparent union types using member's canonical param type by Peter Collingbourne · 14 years ago
- c04d9d1 Fix inverted return value in the ASTImporter. No matter how much LLVM by Douglas Gregor · 14 years ago
- a44724d Fixed source range for MS asm statement. by Abramo Bagnara · 14 years ago
- d1d56df fix PR8726 by teaching the aggregate init optimization code to handle by Chris Lattner · 14 years ago
- 2575585 Test for // rdar://8594790 by Fariborz Jahanian · 14 years ago
- 550e5ad Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. by Bob Wilson · 14 years ago
- 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
- fce5656 Do not change the size of LookupResult::Filter based on the NDEBUG by Douglas Gregor · 14 years ago
- 6939fff Remove NDEBUG-controlled extra data from by Douglas Gregor · 14 years ago
- 7bd245b Tweaks. by John McCall · 14 years ago
- 3bddf5c ObjC support in the XML dumper. by John McCall · 14 years ago
- c8413fd Merge ValueManager into SValBuilder. by Ted Kremenek · 14 years ago
- 0608f53 Add a test for calling a Neon intrinsic macro with the wrong vector type. by Bob Wilson · 14 years ago
- 1b72677 Improve codegen for initializer lists to use memset more aggressively by Chris Lattner · 14 years ago
- c0f31fd attempt to fix a buildbot failure, apparently apache fails to build. by Chris Lattner · 14 years ago
- a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 14 years ago
- 7b3982b FileCheckize. by Eric Christopher · 14 years ago
- 7c92342 FileCheckize. by Eric Christopher · 14 years ago
- a878cda Perform lvalue-to-rvalue at the end of an expression statement in C. by John McCall · 14 years ago
- 70b0294 Enhance the init generation logic to emit a memset followed by a few stores when by Chris Lattner · 14 years ago
- 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
- 9d0b2b7 Test use of arm_neon.h with -fno-lax-vector-conversions. by Bob Wilson · 14 years ago
- 96607b2 Add a testcase for Radar 8228022. by Bob Wilson · 14 years ago
- de3deea Swap order of checking for compatible vector types. by Bob Wilson · 14 years ago
- 3a1c36c Eliminate two uses of NDEBUG in headers that cause different symbols by Douglas Gregor · 14 years ago