aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-02-09Ensure that type definitions present in just-loaded modules areDouglas Gregor
2013-02-09Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).Jordan Rose
2013-02-09[analyzer] Invalidation checker: move the "missing implementation" checkAnna Zaks
2013-02-08[analyzer] Split IvarInvalidation into two checkersAnna Zaks
2013-02-08[analyzer] IvarInvalidation: add annotation for partial invalidationAnna Zaks
2013-02-08objective-C: don't issue bogus warning aboutFariborz Jahanian
2013-02-08Simplify logic for avoiding concatenation after numeric constants.Jordan Rose
2013-02-08StmtPrinter: Write large char values using \u or \U.Jordan Rose
2013-02-08Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop bo...Ted Kremenek
2013-02-08[libclang] Add a test to make sure annotation works fine in the presence ofArgyrios Kyrtzidis
2013-02-08objective-C modern translation: Fix another random translation bugFariborz Jahanian
2013-02-08objective-C modern translator. Fixes a trivialFariborz Jahanian
2013-02-08Improve filechecking of volatile test.Tim Northover
2013-02-08CMake: Include Clang unit tests in check-clang target in standalone builds.Jordan Rose
2013-02-08Fix test failure by making sure this file isn't identical to any other fileNick Lewycky
2013-02-08Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to...Richard Smith
2013-02-08[libclang] Attribute visitation happens out-of-source-order, make sureArgyrios Kyrtzidis
2013-02-08Use the target address space value when mangling names.Tanya Lattner
2013-02-08Fix stack overflow and improve performance when a module contains manyRichard Smith
2013-02-08objective-C modern translator. Generate #lineFariborz Jahanian
2013-02-08Teach subframework header lookup to suggest modules <rdar://problem/13176200>.Douglas Gregor
2013-02-07[analyzer] Report bugs when freeing memory with offset pointerAnna Zaks
2013-02-07[analyzer] Add pointer escape type param to checkPointerEscape callbackAnna Zaks
2013-02-07[analyzer] Don't reinitialize static globals more than once along a pathAnna Zaks
2013-02-07Form the default -fmodules-cache-path= properly.Douglas Gregor
2013-02-07objective-C modern translator. More fixups for Fariborz Jahanian
2013-02-07Add missing header from r174648Douglas Gregor
2013-02-07Retain all hidden methods in the global method pool, because they may become ...Douglas Gregor
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2013-02-07Thread safety analysis: make sure that expressions in attributes are parsedDeLesley Hutchins
2013-02-07Testcase for r174477.Chad Rosier
2013-02-07Enable overloading of OpenCL events - this is needed for the overloaded OpenC...Guy Benyei
2013-02-07FileCheckize volatile testTim Northover
2013-02-07Only check for volatile memcpys in test.Tim Northover
2013-02-07Add AArch64 wchar definition to testTim Northover
2013-02-07XFAIL test that's inappropriate for AArch64 ABITim Northover
2013-02-07Permit ABIs where the caller extends the result (test change).Tim Northover
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-02-07Apply the pure-virtual odr rule to other constructs which can call overloadedNick Lewycky
2013-02-07Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith
2013-02-07-Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...Alexander Kornienko
2013-02-07objective-C modern translator. Fix up the translatedFariborz Jahanian
2013-02-07AST dumping: indicate the previous declaration for a redeclaration, andRichard Smith
2013-02-07Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor
2013-02-07Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor
2013-02-06Detect when we end up trying to load conflicting module files.Douglas Gregor
2013-02-06Remove unneeded test. We have plenty of subgroup relations between warnings,Ted Kremenek
2013-02-06Accept and ignore the -fextended-identifiers option.Jordan Rose
2013-02-06Don't check whether a friend declaration is correctly formed when instantiating,Nick Lewycky
2013-02-06Added test for r174461 that checks that the desired behavior also occurs in O...Michael Gottesman