2012-01-13 |
Jakob Stoklund... | CodeInit was replaced by StringInit. |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Richard Smith | PR11754: Reject non-static constexpr member functions... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Eli Friedman | A base subobject type doesn't make sense for unions... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Eli Friedman | constexpr is allowed on static member functions of... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Eli Friedman | A few minor improvements to error recovery trying to... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Richard Smith | Don't crash while trying to diagnose a function declare... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Kaelyn Uhrain | Fix up the calls to CorrectTypo in Sema*ObjC.cpp to... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Douglas Gregor | Revert previous commit. Something has gone wonky with... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Douglas Gregor | When inferring a module map for a framework, add the... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Anna Zaks | [analyzer] Unwrap the pointers when ignoring the const... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Anna Zaks | [analyzer] Taint: when looking up a binding, provide... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Anna Zaks | [analyzer] RegionStoreManager::getBinding() should... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Anna Zaks | [analyzer] Fix a typo in a warning message. |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Fariborz Jahanian | objc parsing. Fixes a crash when parsing array initiali... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Richard Smith | Improve 0-argument -Wvexing-parse diagnostic by adding... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Eli Friedman | Recommit r148056 with fixes to deal with weirdness... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Eli Friedman | Revert r148056 while I investigate failures. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Eli Friedman | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Eli Friedman | Make sure adding a field to a struct never reduces... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Ted Kremenek | Adjust set of default checkers. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Argyrios Kyrtzidis | If an ObjCMessageExpr is implicit, there are no source... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Kaelyn Uhrain | Convert SemaCXXScopeSpec.cpp to pass a callback object... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Fariborz Jahanian | objc: do not warn when converting to a const id qualfie... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Rafael Espindola | Revert 148045 to fix the bots. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Rafael Espindola | Add a SONAME to the libclang library. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Kaelyn Uhrain | Convert SemaInit.cpp to pass a callback object to Corre... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Ted Kremenek | [analyzer] fix inlining's handling of mapping actual... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Richard Smith | constexpr: initialization of a union from an empty... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Hans Wennborg | scanf: parse the 'm' length modifier, and check that... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Douglas Gregor | In Objective-C++, actually compute the base type of... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Hans Wennborg | scanf analysis: the 'a' length modifier is valid with... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Hans Wennborg | scanf analysis: don't bail out after successful parse... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
NAKAMURA Takumi | test/Driver/debug-options*.c: Tweak r147819 to split... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Richard Smith | Revert accidentally-committed file in r148020. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Richard Smith | Allow constant-folding of references which were formed... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Argyrios Kyrtzidis | Add IsImplicit field in ObjCMessageExpr that is true... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Argyrios Kyrtzidis | [arcmt] The migrator tests for the buildbot in http... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Anna Zaks | [analyzer] Rename Store::Retrieve() -> getBinding(). |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Anna Zaks | [analyzer] Add taint transfer by strcpy & others (part 1). |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Akira Hatanaka | Fix test case committed in r147986. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Akira Hatanaka | Take into account the pointer to an aggregate that... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Akira Hatanaka | Call CodeGenTypes::ConvertType to get LLVM::Type*. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Eli Friedman | Fix some edge cases with C++ casts and placeholder... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Fariborz Jahanian | objective-c: fixes a regression in looking up names |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Matt Beaumont-Gay | Appease -Wnon-virtual-dtor |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Douglas Gregor | Extend test-case as requested by Eli |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Douglas Gregor | Improve the diagnostic when trying to redefine a typede... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Kaelyn Uhrain | Fix the caching in CorrectTypo so that other non-keywor... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Fariborz Jahanian | minor refactoring to improve compile-time performance. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Kaelyn Uhrain | Add initial callback object support to Sema::CorrectTypo. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Fariborz Jahanian | objc-arc: evaluate 'readonly' property with no known |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Richard Smith | constexpr: fix typo resulting in move constructors... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Evgeniy Stepanov | More tests for ARM FPU features. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Evgeniy Stepanov | Fix -mfpu parsing on ARM. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
NAKAMURA Takumi | clang/test/CodeGen/vla-4.c: Relax expression for -Asserts. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Abramo Bagnara | Fixed VLA code generation. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Ted Kremenek | "This change adds alloca/valloc checks to UnixAPIChecke... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
NAKAMURA Takumi | test/Driver/debug-options-as.c: Mark this as XFAIL... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Douglas Gregor | C11 allows typedefs to be redefined. Implement this... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Eli Friedman | Revert changes to lib/Driver in r147917; I didn't mean... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Zhongxing Xu | Add elidable CXXConstructExpr as block-level expr.... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Eli Friedman | Start refactoring code for capturing variables and... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
John McCall | Typo in test. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Ted Kremenek | Remove '#if 0' from ExprEngine::InlineCall(), and start... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
John McCall | Do placeholder conversions on array bounds in both... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Akira Hatanaka | Remove switch/case statements and call GetFloatingPoint... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Akira Hatanaka | Flatten float complex arguments. N32/64 requires float... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Akira Hatanaka | Remove space. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Akira Hatanaka | Add field IsIEEE in FloatingLiteral to distinguish... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Douglas Gregor | When something goes wrong in type-checking a namespace... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Chandler Carruth | Add support for the androideabi environment to our... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Fariborz Jahanian | objc-arc: fixes a crash when trying to find out retaini... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Chandler Carruth | Remove a set, but unused variable. Found with GCC's... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Anna Zaks | [analyzer] Testing infrastructure: Flush output after... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Joerg Sonnenberger | Contrary to the other BSDs, NetBSD followed the ELF... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Ted Kremenek | Make PathDiagnosticLocation more resilient to null... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Benjamin Kramer | Add definitions for AMD's bobcat (aka btver1) |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Benjamin Kramer | Enable POPCNT and LZCNT with sse4a. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Benjamin Kramer | Factor the repetitive cpu macro definition into a helpe... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Bill Wendling | The `-fwritable-strings' flag doesn't make the backing... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Eli Friedman | Implement the missing pieces of Evaluate for _Complex... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Richard Smith | PR11724: Implement evaluation for constexpr defaulted... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Eli Friedman | Per John's comment, it makes sense to ask isLambda... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Argyrios Kyrtzidis | [arcmt] XFAIL on mingw. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Richard Smith | Update C++11 scoped enumeration support to match the... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Eric Christopher | Add -g to the cc1as flags only if we're dealing with... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Eric Christopher | Remove extraneous braces. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Fariborz Jahanian | objc++: patch for IRgen for atomic properties of |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Eli Friedman | Don't crash with -Wlarge-by-value-copy and a dependent... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Richard Smith | Extend the diagnostic for a ',' at the end of a declara... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Nico Weber | Fix "note" of a duplicate explicit instantiation defini... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Akira Hatanaka | Insert padding before unaligned long double arguments. |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Akira Hatanaka | Move the piece of code up that skips the padding argume... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Richard Smith | Restore some parts of this test which were accidental... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Douglas Gregor | When deserializing an anonymous namespace from a module... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Douglas Gregor | Implement merging of namespace-scope declarations acros... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Douglas Gregor | Implement redeclaration merging for namespaces defined... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Douglas Gregor | Always allow redefinition of typedefs when modules... |
commit | commitdiff | tree | snapshot |
next |