aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-04Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test th...James Molloy
2012-05-04Fix handling of wint_t - we can't assume wint_t is purely an integer promotio...James Molloy
2012-05-04Fix -Wlarge-by-value-copy option handling in the driver.Jean-Daniel Dupas
2012-05-04This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov
2012-05-04test/PCH/remap-file-from-pch.cpp: Fix expression for DOS pathsep.NAKAMURA Takumi
2012-05-04Remove obsolete code for finding a fallback iOS SDK. <rdar://problem/11378535>Bob Wilson
2012-05-04Skip checking for infinite for-loops if there are global or static variablesRichard Trieu
2012-05-04[PCH] Really, pinky swear, fix for PR12689Argyrios Kyrtzidis
2012-05-04[libclang] Bring back BodyIndexer::TraverseCXXOperatorCallExpr whichArgyrios Kyrtzidis
2012-05-04Make RecursiveASTVisitor fully data recursive on Stmts, withArgyrios Kyrtzidis
2012-05-03[analyzer] Assume pointer escapes when a callback is passed insideAnna Zaks
2012-05-03[analyzer] Allow pointers escape through calls containing callback args.Anna Zaks
2012-05-03Fix non-deterministic iteration order when walking the specializationsChandler Carruth
2012-05-03Add a test for r156092.Bob Wilson
2012-05-03Inline DenseMapInfo<clang::DeclarationName>::getHashValue() for a 0.4% speedu...Douglas Gregor
2012-05-03objc modern translator: fix up attribute for dynamic property in a category.Fariborz Jahanian
2012-05-03Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths andDouglas Gregor
2012-05-03modern objc translator: support for default propertyFariborz Jahanian
2012-05-03Add support for full-width 128-bit integer literals.Stephen Canon
2012-05-03[driver - crash diagnostics] Convert the flags back to an array of strings an...Chad Rosier
2012-05-03Use the standard values for the __cplusplus macro, even when in GNU mode. GCCRichard Smith
2012-05-03[PCH] When validating that the files coming from PCH did not change, alsoArgyrios Kyrtzidis
2012-05-03modern objc translator: used size_t in coupleFariborz Jahanian
2012-05-03Use array_lengthof instead of sizeof trickery.Chad Rosier
2012-05-03Do not keep track of the set of visited Objective-C containers whenDouglas Gregor
2012-05-03modern objc translation. objc_getClass() and objc_getMetaClass()Fariborz Jahanian
2012-05-03[driver - crash diagnostics] Only write the failing command in the script.Chad Rosier
2012-05-03Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts.Richard Smith
2012-05-03Minor copy-edits to clang::fallthrough attribute documentation.Richard Smith
2012-05-03Canonicalize loop.Chad Rosier
2012-05-03Disable -Wformat-extra-args for arguments defined in system headers.Bob Wilson
2012-05-03Silence unused-variable warning when assertions are disabled.Kaelyn Uhrain
2012-05-03Honour CLANG_BUILD_EXAMPLES correctly, by setting the directory'sPeter Collingbourne
2012-05-03[analyzer] When promoting constant integers in a comparison, use the larger w...Jordy Rose
2012-05-03Remove diagnostic groups and DefaultIgnore from notes.Richard Smith
2012-05-03Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith
2012-05-03[analyzer] CString Checker: Do not split the path unless the userAnna Zaks
2012-05-03Fix a couple of cases of (innocuous) unmarked fallthrough. At least one of theseRichard Smith
2012-05-03In StringLiteralParser::init, make sure we emit an error whenArgyrios Kyrtzidis
2012-05-03[driver crash diagnostics] Remove more flags that reference absolute paths thatChad Rosier
2012-05-03objective-c: warn for properties being default synthesizedFariborz Jahanian
2012-05-03Correctly constify clang::CXXMemberCallExpr::getRecordDecl()David Blaikie
2012-05-03Test case Clang::Driver/debug-options-as.c depends on the integrated assemble...Simon Atanasyan
2012-05-03[analyzer] Equality ops are like relational ops in that the arguments shouldn...Jordy Rose
2012-05-03[analyzer] Fix RUN line and general cleanup for additive folding tests.Jordy Rose
2012-05-03Rip out old code for finding libraries in GCC's directories.Bob Wilson
2012-05-03[PCH] Clear switch case IDs when deserializing a objc method body.Argyrios Kyrtzidis
2012-05-03[analyzer] Conjure a symbol to ensure we can identify pointer arithmeticAnna Zaks
2012-05-03[analyzer] Do not assert on constructing SymSymExpr with diff types.Anna Zaks
2012-05-03[analyzer] Add a complexity bound on history tracking.Anna Zaks