Age | Commit message (Expand) | Author |
2011-12-03 | In Microsoft mode, don't perform typo correction in a template member functio... | Francois Pichet |
2011-12-03 | Implement overload resolution for reference-typed parameters supplied with in... | Sebastian Redl |
2011-12-03 | [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized | Argyrios Kyrtzidis |
2011-12-03 | [libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr. | Argyrios Kyrtzidis |
2011-12-03 | [libclang] Allow indexing/get-cursor/etc. for the exception variable in a C++... | Argyrios Kyrtzidis |
2011-12-03 | Implement support for precompiled headers, preambles, and serialized | Douglas Gregor |
2011-12-02 | Revert r145697 and dependent patch r145702. It added a dependency from | Nick Lewycky |
2011-12-02 | Add missing test header | Douglas Gregor |
2011-12-02 | Only perform checking of the predefines buffer when loading a | Douglas Gregor |
2011-12-02 | Make r145697 actually work. | Hans Wennborg |
2011-12-02 | Make sure that name lookup in C checks whether a name is hidden. | Douglas Gregor |
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 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 | Clean up some oddly gratuitous vertical whitespace. | Eric Christopher |
2011-12-02 | Rename function. | Eric Christopher |
2011-12-02 | Implementing parsing and resolution of module export declarations | Douglas Gregor |
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 | Implement name hiding for declarations deserialized from a non-visible | 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 | Change the Microsoft __interface keyword to be an alias for struct (not class... | Francois Pichet |
2011-12-01 | Fix typo. | Ted Kremenek |
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 | 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 | 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 | [PCH] In ASTReader::FinishedDeserializing, after we do PassInterestingDeclsTo... | Argyrios Kyrtzidis |
2011-11-30 | Test case for fix committed in r145441. | Lang Hames |
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 | Introduce an opt-in warning indicating when the compiler is treating | Douglas Gregor |
2011-11-30 | Add preprocessor-only test for submodule imports | Douglas Gregor |
2011-11-30 | Fix the instantiation of pseudo-object expressions. This is a | John McCall |
2011-11-30 | When loading a module that involves submodules (e.g., std.vector), | Douglas Gregor |
2011-11-29 | Make sure that forward declarations are marked as such in the debug info | Eric Christopher |
2011-11-29 | Revert r145244. It causes us to create broken ASTs with missing type information | Richard Smith |
2011-11-29 | Suppress -Warray-bounds for classes (not just structs) where the last field is | Matt Beaumont-Gay |
2011-11-29 | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor |
2011-11-29 | Relax RegionStore to allow loads from CodeTextRegions. Apparently you can ac... | Ted Kremenek |
2011-11-29 | Merge branch 'yo-dawg-i-herd-u-like-arrays' | Matt Beaumont-Gay |