summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Consumed analysis: add return_typestate attribute.DeLesley Hutchins2013-09-033-18/+52
* ARM: Update testcases for improved codegen.Jim Grosbach2013-09-031-3/+3
* Add an implicit dtor CFG node just before C++ 'delete' expressions.Jordan Rose2013-09-031-0/+46
* Attempt to migrate default dwarf version to 4 for linux.Eric Christopher2013-09-031-1/+1
* Pass -target instead of using "REQUIRES: clang-driver".Rafael Espindola2013-09-031-5/+2
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-036-150/+14
* Disable this on mingw again.Rafael Espindola2013-09-031-0/+3
* Use -### instead of -ccc-print-options.Rafael Espindola2013-09-034-45/+21
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-036-14/+150
* the call to UsualArithmeticConversions should come after the call to CheckVec...Jin-Gu Kang2013-09-021-0/+10
* Mark that qualifiers can prefix the auto type. This seems to just haveChandler Carruth2013-09-024-4/+4
* Trying to fix tests with in-tree builds, that contain a .clang-format files inAlexander Kornienko2013-09-021-2/+2
* Fix gnueeabi typo in testsRenato Golin2013-09-021-5/+5
* Test for empty .clang-format file.Alexander Kornienko2013-09-021-0/+4
* [analyzer] Add very limited support for temporary destructorsPavel Labath2013-09-022-8/+113
* Switch the default mode for clang-format to '-file'. Make 'LLVM' theChandler Carruth2013-09-021-5/+2
* Improving objc_ownership attribute test coverage.Aaron Ballman2013-09-011-0/+6
* The diagnostic err_init_conversion_failed uses the enumRichard Trieu2013-08-311-0/+45
* Consolidating the notion of a GNU attribute parameter with the attribute argu...Aaron Ballman2013-08-315-4/+17
* ObjectiveC migrator: If we find a method that returns a C pointer Fariborz Jahanian2013-08-302-0/+198
* Consumed analysis: add 'consumable' class attribute.DeLesley Hutchins2013-08-303-16/+24
* [analyzer] Treat the rvalue of a forward-declared struct as Unknown.Jordan Rose2013-08-301-1/+9
* ObjectiveC migrator: infer NS_ENUM even when userFariborz Jahanian2013-08-302-1/+37
* Add support for -march=slm, aka Intel Atom Silvermont.Benjamin Kramer2013-08-301-0/+36
* clang-cl: Pass -incremental:no to linker when using ASanHans Wennborg2013-08-301-0/+1
* Revert r189649 because it was breaking sanitizer bots.Yunzhong Gao2013-08-304-42/+1
* Sema: avoid reuse of Exprs when synthesizing operator=Pavel Labath2013-08-301-1/+46
* Fixing a bug where debug info for a local variable gets emitted at file scope.Yunzhong Gao2013-08-304-1/+42
* Mention in AST dump whether a class declaration is a definition.Richard Smith2013-08-301-1/+1
* Don't eagerly load all conversion operators when loading a class declarationRichard Smith2013-08-301-4/+11
* Add ms_abi and sysv_abi attribute handling.Charles Davis2013-08-304-0/+52
* Pass the special backend option to this test for now to get it passingEric Christopher2013-08-301-3/+2
* Map from local decl IDs to global decl IDs when lazily deserializing friend d...Richard Smith2013-08-304-0/+21
* ObjectiveC migrator: User of hexadecimal enumeratorFariborz Jahanian2013-08-302-4/+34
* Be lazier when loading KeyFunctions from PCH/modules. We don't need to loadRichard Smith2013-08-291-6/+13
* Adjust clang for change to APFloat::toString.Eli Friedman2013-08-294-9/+9
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-2914-59/+68
* Consumed analysis: track function parameters.DeLesley Hutchins2013-08-292-0/+16
* Consumed analysis: non-const methods no longer transfer an object into anDeLesley Hutchins2013-08-292-10/+7
* Debug Info: this reverts commit r189600.Manman Ren2013-08-2914-68/+59
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-2914-59/+68
* Consumed analysis: improve handling of conditionals.DeLesley Hutchins2013-08-292-49/+270
* clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\'...NAKAMURA Takumi2013-08-291-14/+14
* [analyzer] Fix handling of "empty" structs with base classesPavel Labath2013-08-291-0/+23
* [tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo.Daniel Dunbar2013-08-292-2/+2
* Properly escape filenames in line directives.Eli Friedman2013-08-291-0/+3
* use the last passed -munaligned-access / -mno-unaligned-accessRenato Golin2013-08-281-0/+16
* Sema: Subst type default template args earlierDavid Majnemer2013-08-284-8/+83
* ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian2013-08-282-4/+14
* Add missing definitions to unwind.h.Peter Collingbourne2013-08-281-0/+1
OpenPOWER on IntegriCloud