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 |
2012-01-09 |
Abramo Bagnara | Made unknown builtin diagnostic remappable. |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Craig Topper | Merge AVX/AVX2 into the SSE level. |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Fariborz Jahanian | objc++: more atomic property api code for |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Rafael Espindola | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Benjamin Kramer | Remove unused include of VectorExtras.h. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Benjamin Kramer | Pack UsingDecl more. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Fariborz Jahanian | objc++: More codegen stuff for atomic properties of... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Anna Zaks | [analyzer] Fix use-after-free in HandleTranslationUnit. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Abramo Bagnara | Fixed TypeofExpr AST and code generation. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Douglas Gregor | Switch NamespaceDecl from its own hand-rolled redeclara... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Eli Friedman | More lambda work: semantic analysis of capturing 'this... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Anna Zaks | [analyzer] Add basic format string vulnerability checking. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Argyrios Kyrtzidis | [arcmt] Disable tests in mingw, no idea why they are... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Eli Friedman | Lambdas: semantic analysis of explicit captures. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Ted Kremenek | [analyzer] Remove CallEnterNodeBuilder and simplify... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Akira Hatanaka | Add field PaddingType to ABIArgInfo which specifies... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Ted Kremenek | Correctly enqueue successors in ExprEngine::processCall... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Ted Kremenek | [analyzer] Remove CallExitNodeBuilder, and have ExprEng... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Matt Beaumont-Gay | Suppress -Wunused-value within macros from system headers. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Fariborz Jahanian | objc++: more code gen stuff for atomic property api, |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ted Kremenek | [analyzer] Make the entries in 'Environment' context... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Douglas Gregor | During name lookup, use redecl_iterator to walk over... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Eli Friedman | Revert r147664; it's breaking clang regression tests. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Chad Rosier | Fix uninitialized variable warning. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Eli Friedman | Revert r147655; it's breaking the compiler_rt build... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
DeLesley Hutchins | Thread safety analysis: added support for trylock attri... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
DeLesley Hutchins | Added LocalVariableMap |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Joerg Sonnenberger | __FLT_EVAL_METHOD__ should be 1 on NetBSD/i386, since... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Fariborz Jahanian | objc++: some declarations related to atomic |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Jakub Staszak | Silence GCC warnings. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Kostya Serebryany | [asan] mention -fno-omit-frame-pointer in the docs |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Douglas Gregor | When inferring a submodule ID during module creation... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Anna Zaks | [analyzer] Correct the c++-analyzer symlink |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Douglas Gregor | Stash Decl's TopLevelDeclInObjCContainer and ModulePriv... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Richard Smith | C++11 generalized constant expressions: implement check... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Douglas Gregor | Introduce a "Hidden" bit into Decl, to track whether... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Douglas Gregor | Teach DeclContext deserialization to pay attention... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
David Chisnall | If we are compiling with -fno-builtin then don't do... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
John McCall | Fix the mangling of class template arguments in a parti... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Rafael Espindola | Improvements to the uninitialized variable warning... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Eli Friedman | More lambda work. Fixes a minor bug Richard pointed... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Richard Smith | David Blaikie and Chandler would like us to diagnose |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Anna Zaks | [analyzer] c++-analyzer should be a symlink. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Anna Zaks | [analyzer] Update the docs to reflect that gcc is not... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Anna Zaks | [analyzer] scan-build: If we are on MacOS, use clang... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Anna Zaks | [analyzer] Skip --serialize-diagnostic when running... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Richard Smith | Tweak to r147599 for PR10828: Move the check from the... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Eli Friedman | Minor refactoring of sentinel warning on blocks. Add... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Fariborz Jahanian | objc++: sythesize a helper function to be used |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Argyrios Kyrtzidis | Fix a memory leak of PragmaNamespaces, rdar://10611796. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Eli Friedman | Address Richard's review comments on r147561 (Evaluate... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | Always allocate an extra 8 bytes for a deserialized... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Ted Kremenek | After further discussion, rename attribute 'objc_disabl... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Eli Friedman | Tweak the fix to PR8977: an empty expression-list repre... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | Don't seed the ASTWriter's declaration -> ID mapping... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | When we deserialize a declaration from a module file... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | When creating declarations that are deserialized from... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Argyrios Kyrtzidis | When loading an AST file, set SourceManager::MainFileID... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Richard Smith | PR10828: Produce a warning when a no-arguments function... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Eli Friedman | More lambda work. Tweak the Sema interface slightly... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Chad Rosier | [driver] Add support for passing -lazy_framework/-lazy_... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Eli Friedman | Change casting slightly to avoid warnings about casting... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | When we're performing name lookup for a tag, we still... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Eli Friedman | Minor cleanup; no functional change. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Argyrios Kyrtzidis | Sanity checks in SourceManager::getFileEntryForID(... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
John McCall | The value of a const weak variable is not an integer... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | If we already have a definition for a top-level module... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Fariborz Jahanian | Fixes a code gen bug for setter code for a property of |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | When generating includes for all of the headers we... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Anna Zaks | [analyzer] Add another tests to taint tester. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Anna Zaks | [analyzer] Be less pessimistic about invalidation of... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Anna Zaks | [analyzer] Correct the error message in the testing... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ted Kremenek | Rename attribute 'objc_suppress_autosynthesis' to ... |
commit | commitdiff | tree | snapshot |
next |