summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek2011-10-242-3/+3
* Fix grammar for C++11 alignment specifiers, and add a few FIXMEs.Peter Collingbourne2011-10-232-1/+9
* Diagnose unexpanded parameter packs in member initialisers (includingPeter Collingbourne2011-10-231-0/+6
* Attach class template attributes to the templated CXXRecordDecl,Peter Collingbourne2011-10-232-0/+7
* test/Driver/debug.c: Mark this as "REQUIRES: shell".NAKAMURA Takumi2011-10-221-1/+2
* Only emit implicit constant conversion truncation warnings in reachable code....Ted Kremenek2011-10-222-0/+79
* Fixes a minor hick up to my last patch.Fariborz Jahanian2011-10-221-1/+1
* objc: private methods can have their attributes, no diagnostic is required.Fariborz Jahanian2011-10-222-2/+5
* XFAIL test on WindowsDouglas Gregor2011-10-211-0/+2
* More speculative test tweakingDouglas Gregor2011-10-211-4/+1
* Fix PR11073 by adding the argument type information to the decl we constructEric Christopher2011-10-212-1/+10
* Switch tests from grep to FileCheckDouglas Gregor2011-10-212-5/+10
* Add tests for CodeGen types in MS ABI. Based on patch by r4start.Eli Friedman2011-10-211-1/+19
* [PCH] When serializing Stmts, keep track of when sub statements are reference...Argyrios Kyrtzidis2011-10-212-0/+49
* More ASTRecordLayout changes for MS ABI; based on patch by r4start.Eli Friedman2011-10-211-19/+34
* c++: support gcc's application of weak attribute onFariborz Jahanian2011-10-211-0/+47
* Doug reports that this test is still failing. Try applying Benjamin Kramer'sNick Lewycky2011-10-211-2/+1
* Added support for thread safety attributes on destructors.DeLesley Hutchins2011-10-211-4/+2
* Thread safety analysis refactoring: invalid lock expressions.DeLesley Hutchins2011-10-211-9/+27
* Thread safety analysis: add support for attributes on constructors.DeLesley Hutchins2011-10-211-0/+19
* objective-c: Diagnose redeclaration of privateFariborz Jahanian2011-10-211-0/+33
* When performing name lookup for the previous declaration of a field,Douglas Gregor2011-10-212-0/+11
* Permit auto SCS on parameter declarations, C++03 [dcl.stc]p2Peter Collingbourne2011-10-211-0/+26
* Try to be exceedingly clever and make this test work properly whether it's runNick Lewycky2011-10-211-0/+1
* Treat the Microsoft/Borland keyword "__except" as a context-sensitiveDouglas Gregor2011-10-212-2/+6
* Massage this test a little so it works when run inside the Google environment.Nick Lewycky2011-10-211-1/+1
* Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This isNick Lewycky2011-10-212-0/+12
* Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-PODRichard Smith2011-10-203-4/+21
* Add test case for analyzer crash reported in <rdar://problem/10308201> (which...Ted Kremenek2011-10-201-0/+15
* 'extern template' is a C++11 feature. Add an Extension for C++98 (this matchesRichard Smith2011-10-202-1/+4
* Diagnose class template (partial) specializations that occur in theDouglas Gregor2011-10-201-0/+10
* When we parse something that looks like a templated friend tag butDouglas Gregor2011-10-201-0/+6
* Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...Ted Kremenek2011-10-201-1/+1
* Add -Wc++98-compat warning for enumerations in nested name specifiers.Richard Smith2011-10-201-0/+6
* Make the -verify bits in this test actually test something, and fix a few casesRichard Smith2011-10-201-11/+12
* Don't provide errors for anonymous unions when they're actually anonymous cla...David Blaikie2011-10-191-0/+5
* Improve the diagnostic when a comma ends up at the end of a declarator groupRichard Smith2011-10-195-1/+65
* -Wc++98-compat: warn on nontrivial types used in unions and anonymous structs.Richard Smith2011-10-191-0/+24
* Only warn at self-initialization if some later use is always uninitialized.Matt Beaumont-Gay2011-10-191-1/+9
* -Wc++98-compat: diagnose if a reference is bound to a prvalue which does notRichard Smith2011-10-191-0/+27
* Fix the signatures of vfork, __sigsetjmp and sigsetjmp.Rafael Espindola2011-10-191-1/+1
* Break out ssize_t test from Sema/format-strings-fixit.cHans Wennborg2011-10-192-2/+18
* Improve the warning for cv-qualifiers on free functions, from Ahmed Charles!Douglas Gregor2011-10-191-0/+3
* Fix pr9789, assert-on-invalid while instantiating an (invalid) class template...David Blaikie2011-10-191-1/+2
* Tweak this test to test more directly what we want, and hopefully work around...Douglas Gregor2011-10-191-2/+10
* Add a -Wc++98-compat warning for friend functions of class templates which wouldRichard Smith2011-10-191-0/+7
* Add block information for ObjC @catch blocks.Eric Christopher2011-10-191-0/+16
* -Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an accessRichard Smith2011-10-191-0/+9
* objc: allow class name qualified with protocols inFariborz Jahanian2011-10-181-1/+1
* Minor tweak to testDouglas Gregor2011-10-181-1/+1