summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* objective-c: Issue diagnostic when an implicitFariborz Jahanian2012-04-181-0/+30
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-0/+8
* fix display of source lines with null charactersSeth Cantrell2012-04-181-0/+0
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-183-2/+33
* PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith2012-04-172-8/+69
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-174-33/+2
* fix display of source lines with null charactersSeth Cantrell2012-04-171-0/+0
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-173-2/+33
* objective-c modern translation. Correct rewriting ofFariborz Jahanian2012-04-171-0/+45
* Emulate a MSVC bug where the creation of pointer-to-member to protected membe...Francois Pichet2012-04-171-1/+26
* Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...Craig Topper2012-04-173-4/+7
* Attempt to fix test.Eli Friedman2012-04-171-1/+1
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-174-2/+137
* Make sure EmitMoveFromReturnSlot is passing the correct alignment toChad Rosier2012-04-171-0/+8
* Modern objective-c translator:'self' used insideFariborz Jahanian2012-04-161-0/+3
* [libclang] Make sure that when we have multiple @class references in the same...Argyrios Kyrtzidis2012-04-161-0/+7
* modern objective-c translator: translation of implicitFariborz Jahanian2012-04-1614-8/+35
* [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).Anna Zaks2012-04-161-4/+57
* [analyzer] Fixup for a test case.Anna Zaks2012-04-161-1/+1
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-166-16/+16
* [libclang] Spelling range for a objc category should the category name range,...Argyrios Kyrtzidis2012-04-161-0/+10
* Remove support for -fast-math metadata for the moment.Duncan Sands2012-04-161-8/+0
* Per Richard's comments on r154794, add the checks necessary to handle constan...Eli Friedman2012-04-161-0/+6
* Revert r154749 for now at John McCall's request.Rafael Espindola2012-04-161-12/+0
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-165-10/+41
* Generate fpmath metadata when -ffast-math. Note that no optimizations are hookedDuncan Sands2012-04-161-0/+8
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-163-1/+111
* Make constant evaluation for pointer comparisons work correctly for some unco...Eli Friedman2012-04-162-0/+11
* The result of the Microsoft __uuidof operator must be considered a global lva...Francois Pichet2012-04-161-2/+2
* Propagate alignment on lvalues through EmitLValueForField. PR12395.Eli Friedman2012-04-161-1/+9
* Add 'env' in hopes of making this test pass on Windows.Nick Lewycky2012-04-161-1/+1
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-163-0/+21
* Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...Craig Topper2012-04-151-2/+2
* Fix tests that weren't actually verifying anything.David Blaikie2012-04-156-9/+9
* Use MDBuilder to help with metadata creation.Duncan Sands2012-04-152-2/+2
* %clang -cc1 -> %clang_cc1Seth Cantrell2012-04-152-2/+2
* PR12226: don't generate wrong code if a braced string literal is used toRichard Smith2012-04-153-0/+9
* objective-c modern translator: Make metadataFariborz Jahanian2012-04-141-0/+14
* Consider visibility attributes last, so that they take precedence.Rafael Espindola2012-04-141-0/+12
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-141-3/+3
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-142-3/+59
* Don't enter cleanups for unreachable variables. It's impossible toJohn McCall2012-04-131-0/+10
* modern objective-c translator: Fixes translation ofFariborz Jahanian2012-04-132-0/+47
* modern objective-c translator: When translatingFariborz Jahanian2012-04-131-0/+23
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-131-19/+0
* super and class property reference expressions don't need to beDouglas Gregor2012-04-131-0/+15
* First set of tests for ARM homogenous aggregates. C only. C++ will follow.Anton Korobeynikov2012-04-131-0/+158
* Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set ofRichard Smith2012-04-131-0/+15
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-134-8/+8
* Support -Wc++98-compat-pedantic as requested:Seth Cantrell2012-04-131-0/+4