aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-04-16objective-c modern translator: buildit objc boolFariborz Jahanian
2012-04-16[libclang] Spelling range for a objc category should the category name range,...Argyrios Kyrtzidis
2012-04-16Remove support for -fast-math metadata for the moment.Duncan Sands
2012-04-16Per Richard's comments on r154794, add the checks necessary to handle constan...Eli Friedman
2012-04-16Revert r154749 for now at John McCall's request.Rafael Espindola
2012-04-16Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor
2012-04-16Generate fpmath metadata when -ffast-math. Note that no optimizations are hookedDuncan Sands
2012-04-16Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor
2012-04-16Make constant evaluation for pointer comparisons work correctly for some unco...Eli Friedman
2012-04-16The result of the Microsoft __uuidof operator must be considered a global lva...Francois Pichet
2012-04-16Propagate alignment on lvalues through EmitLValueForField. PR12395.Eli Friedman
2012-04-16Add 'env' in hopes of making this test pass on Windows.Nick Lewycky
2012-04-16Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky
2012-04-15Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...Craig Topper
2012-04-15Fix tests that weren't actually verifying anything.David Blaikie
2012-04-15Use MDBuilder to help with metadata creation.Duncan Sands
2012-04-15%clang -cc1 -> %clang_cc1Seth Cantrell
2012-04-15PR12226: don't generate wrong code if a braced string literal is used toRichard Smith
2012-04-14objective-c modern translator: Make metadataFariborz Jahanian
2012-04-14Consider visibility attributes last, so that they take precedence.Rafael Espindola
2012-04-14Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands
2012-04-14Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith
2012-04-13Don't enter cleanups for unreachable variables. It's impossible toJohn McCall
2012-04-13modern objective-c translator: Fixes translation ofFariborz Jahanian
2012-04-13modern objective-c translator: When translatingFariborz Jahanian
2012-04-13Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor
2012-04-13super and class property reference expressions don't need to beDouglas Gregor
2012-04-13First set of tests for ARM homogenous aggregates. C only. C++ will follow.Anton Korobeynikov
2012-04-13Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set ofRichard Smith
2012-04-13PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith
2012-04-13Support -Wc++98-compat-pedantic as requested:Seth Cantrell
2012-04-13Fix a trivial oversight with apple-kext static local destructorsJohn McCall
2012-04-13When we're flagging a protected scope to prevent jumps into theJohn McCall
2012-04-13C++11 no longer requires files to end with a newlineSeth Cantrell
2012-04-13Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith
2012-04-12Warn on 64-to-32 for source value of x bits where 64 >= x > 32.David Blaikie
2012-04-12[analyzer] PCH deserialization optimization.Anna Zaks
2012-04-12[analyzer] Test case for r154451 (redefining system functions).Anna Zaks
2012-04-12objective-c literals: Issue warning and ignoreFariborz Jahanian
2012-04-12Fix some i1/i8 confusion within _Atomic(bool) in IR generation, bothDouglas Gregor
2012-04-12Include lambda capture init expressions in CFG.Ted Kremenek
2012-04-12Add -Wuninitialized test for C++11 lambdas.Ted Kremenek
2012-04-12Compute standard conversion sequences for conversions to atomicDouglas Gregor
2012-04-12objective-c numeric literal: type of boolean isFariborz Jahanian
2012-04-12modern objective-c translator. ifdef'out Fariborz Jahanian
2012-04-12Added a flag to the parser to skip method bodies.Erik Verbruggen
2012-04-12There's some code in the PCH reader that looks like it's needlessly complex, butNick Lewycky
2012-04-12Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith
2012-04-12Testcase for previous commit.Eric Christopher
2012-04-12The copy and destroy helper functions aren't prototyped, don't call themEric Christopher