aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-04Make the ObjC attributes diagnostics a bit more informative.Nico Weber
2013-04-03<rdar://problem/13560075> Teach name lookup for builtin names to find hidden ...Douglas Gregor
2013-04-03[analyzer] Allow tracknullOrUndef look through the ternary operator even when...Anna Zaks
2013-04-03Complain about attempts to befriend declarations via a usingJohn McCall
2013-04-03[analyzer] Correctly handle destructors for lifetime-extended temporaries.Jordan Rose
2013-04-03[analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl...Anna Zaks
2013-04-03[analyzer] Warn when nil receiver results in forming null referenceAnna Zaks
2013-04-03[analyzer] make peelOffOuterExpr in BugReporterVisitors recursively peel off ...Anna Zaks
2013-04-03[analyzer] Properly handle the ternary operator in trackNullOrUndefValueAnna Zaks
2013-04-03Objective-C modern rewriter. Fixes a bugFariborz Jahanian
2013-04-03[preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis
2013-04-03Emit a nicer diagnostic for misplaced attributes on ObjC directives.Nico Weber
2013-04-03Test Hexagon tool-chain when configured as OSless target.Jyotsna Verma
2013-04-03Give the default CorrectionCandidateCallback::ValidateCandidate someKaelyn Uhrain
2013-04-03Enable use of _Static_assert inside structs and unions in C11 mode (as per C1...Andy Gibbs
2013-04-03[modules] If a submodule has re-definitions of the same macro, only the last ...Argyrios Kyrtzidis
2013-04-03Do not assume the template argument is an integer only because theRichard Trieu
2013-04-03Fix a crasher in Template Diffing.Richard Trieu
2013-04-03Fix a crasher in Template Diffing.Richard Trieu
2013-04-03Move this file into the correct directory.Eric Christopher
2013-04-03From PR9121 gcc defaulted to omitting the frame pointer on linux,Eric Christopher
2013-04-03[analyzer] Better model for copying of array fields in implicit copy ctors.Jordan Rose
2013-04-03In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall
2013-04-02Objective-C arc [qui]. Don't issue the bridge castFariborz Jahanian
2013-04-02Revert "Revert r178079, it caused PR15637."Eric Christopher
2013-04-02[ms-inline asm] Test case for r178566.Chad Rosier
2013-04-02If a defaulted special member is implicitly deleted, check whether it'sRichard Smith
2013-04-02Objective-C: Provide fixit hints when warningFariborz Jahanian
2013-04-02Moved fallthrough regression test to switch-implicit-fallthrough.cpp.Alexander Kornienko
2013-04-02Fixed "fallthrough annotation does not directly precede switch label" warning inAlexander Kornienko
2013-04-02Escape # and $ in dependency files.Benjamin Kramer
2013-04-02Remove target-specific alignment from test.Benjamin Kramer
2013-04-02[ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scop...Alexey Samsonov
2013-04-02[analyzer] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev
2013-04-02Add -Wstatic-local-in-inline, which warns about using a static localJohn McCall
2013-04-02[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...Anna Zaks
2013-04-02un-break remaining gdb buildbot testcases.Adrian Prantl
2013-04-02[analyzer] For now, don't inline [cd]tors of C++ containers.Jordan Rose
2013-04-02[analyzer] Allow suppressing diagnostics reported within the 'std' namespaceJordan Rose
2013-04-01Fix typo in testMatt Beaumont-Gay
2013-04-01PR15633: Note that we are EnteringContext when parsing the nested nameRichard Smith
2013-04-01R600: Handle -mcpu option v3Tom Stellard
2013-04-01Revert r178079, it caused PR15637.Nico Weber
2013-04-01Don't eagerly deserialize every templated function (and every static dataRichard Smith
2013-04-01* Attempt to un-break gdb buildbot by emitting a lexical block end onlyAdrian Prantl
2013-04-01Only merge down a variable type if the previous declaration wasJohn McCall
2013-04-01Add test for PR12527 (bug has apparently already been fixed).Richard Smith
2013-04-01[libclang] Make clang_Cursor_getArgument work with call-exprs.Argyrios Kyrtzidis
2013-04-01Modifed debug-info-byval.cpp test to grep for .string or .asciz.Jyotsna Verma
2013-03-30Remove old NVPTX cpus and add new NVPTX cpusJustin Holewinski