summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-1920-222/+222
* tests: Force triple to avoid limited precision warning on win32.Daniel Dunbar2010-10-182-3/+3
* "Fix" bogus idempotent operations warning due to loop unrolling not unrolling...Ted Kremenek2010-10-181-0/+29
* Fix the translation of the PCC_ForInit code-completion context forDouglas Gregor2010-10-181-0/+6
* Provide code completion for types after the '^' that starts a blockDouglas Gregor2010-10-181-0/+6
* Fix some bugs in local class mangling brought up in PR8355.John McCall2010-10-183-0/+169
* Introduce code completion results for Objective-C methods, both whenDouglas Gregor2010-10-182-43/+42
* Read/write declaration attributes from/to PCH properly. Embed them in the dec...Argyrios Kyrtzidis2010-10-181-0/+23
* Merge header & cpp for test/PCH/attrs.c - more convenient to keep the tests i...Argyrios Kyrtzidis2010-10-182-10/+12
* When providing code completions of Objective-C method declarationsDouglas Gregor2010-10-181-1/+3
* patch fixes class names missing from method names in debug information for Fariborz Jahanian2010-10-181-0/+50
* Implement the first half of [dcl.attr.override]p6.Anders Carlsson2010-10-181-0/+45
* Microsoft enum extensions. 2 things will change on -fms-extensions:Francois Pichet2010-10-182-1/+22
* Reapply r116684 with fixes. The test cases needed to be updated.Bill Wendling2010-10-182-4/+4
* Implement [dcl.attr.override]p2 and add tests for p1 and p2.Anders Carlsson2010-10-171-0/+12
* Add test for [dcl.attr.final]p4.Anders Carlsson2010-10-171-0/+15
* Coding by inspection has its problems.John McCall2010-10-161-0/+4
* objc_exception_rethrow does not take an exception argument.John McCall2010-10-161-0/+13
* White-listing templated-scope friend decls is a good idea, but doing itJohn McCall2010-10-161-0/+17
* Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature forDaniel Dunbar2010-10-161-14/+0
* IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don'tDaniel Dunbar2010-10-161-0/+14
* Fix a rewriting bug of rewriting properties declared inFariborz Jahanian2010-10-161-0/+22
* Not really sure how this worked, but it seems like a clear typo. =]Chandler Carruth2010-10-161-1/+1
* Allow list-initialization of a local variable of class type with aDouglas Gregor2010-10-151-2/+7
* Disable this test again, which naturally fails on every platform except the o...Douglas Gregor2010-10-151-0/+3
* Tweak retain/release checker diagnostics to specify a leak occurs because an ...Ted Kremenek2010-10-151-2/+2
* Check for ivar being a C++ object before attempting toFariborz Jahanian2010-10-151-1/+1
* Report the location of the syntax error inside a macro. Fixes PR7944.Nick Lewycky2010-10-151-0/+12
* Revert r116605, a lot more were committed by mistake.Argyrios Kyrtzidis2010-10-151-21/+0
* Add '-include-pch' option to the driver, so it can get passed to the cc1 driver.Argyrios Kyrtzidis2010-10-151-0/+21
* Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis2010-10-151-2/+0
* When performing typo correction, keep track of whether the last lookupDouglas Gregor2010-10-152-4/+1
* Disable type.m while failures are investigated.Daniel Dunbar2010-10-151-0/+3
* Make test more consistent.Daniel Dunbar2010-10-151-1/+1
* Diagnose C++ [class.mem]p13-14, where a class member has the same nameDouglas Gregor2010-10-153-1/+61
* zap trailing whitespaceGabor Greif2010-10-151-5/+5
* testcase for http://llvm.org/PR8371 of my last commit, r116570Gabor Greif2010-10-151-0/+3
* Treat __extension__ like ParenExpr.Abramo Bagnara2010-10-151-1/+2
* Don't complain about a variable within a linkage-specification that isDouglas Gregor2010-10-151-0/+3
* When we are missing the ',' or '>' to terminate a template parameterDouglas Gregor2010-10-151-1/+3
* Add builtin conditional operator candidates for scoped enumerationDouglas Gregor2010-10-151-0/+15
* Rewrite bug fix rewriting a property assignment whenFariborz Jahanian2010-10-141-0/+18
* template-ids are looked up differently in friend declarations.John McCall2010-10-141-1/+26
* When performing typo correction, look through the set of knownDouglas Gregor2010-10-143-1/+13
* Make sure that we diagnose invalid qualifiers on friend functions.Douglas Gregor2010-10-142-1/+16
* Reverting r116493: removes a test that failed on clang selfhost and msvcAndrew Trick2010-10-141-2/+0
* Put line number on the diagnostic. //rdar: //8550657.Fariborz Jahanian2010-10-141-0/+32
* r116509 fixed the Win32 XFAIL.Francois Pichet2010-10-141-1/+0
* Tweak the typo-correction implementation to determine correctionsDouglas Gregor2010-10-141-1/+1
* Store in PCH the key function of C++ class to avoid deserializing the complet...Argyrios Kyrtzidis2010-10-141-0/+1
OpenPOWER on IntegriCloud