Age | Commit message (Expand) | Author |
2011-12-02 | Make conversion specifier warning refer to typedef if possible. | Hans Wennborg |
2011-12-02 | When making a module visible, also make any of its exported modules | Douglas Gregor |
2011-12-02 | Implement (de-)serialization of the set of exported modules in a | Douglas Gregor |
2011-12-02 | Notify the AST writer (via ASTDeserializationListener) when a | Douglas Gregor |
2011-12-02 | Implement name hiding for macro definitions within modules, such that | Douglas Gregor |
2011-12-02 | Fix bitfield handling for record layout with #pragma pack. <rdar://problem/1... | Eli Friedman |
2011-12-02 | Add support for AVX registers to clang inline asm. Add a small testcase | Eric Christopher |
2011-12-02 | Implementing parsing and resolution of module export declarations | Douglas Gregor |
2011-12-02 | Fix test regression introduced by r145656. When seeing a string literal that... | Ted Kremenek |
2011-12-02 | Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rda... | Ted Kremenek |
2011-12-02 | Fix wrong-code bug when a const automatic variable of struct type has both a | Richard Smith |
2011-12-02 | When we're passing a vector with an illegal type through memory on x86-64, us... | Eli Friedman |
2011-12-01 | Driver/Darwin: Add ASAN runtime library link support. | Daniel Dunbar |
2011-12-01 | Implement name hiding for declarations deserialized from a non-visible | Douglas Gregor |
2011-12-01 | Fix -forwardingTargetForSelector: (GNUstep runtime) which was broken for the | David Chisnall |
2011-12-01 | Add support for AMD's bulldozer. | Benjamin Kramer |
2011-12-01 | Introduce the notion of name visibility into modules. For a given | Douglas Gregor |
2011-12-01 | [analyzer] Make KeychainAPI checker less aggressive. radar://10508828 | Anna Zaks |
2011-12-01 | When typo-correction an Objective-C superclass name, don't | Douglas Gregor |
2011-12-01 | Add Microsoft mangling of constructors and destructors. Patch by Dmitry! | Michael J. Spencer |
2011-12-01 | [analyzer] Refactor checkers to use helper function for getting callee Decl a... | Anna Zaks |
2011-12-01 | When analyzing a C++ method (without a specific caller), assume 'this' is non... | Ted Kremenek |
2011-12-01 | Don't use a varargs convention for calls unprototyped functions where one of ... | Eli Friedman |
2011-12-01 | Infer the submodule ID for a given declaration based on the location | Douglas Gregor |
2011-12-01 | When sending a message to a receiver that has "unknown any" type, | Douglas Gregor |
2011-12-01 | ParmVarDecls have no linkage. Previously we would report that parameters | Argyrios Kyrtzidis |
2011-12-01 | Switch the ID numbers used for submodule IDs in the AST reader over to | Douglas Gregor |
2011-12-01 | Specially whitelist the selector 'addOperationWithBlock:' for the retain-cycl... | Ted Kremenek |
2011-12-01 | Further tweak -Wurneachable-code and templates by allowing the warning to run on | Ted Kremenek |
2011-12-01 | Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov. | Eli Friedman |
2011-11-30 | Revert most of r145372 for now. Lookahead beyond the ';' in a function | Richard Smith |
2011-11-30 | Unbreak build with GCC. Clang is too lame to diagnose this particular ill-for... | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | [PCH] In ASTReader::FinishedDeserializing, after we do PassInterestingDeclsTo... | Argyrios Kyrtzidis |
2011-11-30 | make asan work at -O0, clang part. Patch by glider@google.com | Kostya Serebryany |
2011-11-30 | Per an offline conversation with John McCall, have StmtPrinter actually print... | Ted Kremenek |
2011-11-30 | Don't run -Wunreachable-code on template instantiations. Different instantia... | Ted Kremenek |
2011-11-30 | Don't collide loop variable names (to appease GCC) | Matt Beaumont-Gay |
2011-11-30 | Note that we'll need to handle __include_macros specially in the module loader | Douglas Gregor |
2011-11-30 | Get the -march argument based on the target MIPS architecture or cpu and pass | Akira Hatanaka |
2011-11-30 | Update CMake build. | Benjamin Kramer |
2011-11-30 | Move the module auto-import logic after the logic that allows a | Douglas Gregor |
2011-11-30 | Trivial indentation fix for the code I just committed | Douglas Gregor |
2011-11-30 | Introduce an opt-in warning indicating when the compiler is treating | Douglas Gregor |
2011-11-30 | Implement (de-)serialization of the description of a module and its | Douglas Gregor |
2011-11-30 | [analyzer] Add checker callback documentation. | Anna Zaks |
2011-11-30 | Use raw_ostream::indent. | Benjamin Kramer |
2011-11-30 | Switch the module map printer over to | Douglas Gregor |
2011-11-30 | Fix the instantiation of pseudo-object expressions. This is a | John McCall |
2011-11-30 | When writing a module file, pass the module through to the AST | Douglas Gregor |