aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-12-03In Microsoft mode, don't perform typo correction in a template member functio...Francois Pichet
2011-12-03Implement 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 initializedArgyrios 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-03Implement support for precompiled headers, preambles, and serializedDouglas Gregor
2011-12-02Revert r145697 and dependent patch r145702. It added a dependency fromNick Lewycky
2011-12-02Add missing test headerDouglas Gregor
2011-12-02Only perform checking of the predefines buffer when loading aDouglas Gregor
2011-12-02Make r145697 actually work.Hans Wennborg
2011-12-02Make sure that name lookup in C checks whether a name is hidden.Douglas Gregor
2011-12-02Make conversion specifier warning refer to typedef if possible.Hans Wennborg
2011-12-02When making a module visible, also make any of its exported modulesDouglas Gregor
2011-12-02Implement name hiding for macro definitions within modules, such thatDouglas Gregor
2011-12-02Fix bitfield handling for record layout with #pragma pack. <rdar://problem/1...Eli Friedman
2011-12-02Add support for AVX registers to clang inline asm. Add a small testcaseEric Christopher
2011-12-02Clean up some oddly gratuitous vertical whitespace.Eric Christopher
2011-12-02Rename function.Eric Christopher
2011-12-02Implementing parsing and resolution of module export declarationsDouglas Gregor
2011-12-02Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rda...Ted Kremenek
2011-12-02Fix wrong-code bug when a const automatic variable of struct type has both aRichard Smith
2011-12-02When we're passing a vector with an illegal type through memory on x86-64, us...Eli Friedman
2011-12-01Implement name hiding for declarations deserialized from a non-visibleDouglas Gregor
2011-12-01[analyzer] Make KeychainAPI checker less aggressive. radar://10508828Anna Zaks
2011-12-01When typo-correction an Objective-C superclass name, don'tDouglas Gregor
2011-12-01Add Microsoft mangling of constructors and destructors. Patch by Dmitry!Michael J. Spencer
2011-12-01Change the Microsoft __interface keyword to be an alias for struct (not class...Francois Pichet
2011-12-01Fix typo.Ted Kremenek
2011-12-01When analyzing a C++ method (without a specific caller), assume 'this' is non...Ted Kremenek
2011-12-01Don't use a varargs convention for calls unprototyped functions where one of ...Eli Friedman
2011-12-01When sending a message to a receiver that has "unknown any" type,Douglas Gregor
2011-12-01ParmVarDecls have no linkage. Previously we would report that parametersArgyrios Kyrtzidis
2011-12-01Specially whitelist the selector 'addOperationWithBlock:' for the retain-cycl...Ted Kremenek
2011-12-01Further tweak -Wurneachable-code and templates by allowing the warning to run onTed Kremenek
2011-12-01Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov.Eli Friedman
2011-11-30Revert most of r145372 for now. Lookahead beyond the ';' in a functionRichard Smith
2011-11-30[PCH] In ASTReader::FinishedDeserializing, after we do PassInterestingDeclsTo...Argyrios Kyrtzidis
2011-11-30Test case for fix committed in r145441.Lang Hames
2011-11-30Per an offline conversation with John McCall, have StmtPrinter actually print...Ted Kremenek
2011-11-30Don't run -Wunreachable-code on template instantiations. Different instantia...Ted Kremenek
2011-11-30Introduce an opt-in warning indicating when the compiler is treatingDouglas Gregor
2011-11-30Add preprocessor-only test for submodule importsDouglas Gregor
2011-11-30Fix the instantiation of pseudo-object expressions. This is aJohn McCall
2011-11-30When loading a module that involves submodules (e.g., std.vector),Douglas Gregor
2011-11-29Make sure that forward declarations are marked as such in the debug infoEric Christopher
2011-11-29Revert r145244. It causes us to create broken ASTs with missing type informationRichard Smith
2011-11-29Suppress -Warray-bounds for classes (not just structs) where the last field isMatt Beaumont-Gay
2011-11-29Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor
2011-11-29Relax RegionStore to allow loads from CodeTextRegions. Apparently you can ac...Ted Kremenek
2011-11-29Merge branch 'yo-dawg-i-herd-u-like-arrays'Matt Beaumont-Gay