summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fixes an obscure bug in importd block variable layoutFariborz Jahanian2010-09-111-0/+20
* Test destructors in delete expressions and of temporaries for throwing.Sebastian Redl2010-09-101-1/+11
* Support in-class initialization of static const floating-point data members.John McCall2010-09-102-8/+19
* Address Doug's comments.Sebastian Redl2010-09-102-2/+4
* Make sure we're producing a newline in the preprocessed output beforeDouglas Gregor2010-09-101-5/+10
* Eli helped me understand how evaluation contexts work.Sebastian Redl2010-09-101-2/+13
* Test CXXNoexceptExpr codegen and serialization.Sebastian Redl2010-09-102-0/+23
* Add another small test case.Sebastian Redl2010-09-101-0/+1
* Tests for noexcept in templates.Sebastian Redl2010-09-101-0/+31
* First version of a testcase, plus fixes.Sebastian Redl2010-09-101-0/+128
* Polish diagnostics for null dereferences via ObjC ivar accesses. Finishes up...Ted Kremenek2010-09-101-0/+19
* IRGen fix for using property-dot syntax to pass Fariborz Jahanian2010-09-101-0/+18
* Support strlen() and __builtin_strlen() as constant expressions withDouglas Gregor2010-09-101-0/+4
* Implement: <rdar://problem/6351970> rule request: warn if @synchronized mutex...Ted Kremenek2010-09-101-0/+15
* Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...Tom Care2010-09-101-0/+14
* Add libclang support for label statements, gotos, and taking theDouglas Gregor2010-09-105-24/+13
* Add libclang visitation for C99 designated initializers.Douglas Gregor2010-09-091-0/+10
* Add libclang visitation for __builtin_offsetof's components (fieldsDouglas Gregor2010-09-091-0/+16
* property reference expression used on lhs of assignmentFariborz Jahanian2010-09-092-0/+40
* Clean up obtuse wording of checker diagnostic of using an uninitialized value...Ted Kremenek2010-09-096-9/+9
* When we parse a pragma, keep track of how that pragma was originallyDouglas Gregor2010-09-091-0/+15
* Teach libclang to walk the base and member initializers of aDouglas Gregor2010-09-092-9/+31
* Use FindReportInEquivalenceClass to identify all the nodes used for the trimm...Ted Kremenek2010-09-091-1/+259
* Use temporary files for this test, to see if we can flush out an inexplicable...Douglas Gregor2010-09-091-3/+6
* Add proper type-source information to UnaryTypeTraitExpr, includingDouglas Gregor2010-09-091-0/+3
* Rename GRState::getSVal() -> getRawSVal() and getSimplifiedSVal() -> getSVal().Ted Kremenek2010-09-094-5/+764
* Check format strings when a called function has more than one FormatAttr (one...Ted Kremenek2010-09-091-1/+10
* It appears that technically a null format string is not warned under -Wformat...Ted Kremenek2010-09-091-0/+7
* Relax __attribute_((nonnull)) checking to allow the attribute on functions wi...Ted Kremenek2010-09-091-2/+2
* Include test case for <rdar://problem/5880430>.Ted Kremenek2010-09-091-0/+27
* Block ivar layout must assume that the 'isa'Fariborz Jahanian2010-09-091-5/+5
* Enhance -Wunreachable-code to not consider the 'default:' branch of a switch ...Ted Kremenek2010-09-091-0/+16
* Enhance -Wreturn-type to not warn when control-flow is most likely limited by...Ted Kremenek2010-09-091-0/+13
* Add support for a few MS extensions supported by the Borland compilerDawn Perchik2010-09-081-0/+27
* When providing a completion for a function/method parameter of blockDouglas Gregor2010-09-081-4/+15
* Test removed.Fariborz Jahanian2010-09-081-20/+0
* Removed test case.Fariborz Jahanian2010-09-081-0/+0
* Use the new-initialization code for initializing scalars with aDouglas Gregor2010-09-084-4/+7
* Reverse r113397 until we decide what to do withFariborz Jahanian2010-09-081-20/+0
* Fix a crash when overloading id with objc_object*.Fariborz Jahanian2010-09-082-0/+40
* Microsoft's __uuidof operator implementation part 1.Francois Pichet2010-09-081-1/+38
* Allow type definitions inside anonymous struct/union in Microsoft mode.Francois Pichet2010-09-081-1/+43
* Don't give 'global constructor' warnings for function statics, even if they h...Sebastian Redl2010-09-081-1/+11
* Put the tautological-comparison-of-unsigned-against-zero warnings inJohn McCall2010-09-082-3/+3
* Implement ARM static local initialization guards, which are more compact thanJohn McCall2010-09-083-3/+78
* Allow (cv) void and incomplete arrays to be passed to the type traits.Sebastian Redl2010-09-082-4/+37
* add a fixit when 'main' does ot return 'int'; review welcomeGabor Greif2010-09-081-0/+6
* Provide proper type-source location information forDouglas Gregor2010-09-081-0/+20
* Local static block variable referecned in itsFariborz Jahanian2010-09-071-0/+57
* tests: Use -ffreestanding when including stdint.h, to avoid platform dependen...Daniel Dunbar2010-09-078-11/+11