summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add c_alignas and cxx_alignas featuresPeter Collingbourne2011-10-143-0/+26
* Missed tests for half FP supportAnton Korobeynikov2011-10-144-0/+335
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-141-3/+1
* -Wc++98-compat: warn on C++11 attributes and alignas.Richard Smith2011-10-141-1/+4
* Test for r141985.Richard Smith2011-10-141-0/+10
* Don't try to diagnose anything when we're passing incomplete typesDouglas Gregor2011-10-142-1/+13
* [temp.explicit]p1: constexpr cannot be specified in explicit instantiations.Richard Smith2011-10-141-2/+7
* Harden test for windows paths.Benjamin Kramer2011-10-141-1/+1
* Add flags for the remaining shift related warningsJoerg Sonnenberger2011-10-141-3/+1
* objc-arc: Improve arc diagnostic when method is notFariborz Jahanian2011-10-141-0/+17
* Under ARC, merge the bit corresponding to the ns_returns_retainedDouglas Gregor2011-10-141-0/+8
* Only warn in -Wliteral-conversion if the conversion loses informationMatt Beaumont-Gay2011-10-142-14/+7
* When declaring an out-of-line template, attempt to rebuild any typesDouglas Gregor2011-10-141-0/+20
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-141-0/+23
* Really protect from infinite loop when there are objc method redeclarations.Argyrios Kyrtzidis2011-10-141-0/+5
* Keep track of objc method redeclarations in the same interface.Argyrios Kyrtzidis2011-10-141-0/+13
* Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.Bob Wilson2011-10-141-1/+1
* PR11124: Don't overwrite memory outside of a base class when performing zero-...Eli Friedman2011-10-141-0/+19
* Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc.Richard Smith2011-10-141-0/+1
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-141-10/+0
* objc-arc: 'Class' property is implicitly __unsafe_unretained.Fariborz Jahanian2011-10-131-0/+15
* Fix a test case where FileCheck is used to test code corrected by -fixit.Richard Trieu2011-10-131-1/+1
* Convert newly-added test from -std=c++0x to -std=c++11.Richard Smith2011-10-131-1/+1
* Extend -Wno-sizeof-array-argument to strncpy and friends.Nico Weber2011-10-131-0/+25
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-13329-371/+371
* Implement the first piece of a -Wc++98-compat flag so that people can build inJeffrey Yasskin2011-10-131-0/+10
* Recommit:Eric Christopher2011-10-131-3/+11
* Add test for new -std=c++11 and -std=gnu++11 command-line arguments.Richard Smith2011-10-131-0/+23
* Tweak -Wuninitialized's handling of 'int x = x' to report that as the root ca...Ted Kremenek2011-10-131-4/+9
* Allow calling an overloaded function set by taking the address of theDouglas Gregor2011-10-133-4/+13
* Allow for annotate attributes after access specifiers. When suchErik Verbruggen2011-10-132-0/+45
* Fix crash-on-invalid, improve error recovery, and test coverage for missing c...David Blaikie2011-10-131-0/+17
* When we determine that a function template specialization produced asDouglas Gregor2011-10-123-7/+10
* Add test case for __has_warning.Ted Kremenek2011-10-121-0/+19
* Change __extension__ to disable only diagnostics controlled by -pedantic.Bob Wilson2011-10-121-5/+1
* Add returns_twice to functions that are known to return twice. This implementsRafael Espindola2011-10-123-1/+24
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-1222-44/+44
* We do parse hexfloats in C++11; make it actually work.Douglas Gregor2011-10-121-7/+2
* Revert file/scope handling patches. gdb testing revealed a couple of bugs.Eric Christopher2011-10-121-11/+3
* The Objective-C rewriter uses the fragile ABI, always.Douglas Gregor2011-10-121-1/+1
* Handle the case where preprocessor entities are not received in order,Argyrios Kyrtzidis2011-10-122-0/+10
* Introduce BalancedDelimiterTracker, to better track open/closeDouglas Gregor2011-10-121-0/+7
* Teach __has_nothrow_assign not to complain about access (GCC and EDGDouglas Gregor2011-10-121-0/+34
* constexpr: don't consider class types with mutable members to be literal types.Richard Smith2011-10-121-0/+19
* Handle Perforce-style conflict markers like normal conflict markers. PerforceRichard Smith2011-10-121-2/+10
* objc: note location of the previously declaredFariborz Jahanian2011-10-122-3/+3
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-1113-86/+87
* Start handling debug line and scope information better:Eric Christopher2011-10-111-3/+11
* PR11062: Make C99 inlining work properly for names with associated builtin li...Eli Friedman2011-10-111-1/+6
* Fix test: don't use __thread without a target triple.Richard Smith2011-10-111-3/+3