summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merging r143752:Chandler Carruth2011-11-073-244/+291
* Merging r143751:Chandler Carruth2011-11-071-3/+3
* Merging r143687:Chandler Carruth2011-11-072-5/+11
* Merging r143686:Chandler Carruth2011-11-072-20/+12
* ------------------------------------------------------------------------Chandler Carruth2011-11-072-11/+19
* Merging r143345:Bill Wendling2011-11-011-0/+1
* Merging r143344:Bill Wendling2011-11-011-4/+42
* Patch for PR9614. By Rafael Espindola.Bill Wendling2011-10-292-4/+57
* Fixes an intermittent bug that I finally got a good test case for in GNU ObjC.Bill Wendling2011-10-291-12/+14
* Merging r142918:Bill Wendling2011-10-251-8/+8
* Merging r142187:Bill Wendling2011-10-181-0/+17
* Merging r142349:Bill Wendling2011-10-181-4/+5
* Merging r142134:Bill Wendling2011-10-171-2/+2
* Merging r142133:Bill Wendling2011-10-171-27/+34
* Change 'Emit' to 'EmitCaret' which sums up what it *should* be doing.Chandler Carruth2011-10-151-6/+9
* -Wc++98-compat warnings for the lexer.Richard Smith2011-10-154-8/+28
* Teach the ASTImporter to perform DeclContext lookups in a way thatDouglas Gregor2011-10-152-77/+109
* Add c_alignas and cxx_alignas featuresPeter Collingbourne2011-10-141-0/+3
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-1426-40/+195
* Attempt to fix Windows buildbot, round 2.Eli Friedman2011-10-141-1/+1
* Add template instantiation support for AtomicExpr.Eli Friedman2011-10-143-25/+70
* Teach the ASTImporter not to import redundant fields.Douglas Gregor2011-10-141-50/+101
* Attempt to fix buildbot failure on Windows.Eli Friedman2011-10-141-1/+2
* Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously cre...Argyrios Kyrtzidis2011-10-141-13/+16
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-145-11/+41
* -Wc++98-compat: warn on C++11 attributes and alignas.Richard Smith2011-10-141-0/+3
* Don't try to diagnose anything when we're passing incomplete typesDouglas Gregor2011-10-141-1/+4
* Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-...Richard Smith2011-10-142-6/+13
* 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-141-3/+6
* Fix the CXX_INCLUDE_ROOT case that was out of date with ScanLibDirForGCCTriple.Rafael Espindola2011-10-141-1/+1
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-1428-114/+112
* 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-143-2/+19
* Under ARC, merge the bit corresponding to the ns_returns_retainedDouglas Gregor2011-10-141-0/+12
* Only warn in -Wliteral-conversion if the conversion loses informationMatt Beaumont-Gay2011-10-141-19/+7
* When declaring an out-of-line template, attempt to rebuild any typesDouglas Gregor2011-10-142-0/+58
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-142-4/+34
* Really protect from infinite loop when there are objc method redeclarations.Argyrios Kyrtzidis2011-10-142-2/+14
* Keep track of objc method redeclarations in the same interface.Argyrios Kyrtzidis2011-10-142-1/+9
* Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.Bob Wilson2011-10-144-17/+19
* PR11124: Don't overwrite memory outside of a base class when performing zero-...Eli Friedman2011-10-143-2/+66
* Add a preprocessor callback that is invoked every time the 'defined'Douglas Gregor2011-10-141-0/+4
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-142-13/+6
* objc-arc: 'Class' property is implicitly __unsafe_unretained.Fariborz Jahanian2011-10-131-1/+1
* Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x toRichard Smith2011-10-131-1/+3