summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve source-location information for CXXNewExpr, by hanging on toDouglas Gregor2010-09-071-0/+15
* Fix null pointer dereference in StreamChecker::Fseek (reported in PR 8081) an...Ted Kremenek2010-09-071-0/+6
* Re-enabled truncation/extension checking in IdempotentOperationChecker and ad...Tom Care2010-09-071-0/+7
* Have Sema check for validity of CGString literalFariborz Jahanian2010-09-072-4/+2
* Improve error recovery when we see ':' and expect a ';'.John McCall2010-09-072-1/+7
* Adjust a test that's expecting optimizations to be doneDale Johannesen2010-09-071-3/+3
* Provide a specific diagnostic when trying to redefine an "externDouglas Gregor2010-09-071-0/+4
* Improve recovery when there is a stray ']' or ')' before the ';' atDouglas Gregor2010-09-071-14/+18
* Improve recovery when a comma is missing between enumerators in anDouglas Gregor2010-09-071-0/+7
* Improve diagnostic and recovery when missing a comma between base orDouglas Gregor2010-09-071-0/+9
* Due to asmparser improvements, this error message is now betterChris Lattner2010-09-061-1/+1
* Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize...Argyrios Kyrtzidis2010-09-062-0/+12
OpenPOWER on IntegriCloud