aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-08-12clang-cl: Expand warning about /TC and /TP override, and expand testHans Wennborg
2013-08-12[Mips] MSA frontend option supportJack Carter
2013-08-12This test passes on freebsd after r188178. Not exactly sure why.Benjamin Kramer
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2013-08-10Fix to PR16225 (Assert-on-invalid: isa<LabelDecl>(D) && "declaration not inst...Serge Pavlov
2013-08-10Avoid spurious error messages if parent template class cannot be instantiatedSerge Pavlov
2013-08-10Simplify now that llvm::sys::current_path checks $PWD.Rafael Espindola
2013-08-10clang/test/Driver/cl-options.c: Suppress this on cygming due to -fno-builtin.NAKAMURA Takumi
2013-08-09Correctly profile CXXPseudoDestructorExprs.Eli Friedman
2013-08-09Fix for PR16570: when comparing two function pointers, discard qualifiers whenRichard Trieu
2013-08-09[arcmt] When handling unbridged casts, handle the body of BlockDecl separatel...Argyrios Kyrtzidis
2013-08-09Only emit debug info for implicit members that actually get codegen, not just...David Blaikie
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar
2013-08-09Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not neededAlexey Samsonov
2013-08-09Add lrint to the list of math builtins. It never sets errno so we can mark it...Benjamin Kramer
2013-08-09Sema: Assertion failure during CodeGen in CodeGenModule::EmitUuidofInitializerDavid Majnemer
2013-08-09[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper sectionDavid Majnemer
2013-08-09[analyzer] Enable usage of temporaries in InitListExprsPavel Labath
2013-08-09Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper...David Majnemer
2013-08-09[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper sectionDavid Majnemer
2013-08-09Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith
2013-08-09[analyzer] Warn when using 'delete' on an uninitialized variable.Jordan Rose
2013-08-09[tests] Make string encoding issues explicit.Daniel Dunbar
2013-08-09[tests] Avoid deprecated except syntax.Daniel Dunbar
2013-08-09clang-cl: Support /showIncludesHans Wennborg
2013-08-08clang-cl: Map /Oi[-] to -f[no-]builtinHans Wennborg
2013-08-08ObjectiveC migrator: tighten rule about when toFariborz Jahanian
2013-08-08ObjectiveC migration: Handle another special case ofFariborz Jahanian
2013-08-08clang-cl: use MS C++ ABIHans Wennborg
2013-08-08Fix alignof computation of large arrays on x86_64.Rafael Espindola
2013-08-08Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency"Reid Kleckner
2013-08-08clang-cl: Hook up /Za to prevent adding oldnames.lib dependencyHans Wennborg
2013-08-08The only useful loop unrolling flag to give realistically isChandler Carruth
2013-08-08Split the deprecated increment bool warning into a sub-group of -WdeprecatedRichard Trieu
2013-08-08Emit an error for enum increments and decrements in C++ mode.Richard Trieu
2013-08-08catch-undefined-behavior.cpp: Remove names that don't appear in every build.Filipe Cabecinhas
2013-08-08UBSan: Fix naming for IR variables in catch-undef-behavior.cppFilipe Cabecinhas
2013-08-08UBSan: Fix alignment checks emitted in downcasts.Filipe Cabecinhas
2013-08-08clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg
2013-08-07PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith
2013-08-07[PCH] Fix a PCH serialization crash, with invalid code related to forward enu...Argyrios Kyrtzidis
2013-08-07Correctly allign arrays on 32 bit systems.Rafael Espindola
2013-08-07Patch to fix doxygen trailing comments for ObjectiveC methods.Fariborz Jahanian
2013-08-07Indicate success for simple options when clang called with -cc1.Rafael Espindola
2013-08-07clang-cl: Use .obj as object file extension instead of .oHans Wennborg
2013-08-06Patch to fix doxygen trailing comments for ObjectiveC properties.Fariborz Jahanian
2013-08-06clang-cl: Implement support for the /Fo optionHans Wennborg
2013-08-06Add a new warning to -Wloop-analysis to detect suspicious increments orRichard Trieu
2013-08-06ObjectiveC migration: tweak setting of lifetime attributeFariborz Jahanian
2013-08-06PR16755: When initializing or modifying a bitfield member in a constantRichard Smith