aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-10-27Revert "Hard-code 2 constants to tolerate GCC 4.0.1 used by Xcode 3.0." DO NO...android-sdk-adt_r20android-sdk-4.0.3_r1android-sdk-4.0.3-tools_r1android-cts-verifier-4.0_r1android-cts-verifier-4.0.3_r1android-cts-4.0.3_r2android-cts-4.0.3_r1android-4.0.4_r2.1android-4.0.4_r2android-4.0.4_r1.2android-4.0.4_r1.1android-4.0.4_r1android-4.0.3_r1.1android-4.0.3_r1tools_r20ics-plus-aospics-mr1-releaseics-mr1Shih-wei Liao
2011-10-27Revert "Declare friend class to tolerate GCC 4.0.1 used by Xcode 3.0." DO NOT...Shih-wei Liao
2011-10-27Revert "Declare BalancedDelimiterTracker as Parser's friend class." DO NOT ME...Shih-wei Liao
2011-10-27Revert "Forward-declare BalancedDelimiterTracker and then befriend it." DO NO...Shih-wei Liao
2011-10-22Forward-declare BalancedDelimiterTracker and then befriend it.Shih-wei Liao
2011-10-22Declare BalancedDelimiterTracker as Parser's friend class.Shih-wei Liao
2011-10-22Declare friend class to tolerate GCC 4.0.1 used by Xcode 3.0.Shih-wei Liao
2011-10-22Hard-code 2 constants to tolerate GCC 4.0.1 used by Xcode 3.0.Shih-wei Liao
2011-10-22Revert "Revert "Don't crash when trying to emit too many fixits. Also, keep s...Shih-wei Liao
2011-10-22Revert "Don't crash when trying to emit too many fixits. Also, keep some cons...Shih-wei Liao
2011-10-22Merge with clang upstream Oct 20th 2011 (r142531)Logan Chien
2011-10-19Fix the signatures of vfork, __sigsetjmp and sigsetjmp.Rafael Espindola
2011-10-19Improve the warning for cv-qualifiers on free functions, from Ahmed Charles!Douglas Gregor
2011-10-19Add a -Wc++98-compat warning for friend functions of class templates which wouldRichard Smith
2011-10-19Move static array parameter checks to SemaExpr, per Doug's requestPeter Collingbourne
2011-10-19-Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an accessRichard Smith
2011-10-18[analyzer] Move predecessor into the NodeBuilder context.Anna Zaks
2011-10-18[analyzer] Make NodeBuilder and Pred node loosely coupledAnna Zaks
2011-10-18[analyzer] Remove StmtNodeBuilder from CheckerContextAnna Zaks
2011-10-18[analyzer] Subclassing StmtBuilder from the NodeBuilderAnna Zaks
2011-10-18[analyzer] Remove dead code.Anna Zaks
2011-10-18[analyzer] Remove redundant method + whitespace.Anna Zaks
2011-10-18[analyzer] Modularize builder use in processBranch.Anna Zaks
2011-10-18[analyzer] Pull Pred out of NodeBuilderContext.Anna Zaks
2011-10-18[analyzer] Rely only on NodeBuilder inside CheckerContext.Anna Zaks
2011-10-18[analyzer] Remove redundant assignment operator.Anna Zaks
2011-10-18[analyzer] NodeBuilder Refactoring: Subclass BranchNodeBuilder from NodeBuilder.Anna Zaks
2011-10-18[analyzer] Node Builder refactoring: Introduce a simple Node Builder responsi...Anna Zaks
2011-10-18[libclang] Make sure we do a correct invalid check in clang_getExpansionLocat...Argyrios Kyrtzidis
2011-10-18-Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2.Richard Smith
2011-10-18Remove unused data memberDouglas Gregor
2011-10-18Macro metaprogramming for builtin types.John McCall
2011-10-18-Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1.Richard Smith
2011-10-18Frontend: Support -iframework.Daniel Dunbar
2011-10-18objc: diagnose invalid argument to anFariborz Jahanian
2011-10-18Make it possible to compute the type of 'this' without capturingDouglas Gregor
2011-10-18[libclang] Index implicit property references.Argyrios Kyrtzidis
2011-10-18Suggest %zu for size_t args to printf.Hans Wennborg
2011-10-18Add -Wc++11-compat warning for an inline specifier on an explicit instantiation.Richard Smith
2011-10-18Refactor the checking for explicit template instantiations being performed inRichard Smith
2011-10-17In hasPlaceholderType(Kind) and isSpecificPlaceholderType(Kind), assertJohn McCall
2011-10-17Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t',Richard Smith
2011-10-17Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky
2011-10-17Implement -static-libstdc++ for linux.Rafael Espindola
2011-10-17Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles!Ted Kremenek
2011-10-17Initial implementation of __atomic_is_lock_free. The input is the size of an...Eli Friedman
2011-10-17Substitute for arguments in method calls -- refactoringDeLesley Hutchins
2011-10-17Code completion chunks are pod-like.Benjamin Kramer
2011-10-17[libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis
2011-10-17Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which acceptsArgyrios Kyrtzidis