summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Provide overload diagnostics when explicit casts involving class types fail.John McCall2011-02-145-25/+25
* [analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis2011-02-141-1/+1
* Fix edge case where we don't cull warnings in IdempotentOperationsChecker due...Ted Kremenek2011-02-141-14/+6
* Handle 'UsingDirective' in CFGRecStmtDeclVisitor.Ted Kremenek2011-02-141-0/+15
* When parsing an out-of-line member function declaration, we must delayJohn McCall2011-02-142-1/+22
* OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne2011-02-144-0/+32
* Make LexOnOffSwitch a Preprocessor member functionPeter Collingbourne2011-02-141-1/+1
* Look through array types when deciding whether a field requires non-trivialJohn McCall2011-02-131-0/+20
* Implement objective-c++'s block pointer type matching involvingFariborz Jahanian2011-02-123-1/+97
* Teach the IdempotentOperations checker to ignore property setters.Ted Kremenek2011-02-121-2/+10
* When reading the AST, delay loading of the redeclaration chain to avoid deepl...Argyrios Kyrtzidis2011-02-121-0/+107
* Weaken the ObjCSelfInitChecker to only warn when one calls an 'init' method w...Ted Kremenek2011-02-121-6/+6
* Add test case for <rdar://problem/6888289>.Ted Kremenek2011-02-121-0/+38
* static analyzer: Also invalidate instance variables of a receiver in a messag...Ted Kremenek2011-02-121-0/+34
* Don't emit a dead store for '++' operations unless it occurs with a return st...Ted Kremenek2011-02-122-6/+7
* Don't report dead stores on unreachable code paths. Fixes <rdar://problem/84...Ted Kremenek2011-02-112-5/+40
* Add test case for PR 8646.Ted Kremenek2011-02-111-3/+24
* Reject forbidden storage class specifiers in OpenCL. Patch by George Russell!Peter Collingbourne2011-02-112-1/+10
* Fix a block sema bug where result type of initializerFariborz Jahanian2011-02-113-2/+15
* Implement AST/PCH chaining support for macro definitions. Previously,Douglas Gregor2011-02-111-0/+3
* When we're writing macro definitions to an AST/PCH File, sort theDouglas Gregor2011-02-101-0/+2
* For -Woverloaded-virtual take into account canonical methods. Fixes rdar://89...Argyrios Kyrtzidis2011-02-101-0/+13
* Add a testcase for the mcount profiling.Roman Divacky2011-02-101-0/+4
* Move the check that gives functions with unique-external types unique-externalJohn McCall2011-02-102-1/+20
* Add target triple.Devang Patel2011-02-091-1/+1
* Fix scoping of method declarations and issue Fariborz Jahanian2011-02-094-3/+41
* Parse: add support for parsing CUDA kernel callsPeter Collingbourne2011-02-094-0/+61
* AST, Sema, Serialization: keep track of cudaConfigureCallPeter Collingbourne2011-02-091-0/+3
* Do not emit AT_MIPS_linkage_name for Objective-C method static variable i.Devang Patel2011-02-091-0/+23
* Driver/Frontend: Wire up -mregparm=.Daniel Dunbar2011-02-091-0/+15
* test: CMake: Be aware of LLVM_LIT_TOOLS_DIR.NAKAMURA Takumi2011-02-092-0/+13
* Emit debug info for objc_selector.Devang Patel2011-02-091-0/+15
* When IRgen refers to a function declaration that is not a definition,Douglas Gregor2011-02-091-0/+18
* analyzer, retain/release checker: Remove hack where objects passed in message...Ted Kremenek2011-02-081-1/+16
* When checking the 'weak' and 'weakref' attributes, look for non-externalJohn McCall2011-02-083-5/+33
* Fix an IRGen bug in property setter calls whenFariborz Jahanian2011-02-081-0/+17
* Test case accidentally left out of my last commit.John McCall2011-02-081-0/+57
* In Sema::CheckShadow, get the DeclContext from the variable that we are checkingArgyrios Kyrtzidis2011-02-081-0/+15
* Support for objextive-c++ use of property-dot syntax as receiverFariborz Jahanian2011-02-081-0/+1
* Extend the const capture optimization to C++ record types with noJohn McCall2011-02-081-0/+47
* Sema::MaybeBindToTemporary() shouldn't treat any expression returningDouglas Gregor2011-02-081-0/+24
* dgregor accidentally killed this assert, but on investigation, it can fireJohn McCall2011-02-081-0/+6
* Support for objc use of property-dot syntax as receiverFariborz Jahanian2011-02-081-0/+21
* When copy-capturing values for a nested capture, use a BlockDeclRefExpr.John McCall2011-02-071-0/+10
* Move uninitialized variable checking back under -Wuninitialized-experimental....Ted Kremenek2011-02-073-3/+3
* A few more tweaks to the blocks AST representation: John McCall2011-02-076-90/+116
* pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed)Anton Yartsev2011-02-072-1/+32
* Add another test that we can fully devirtualize now.Anders Carlsson2011-02-061-0/+25
* Fix self-host; if a thunk already exists and has available_externally linkage...Anders Carlsson2011-02-061-0/+18
* When building with optimizations, emit thunks with available_externally linka...Anders Carlsson2011-02-061-0/+70