summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a trivial oversight with apple-kext static local destructorsJohn McCall2012-04-131-0/+22
* When we're flagging a protected scope to prevent jumps into theJohn McCall2012-04-132-0/+23
* C++11 no longer requires files to end with a newlineSeth Cantrell2012-04-132-2/+6
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-132-13/+127
* Warn on 64-to-32 for source value of x bits where 64 >= x > 32.David Blaikie2012-04-121-0/+4
* [analyzer] PCH deserialization optimization.Anna Zaks2012-04-122-0/+37
* [analyzer] Test case for r154451 (redefining system functions).Anna Zaks2012-04-121-0/+17
* objective-c literals: Issue warning and ignoreFariborz Jahanian2012-04-121-0/+7
* Fix some i1/i8 confusion within _Atomic(bool) in IR generation, bothDouglas Gregor2012-04-121-1/+24
* Include lambda capture init expressions in CFG.Ted Kremenek2012-04-121-0/+20
* Add -Wuninitialized test for C++11 lambdas.Ted Kremenek2012-04-121-1/+6
* Compute standard conversion sequences for conversions to atomicDouglas Gregor2012-04-121-0/+23
* objective-c numeric literal: type of boolean isFariborz Jahanian2012-04-122-1/+41
* modern objective-c translator. ifdef'out Fariborz Jahanian2012-04-121-1/+6
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-121-0/+45
* There's some code in the PCH reader that looks like it's needlessly complex, butNick Lewycky2012-04-124-0/+21
* Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith2012-04-124-32/+202
* Testcase for previous commit.Eric Christopher2012-04-121-0/+10
* The copy and destroy helper functions aren't prototyped, don't call themEric Christopher2012-04-121-1/+1
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-121-1/+1
* modern objective-c translator. Fixes a mis-translation whenFariborz Jahanian2012-04-111-0/+18
* Add test for a construct we currently reject, constant-evaluating a load from...Eli Friedman2012-04-111-0/+4
* [analyzer] Another dynamic_cast false positive/negative.Anna Zaks2012-04-111-0/+7
* [analyzer] Better test cases for explaining where tracking types ofAnna Zaks2012-04-111-5/+35
* modern objective-c translator. Fixes a translation bug when Fariborz Jahanian2012-04-111-0/+28
* Part of PR10101: after a parse error in a declaration, try harder to find theRichard Smith2012-04-112-2/+44