summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak the C++11 status prose a bit. We still need better user guidance on the...Douglas Gregor2011-10-141-2/+1
* Missed tests for half FP supportAnton Korobeynikov2011-10-144-0/+335
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-1436-43/+224
* Switch the C++11 status table from a developer-centric list to aDouglas Gregor2011-10-141-587/+318
* Attempt to fix Windows buildbot, round 2.Eli Friedman2011-10-141-1/+1
* Add template instantiation support for AtomicExpr.Eli Friedman2011-10-145-80/+75
* Teach the ASTImporter not to import redundant fields.Douglas Gregor2011-10-142-50/+105
* Attempt to fix buildbot failure on Windows.Eli Friedman2011-10-141-1/+2
* vfork comes from unistd.hJoerg Sonnenberger2011-10-141-1/+1
* Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously cre...Argyrios Kyrtzidis2011-10-142-14/+23
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-148-16/+53
* -Wc++98-compat: warn on C++11 attributes and alignas.Richard Smith2011-10-143-1/+12
* Test for r141985.Richard Smith2011-10-141-0/+10
* Don't try to diagnose anything when we're passing incomplete typesDouglas Gregor2011-10-143-2/+17
* Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-...Richard Smith2011-10-144-6/+18
* Refactor static analyzer to use simpler interface to constant expression eval...Richard Smith2011-10-142-42/+17
* [temp.explicit]p1: constexpr cannot be specified in explicit instantiations.Richard Smith2011-10-143-5/+15
* Fix the CXX_INCLUDE_ROOT case that was out of date with ScanLibDirForGCCTriple.Rafael Espindola2011-10-141-1/+1
* Harden test for windows paths.Benjamin Kramer2011-10-141-1/+1
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-1430-118/+115
* Simplify code to avoid a useless string copy.Benjamin Kramer2011-10-141-6/+4
* Upgrade to PathV2.Benjamin Kramer2011-10-141-5/+5
* Add parens to pacify GCC.Benjamin Kramer2011-10-141-2/+2
* Fix misplaced comment.Fariborz Jahanian2011-10-141-3/+3
* Make value kind based on the return type of the getter, notFariborz Jahanian2011-10-141-4/+4
* [PCH] Serialize info about redeclared objc methods.Argyrios Kyrtzidis2011-10-145-5/+26
* Add flags for the remaining shift related warningsJoerg Sonnenberger2011-10-142-5/+5
* objc-arc: Improve arc diagnostic when method is notFariborz Jahanian2011-10-142-2/+18
* Add __nodebug__ attribute to functions in arm_neon.hBob Wilson2011-10-141-1/+1
* Under ARC, merge the bit corresponding to the ns_returns_retainedDouglas Gregor2011-10-143-0/+23
* Only warn in -Wliteral-conversion if the conversion loses informationMatt Beaumont-Gay2011-10-144-35/+14
* When declaring an out-of-line template, attempt to rebuild any typesDouglas Gregor2011-10-144-1/+81
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-148-10/+136
* Really protect from infinite loop when there are objc method redeclarations.Argyrios Kyrtzidis2011-10-144-3/+27
* Updating the Clang website to refer to C++'11 instead of C++'0xDavid Blaikie2011-10-144-15/+15
* Keep track of objc method redeclarations in the same interface.Argyrios Kyrtzidis2011-10-144-1/+41
* Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.Bob Wilson2011-10-145-18/+20
* Update open source static analyzer build.Ted Kremenek2011-10-142-1/+14
* Move doxygen comments to pair with the actual values.Ted Kremenek2011-10-141-13/+9
* PR11124: Don't overwrite memory outside of a base class when performing zero-...Eli Friedman2011-10-144-2/+85
* Fix grammaroDouglas Gregor2011-10-141-1/+1
* Add a preprocessor callback that is invoked every time the 'defined'Douglas Gregor2011-10-142-0/+13
* Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc.Richard Smith2011-10-142-1/+8
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-145-34/+6
* objc-arc: 'Class' property is implicitly __unsafe_unretained.Fariborz Jahanian2011-10-132-1/+16
* Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x toRichard Smith2011-10-136-33/+38
* 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-133-5/+74
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-13329-371/+371