summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* PR11067: A definition of a constexpr static variable doesn't need an initiali...Richard Smith2011-10-061-1/+3
* Added CXAvailability_NotAccessible to indicate that a declaration is availabl...Erik Verbruggen2011-10-061-0/+89
* [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis2011-10-063-0/+248
* Use a sidetable in ASTContext for ParmVarDecls whose index exceeds the 8 bits...Ted Kremenek2011-10-061-0/+310
* OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers,Peter Collingbourne2011-10-061-0/+6
* OpenCL: disallow '#pragma OPENCL EXTENSION all : enable', per OpenCL 1.1 9.1Peter Collingbourne2011-10-061-0/+3
* Add -Wlanguage-extension-token option for ext_token_used warning.Ivan Krasin2011-10-061-2/+1
* When constructing debug information for synthesized variables for theEric Christopher2011-10-061-0/+15
* Fix major regression in RetainCountChecker. DefaultSummaries were not being ...Ted Kremenek2011-10-051-1/+34
* Fix crash when using archaic protocol, rdar://10238337Argyrios Kyrtzidis2011-10-051-0/+7
* Driver & AST: Implement support for -fpack-struct and -fpack-struct= commandDaniel Dunbar2011-10-051-0/+9
* Fix the rewriter, rdar://10234024.Argyrios Kyrtzidis2011-10-051-0/+7
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-0525-1759/+1753
* PTX: Set proper calling conventions for PTX in OpenCL mode.Justin Holewinski2011-10-052-0/+22
* Use the InstalledDir correctly, and test it correctly as well. =/ ShouldChandler Carruth2011-10-055-13/+13
* Teach Clang to cope with GCC installations that have unusual patchChandler Carruth2011-10-054-0/+27
* Implement the feature I was originally driving toward when I startedChandler Carruth2011-10-053-0/+20
* c: assignment/init of a function pointer whose function(s)Fariborz Jahanian2011-10-051-0/+16
* Don't allow an rvalue reference to bind to the result of a calling aDouglas Gregor2011-10-041-4/+19
* Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to overrideDaniel Dunbar2011-10-041-0/+9
* objc: Turn diagnostic on property type mismatch inFariborz Jahanian2011-10-041-2/+2
* Place diagnostic warn_atomic_property_rule under a -W flag. Fixes <rdar://pr...Ted Kremenek2011-10-041-2/+1
* Place diagnostic warn_ownin_getter_rule under a -W flag. Fixes <rdar://probl...Ted Kremenek2011-10-041-2/+1
* Place diagnostic ext_predef_outside_function under a -W flag. Fixes <rdar://...Ted Kremenek2011-10-041-2/+1
* Revert r141060. We should NEVER add new warnings that aren't guarded by flag.Ted Kremenek2011-10-041-2/+1
* Mark calls to objc_retainBlock that don't result from castsJohn McCall2011-10-041-0/+22
* Specify -ccc-clang-archs for le32 targets which may not be supported by default.Bob Wilson2011-10-041-3/+3
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-047-53/+53
* Update testcase for r141053+r141055.Chad Rosier2011-10-041-1/+2
* objc arc: Suppress certain arc diagnostics on unavailableFariborz Jahanian2011-10-031-0/+6
* Fixed exapnsion range for # and ##.Abramo Bagnara2011-10-031-6/+3
* objc++: Accessing explicit property of reference type need Fariborz Jahanian2011-10-031-0/+23
* Propagate __attribute__((returns_twice)) from C to IL.Rafael Espindola2011-10-032-14/+25
* Test a multilib setup on a 64-bit host. This is the far more commonChandler Carruth2011-10-0312-0/+33
* Enable generic multilib support on 32bit hosts. Previously this was onlyChandler Carruth2011-10-0312-0/+33
* Relax an assertion here a bit. This doesn't really matter, as we won'tChandler Carruth2011-10-031-2/+2
* Test that we include a GCC-triple-prefixed tree. While I don't know ofChandler Carruth2011-10-033-0/+2
* Teach the logic for locating an installed GCC about the system root.Chandler Carruth2011-10-033-3/+11
* Add initial support for applying the sysroot to library search paths.Chandler Carruth2011-10-033-5/+12
* Rework the selection of builtin library search paths on Linux toChandler Carruth2011-10-031-2/+2
* CUDA: diagnose invalid calls across targetsPeter Collingbourne2011-10-022-1/+45
* CUDA: add separate diagnostics for too few/many exec config argsPeter Collingbourne2011-10-021-0/+2
* CUDA: diagnose unconfigured calls to global functionsPeter Collingbourne2011-10-021-0/+1
* Sorry, I misunderstood the interaction here; the GNU runtime doesJohn McCall2011-10-021-5/+3
* Use -fgnu-runtime to force the use of the non-fragile ABI;John McCall2011-10-021-6/+5
* Temporarily XFAIL this test until John or someone else who works on ObjCChandler Carruth2011-10-021-0/+3
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-02305-440/+440
* Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling...Ted Kremenek2011-10-021-1/+1
* When performing an @throw in ARC, retain + autoreleaseJohn McCall2011-10-011-10/+12
* Parse attributes written in an ObjC method parameter type asJohn McCall2011-10-011-0/+24