summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* InstrProf: Look for the PIC-version of the profile runtimeDuncan P. N. Exon Smith2014-05-161-0/+58
* Push implicitly-declared allocation functions into the IdResolver. Otherwise,Richard Smith2014-05-162-0/+6
* InstrProf: Set profile data to visibility hiddenDuncan P. N. Exon Smith2014-05-169-42/+42
* test/CodeGenCXX/dllexport.cpp: we already correctly emit b() even whenHans Wennborg2014-05-161-2/+1
* MS ABI: Use musttail for thunk IR generationReid Kleckner2014-05-153-19/+60
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-158-18/+76
* ARM64: update tests now that we print "mov" & "mvn".Tim Northover2014-05-153-29/+29
* AArch64: update test after LLVM CodeGen changeTim Northover2014-05-151-1/+1
* [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis2014-05-151-1/+1
* Replace completely bogus ambiguous-compound-literal-in-C++ code with somethingRichard Smith2014-05-151-1/+3
* PR19748: Make sure we don't lose colon protection after the parenthesized typ...Richard Smith2014-05-151-0/+11
* Fix typosAlp Toker2014-05-151-1/+1
* Revert Itanium parts of "Don't copy objects with trivial, deleted copy ctors"Reid Kleckner2014-05-151-24/+30
* PR19742: cv-qualifiers and ref-qualifiers aren't allowed on functions withinRichard Smith2014-05-142-4/+24
* When an overloaded comparison operator returns a reference, do not considerRichard Trieu2014-05-141-0/+13
* [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis2014-05-141-7/+7
* When we generate a redeclaration for anJohn McCall2014-05-142-0/+17
* clang-cl: Fall back immediately if /GR and /fallback were both passedReid Kleckner2014-05-141-0/+10
* Don't copy objects with trivial, deleted copy ctorsReid Kleckner2014-05-141-0/+200
* [ARM64]Fix the bug right shift uint64_t by 64 generates incorrect result.Hao Liu2014-05-141-2/+24
* Create a redeclaration when an elaborated type specifierJohn McCall2014-05-141-0/+3
* DebugInfo: Avoid creating DILexicalScopeFiles when the filename in the curren...David Blaikie2014-05-142-1/+21
* Push record return type classification into CGCXXABIReid Kleckner2014-05-131-1/+9
* Make this test target independent.Eric Christopher2014-05-131-8/+6
* PR19729: Delete a bunch of bogus code in Sema::FindAllocationOverload. ThisRichard Smith2014-05-132-4/+36
* Add a requires for the arm-registered-target needed by this test asEric Christopher2014-05-131-2/+3
* Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwindJoerg Sonnenberger2014-05-131-0/+1
* Test preprocessor defines for NetBSD/ARM.Joerg Sonnenberger2014-05-131-0/+103
* Fix the AST printer for attributed statements so that it does not print dupli...Aaron Ballman2014-05-132-3/+15
* Updated the test case to show that no diagnostics are expected, and not requi...Aaron Ballman2014-05-131-1/+2
* No longer triggering a checked iterator assert on Windows when using std::cop...Aaron Ballman2014-05-131-0/+23
* try to make test/Driver/masm.c work with the hexagon botNico Weber2014-05-131-0/+1
* Support -masm= flag for x86 targets.Nico Weber2014-05-131-0/+12
* Fixed a few tests and moved a comment to its proper placeFilipe Cabecinhas2014-05-131-5/+8
* Patched clang to emit x86 blends as shufflevectors.Filipe Cabecinhas2014-05-133-5/+41
* [ASan] Fixup for r208610: link in asan_cxx library on WindowsAlexey Samsonov2014-05-121-0/+1
* [ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov2014-05-121-0/+3
* clang/test/CXX/drs/dr4xx.cpp: Use env(1) to satisfy lit internal runner.NAKAMURA Takumi2014-05-121-3/+3
* [Driver] Do not lose already detected set of toolchain's multilibs whileSimon Atanasyan2014-05-127-0/+14
* disable asan's detect_stack_use_after_return when running CXX/drs/dr4xx.cpp (...Kostya Serebryany2014-05-121-3/+3
* PR19713: Don't warn on unused static inline functions, even if the 'inline' wasRichard Smith2014-05-111-0/+15
* Parameter/argument terminology fixesAlp Toker2014-05-112-1/+3
* CodeGen: support dll{ex,im}port on WoASaleem Abdulrasool2014-05-111-0/+25
* Follow-up to r208481: Free all default arguments, not just the first one.Nico Weber2014-05-111-1/+1
* Add test coverage for invalid conversion functions with default args.Nico Weber2014-05-101-0/+3
* Objective-C ARC. Add support for toll-free bridge Fariborz Jahanian2014-05-101-0/+135
* Add FIXME describing the limitation of using column info to disambiguate inli...David Blaikie2014-05-101-106/+47
* MS ABI: Pass 'sret' as the second parameter of instance methodsReid Kleckner2014-05-093-20/+20
* Don't emit -Wnon-virtual-dtor on final classes, since it's not a problem there.David Blaikie2014-05-091-1/+1
* PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas andRichard Smith2014-05-091-0/+20