2010-12-07 |
Douglas Gregor | Implement AST import for Objective-C property implement... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Benjamin Kramer | Cast CachedLinkage to linkage to avoid "comparison... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Douglas Gregor | Implement ASTImporter support for Objective-C category... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Rafael Espindola | Fix PR8720 by printing an error message with a substrin... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jay Foad | PR5207: Change APInt methods trunc(), sext(), zext... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Douglas Gregor | Extern the ASTImporter to import @implementation declar... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Bob Wilson | Add Neon vreinterpret intrinsics. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Bob Wilson | Make whitespace more consistent. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Francois Pichet | Fix enumerator not handled in switch warnings. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
John McCall | Kill FullExpr, as it was not, in fact, used anywhere... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Douglas Gregor | Use Sema::MaybeCreateExprWithCleanups() only after... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Francois Pichet | Fix compile error: comma at end of enumerator list. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Francois Pichet | Type traits intrinsic implementation: __is_base_of... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Douglas Gregor | Use atomic operations for libclang's object count tracking. |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Douglas Gregor | Objective-C pointer conversions to 'id' or qualified... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
John McCall | Split out a function to do lvalue conversion on objects... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Chris Lattner | c/objc/c++'98 are basically done, but we want '0x support. |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Argyrios Kyrtzidis | Remove a fixme which was fixed in a previous commit. |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Douglas Gregor | Use the unused merge() function, fixing an minor, unint... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Douglas Gregor | Re-implement caching for the linkage calculation of... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
John McCall | Do unary conversions on vararg arguments and *then... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Argyrios Kyrtzidis | Use Sema's MarkDeclarationReferenced, which takes care... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Argyrios Kyrtzidis | Use the source location of the parameter, when it makes... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Douglas Gregor | Revert r120808, my previous implementation of caching... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Fariborz Jahanian | Add BlocksAttr assert on __block specific |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Chandler Carruth | Un-templatetize this method. It's definition is out... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
John McCall | Rename CXXExprWithTemporaries -> ExprWithCleanups;... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
John McCall | __block variables require us to evaluate the RHS of... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
John McCall | Clarify the logic for when to build an overloaded binop... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Ted Kremenek | Mark SVal constructors 'explicit'. |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Ted Kremenek | Rename Environment::LookupExpr() to |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Ted Kremenek | Remove unused method GRState::LookupExpr(). |
commit | commitdiff | tree | snapshot |
2010-12-05 |
John McCall | Fix a bug in the emission of __real/__imag l-values... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Anders Carlsson | Put each test in class-layout.cpp into a separate names... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Anders Carlsson | Add a LayoutBase member function. No functionality... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Anders Carlsson | Replace calls to AppendBytes with calls to AppendPaddin... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Fariborz Jahanian | Fix rewriter to match recent changes in property ref |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | Silly special case: never load when dereferencing... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | First pass at implementing the intent of ANSI C DR106. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | dyn_cast else unreachable -> cast |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Francois Pichet | More anonymous struct/union redesign. This one deals... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | Don't crash when initializing a subaggregate in C from... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | Make IgnoreParenLValueCasts skip __extension__ nodes... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Benjamin Kramer | Silence "comparison between signed and unsigned integer... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | Remove some defensive calls to EmitLoadOfPropertyRefLVa... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | When deciding whether to complain about the type of... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | Apparently properties.m does not always fail; make it. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | Fix this test case on no-asserts builds by not trying... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | Although we currently have explicit lvalue-to-rvalue... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | Test case for the l-value base only being evaluated... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
John McCall | Kill the KVC l-value kind and calculate the base expres... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-std= |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-mad-enable |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-fast-relaxed-math |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-unsafe-math-optimizations |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-finite-math-only |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-single-precision-constant |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-opt-disable |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Refactor optimisation level code |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Introduce CompilerInvocation::setLangDefaults function |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Argyrios Kyrtzidis | Minor refactoring; have BugReport::getRanges return... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Argyrios Kyrtzidis | Mark functions referenced by 'cleanup' attribute as... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Fariborz Jahanian | Diagnose when accessing property in a class method and |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Abramo Bagnara | Fixed typo. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Abramo Bagnara | Added struct/class syntactic info for c++0x scoped... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Add missing vext_f32 and vextq_f32 Neon intrinsics... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Add support for vmul_p8 Neon intrinsic. Radar 8446141. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Douglas Gregor | Implement caching for the linkage and visibility calcul... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Add a separate name field to the Neon intrinsic table. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Add a separate rightShift flag instead of reusing the... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ted Kremenek | Update analyzer build. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Eric Christopher | Add some warning messages about invalid use of common... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ted Kremenek | Add test case for r120795. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ted Kremenek | Fix an insidious bug in BugReporter where |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ted Kremenek | Also include the pointer address of the ExplodedNode |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Argyrios Kyrtzidis | Also show notes about the taken path in TextPathDiagnos... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Argyrios Kyrtzidis | Remove leftover code and use the text path diagnostic... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Nick Lewycky | Add a flag to control the "indirection of non-volatile... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Argyrios Kyrtzidis | Introduce TextPathDiagnostics, a simple PathDiagnosticC... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Argyrios Kyrtzidis | Handle any number of SourceRanges inside BugReporter... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Argyrios Kyrtzidis | Rename Create[*]DiagnosticClient -> create[*]Diagnostic... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Add support for "_lane" variants of VMUL, VMLA, and... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ted Kremenek | Fix diagnostic for reporting bad escape sequence. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Chris Lattner | Reflow to a style doug prefers, increasing indentation :-) |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | When we're performing an explicit cast of some sort... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Fariborz Jahanian | Improve on objc diagnostics. // rdar://8721692 |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Peter Collingbourne | Merge transparent union types using member's unqualifie... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Ted Kremenek | Fix range in printf warnings for invalid conversion... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Peter Collingbourne | Merge transparent union types using member's canonical... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | Fix inverted return value in the ASTImporter. No matter... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Abramo Bagnara | Fixed source range for MS asm statement. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Chris Lattner | fix PR8726 by teaching the aggregate init optimization... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Fariborz Jahanian | Test for // rdar://8594790 |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Bob Wilson | Attempt to fix linux buildbots by adding -ffreestanding... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Fariborz Jahanian | IR Gen. part of API support for __block cxx |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | Do not change the size of LookupResult::Filter based... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | Remove NDEBUG-controlled extra data from |
commit | commitdiff | tree | snapshot |
2010-12-02 |
John McCall | Tweaks. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
John McCall | ObjC support in the XML dumper. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Ted Kremenek | Merge ValueManager into SValBuilder. |
commit | commitdiff | tree | snapshot |
next |