aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-04-06When code completion produces an overload set as its results (e.g.,Douglas Gregor
2010-04-06Do not produce semicolons at the end of code-completion resultsDouglas Gregor
2010-04-06Only prove macros as code-completion results when we're in a caseDouglas Gregor
2010-04-06When sending a message to "id", apply some heuristics to try to narrowDouglas Gregor
2010-04-06add a testcase that the integrated assembler rejects, this verifies Chris Lattner
2010-04-06Make code-completion for Objective-C message sends to "id" work in theDouglas Gregor
2010-04-06Put type restriction on convesion to nonconforming 'id' back in Fariborz Jahanian
2010-04-06Implement support for code completion of an Objective-C message send toDouglas Gregor
2010-04-06Add test for code completion of Objective-C message sends to classes.Douglas Gregor
2010-04-06Perform code-completion within ParseCastExpression, which handles,Douglas Gregor
2010-04-05Extend the type printing policy to allow one to turn off the printingDouglas Gregor
2010-04-05Print the errors when a clang test fails instead of just listing theJeffrey Yasskin
2010-04-05Emit debug info for objc getters and setters.Devang Patel
2010-04-05fix PR6780, properly handling the IR {|} escapes in inline asm strings.Chris Lattner
2010-04-05fix PR6782, an accept invalid. We weren't emitting the diagnostic Chris Lattner
2010-04-05Code completion results that refer to macros now get the cursor kindDouglas Gregor
2010-04-05Always assume block-level expressions in the caller are alive when analyzingZhongxing Xu
2010-04-04Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang
2010-04-03Don't produce a vtable for a class if we have an explicit template instantiat...Rafael Espindola
2010-04-02Improve diagnosing when a method type does not start with '-'|'+'Fariborz Jahanian
2010-04-02Avoid unneeded calls to opt/llvm-dis.Daniel Dunbar
2010-04-02Merge several tests into switch.c.Daniel Dunbar
2010-04-02diagnose declaring class extension after its implementationFariborz Jahanian
2010-04-02Diagnose invalid code with -fobjc-nonfragile-abi2 whenFariborz Jahanian
2010-04-02We seem to get an inconsistent alignment value in the generatedDouglas Gregor
2010-04-02Revert r100193 since it causes failures in objc in clangMon P Wang
2010-04-02Rework our handling of copy construction of temporaries, which was aDouglas Gregor
2010-04-02Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang
2010-04-02If a constructor is a dependent context, just set the base and member initial...Anders Carlsson
2010-04-02Diagnose multiple base and member initializers in class templates.Anders Carlsson
2010-04-02Check in a motivating test for the revised access semantics.John McCall
2010-04-02Correct the calculation of access to more closely model the wording inJohn McCall
2010-04-01Relax the typesafty rules of block pointers types whichFariborz Jahanian
2010-04-01Overhaul checking of non-type template arguments that should refer toDouglas Gregor
2010-04-01Use the element type to compute the array size when the base region is a VarR...Zhongxing Xu
2010-04-01Fix a bug (PR 6699) in RegionStore::RemoveDeadBindings() whereTed Kremenek
2010-03-31Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor
2010-03-31Change the representation of dependent elaborated-type-specifiersDouglas Gregor
2010-03-31Issue better syntax error when objc's messagingFariborz Jahanian
2010-03-31Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries whenChandler Carruth
2010-03-31Patch implements gcc's -Wno-protocol option to suppress warningFariborz Jahanian
2010-03-31Support __attribute__((unused)) on types. This suddenly started firingJohn McCall
2010-03-31Fix PR6327: restore invariants when there's a parse error in an initializer.John McCall
2010-03-31Regularize support for naming conversion functions in using decls.John McCall
2010-03-31Don't skip past the '}' if an expression has error and is not followed by ';'.Argyrios Kyrtzidis
2010-03-31Drastically simplify the computation of linkage for typeinfo by usingDouglas Gregor
2010-03-30Introduce a new kind of derived-to-base cast which bypasses the need forJohn McCall
2010-03-30Slightly relax test case. An upcoming LLVM commit will change the xor instruc...Jakob Stoklund Olesen
2010-03-30Fix test in -Asserts build.Daniel Dunbar
2010-03-30Recognize __attribute__((NSObject)) directly appliedFariborz Jahanian