]> granicus.if.org Git - clang/history - test
Fix typo Block.h vs Blocks.h
[clang] / test /
2015-01-12 Bill Seurer[PowerPC]To provide better compatibility with gcc I...
2015-01-12 Ben LangmuirFix bogus 'method is unavailable' errors with modules
2015-01-12 NAKAMURA TakumiSuppress clang/test/Driver/rewrite-map-in-diagnostics...
2015-01-12 David MajnemerParse: It's cleaner to handle cxx_defaultarg_end in...
2015-01-12 David MajnemerParse: Don't let BalancedDelimiterTracker consume cxx_d...
2015-01-12 Saleem AbdulrasoolDriver: include rewrite maps in the diagnostics
2015-01-12 David MajnemerParse: Don't parse beyond the end of the synthetic...
2015-01-11 David MajnemerBasic: Numeric constraints are multidigit
2015-01-11 David MajnemerBasic: [asmSymbolicName] follows the same rule as numbe...
2015-01-11 David MajnemerBasic: The asm constraint '#m' isn't valid, reject it
2015-01-11 David MajnemerCodeGen: Simplify consecutive '%' modifiers
2015-01-11 David MajnemerCodeGen: Simplify consecutive '&' modifiers
2015-01-11 David MajnemerBasic: The asm constraint '+#r' isn't valid, reject it
2015-01-10 Nathan Sidwellfix pr18645. Correct logic concerning 'T &&' deduction...
2015-01-10 David MajnemerSema: The asm constraint '+&m' isn't valid, reject it
2015-01-10 Richard TrieuAdd a new warning, -Wself-move, to Clang.
2015-01-10 Richard SmithFix temporary lifetime extension from an initializer...
2015-01-10 Hans WennborgDon't emit implicit template instantiations eagerly...
2015-01-09 David BlaikieRemove unnecessary/incorrect XFAIL after the revert...
2015-01-09 David BlaikieRevert "DebugInfo: Generalize debug info location handl...
2015-01-09 David MajnemerParse: Don't crash when an annotation token shows up...
2015-01-09 Hans WennborgDriver: tweak the code for determining default image...
2015-01-09 David MajnemerSema: Don't crash when variable is redefined as a const...
2015-01-09 Olivier GoffartFix test from my previous commit
2015-01-09 David MajnemerParse: Don't crash when namespace is in GNU statement...
2015-01-09 Olivier GoffartFix crash in typo correction while correcting enum...
2015-01-09 David MajnemerSema: RecordDecl shouldn't have a FunctionDecl as a...
2015-01-09 David MajnemerSema: Don't crash when specializing a global scope...
2015-01-09 David MajnemerParse: Don't crash when trailing return type is missing
2015-01-09 Saleem AbdulrasoolDriver: begin threading frontend support for SymbolRewriter
2015-01-09 Justin BognerInstrProf: Don't emit counter increments in dead code
2015-01-09 David MajnemerSema: Dependent array designators cannot be checked
2015-01-09 Richard SmithPR22117: Fix a case where we would get confused about...
2015-01-09 Richard SmithDon't invent a '$auto-x-y' name for auto types in gener...
2015-01-09 Richard TrieuUse APSInt::isSameValue instead of operator== in a...
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly...
2015-01-08 Logan ChienFrontend: Fix SourceColumnMap assertion failure on...
2015-01-08 Richard TrieuAttempt to fix test from r225423 to get build bots...
2015-01-08 Richard TrieuWhen the diagnostic text is simply "%0", sanitize the...
2015-01-07 Kaelyn TakataHandle OpaqueValueExprs more intelligently in the Trans...
2015-01-07 Nico WeberSlightly simplify the test from r225361.
2015-01-07 Nico WeberRevert r225085, it caused PR22096.
2015-01-07 Adrian PrantlDebug info: pass in the correct size for a pointer...
2015-01-06 Rafael EspindolaSuppress clang warnings in a codegen test.
2015-01-06 Matt ArsenaultAdd __builtin_amdgpu_class
2015-01-06 Hal Finkel[PowerPC] Add support for -mcmpb
2015-01-06 Rafael EspindolaUpdate for .ll syntax change.
2015-01-06 Tom StellardR600: Handle amdgcn triple
2015-01-06 Saleem AbdulrasoolSema: analyze I,J,K,M,N,O constraints
2015-01-06 Brad SmithSet the default ISA for OpenBSD/mips64 to MIPS III.
2015-01-06 Kostya SerebryanyAllow -fsanitize-coverage=N with ubsan, clang part
2015-01-05 Duncan P. N. Exon... Revert "Use the integrated assembler by default on...
2015-01-05 Brad SmithUse the integrated assembler by default on 32-bit Power...
2015-01-05 Francisco Lopes... Fix lit for builds under /opt
2015-01-05 Rafael EspindolaMake this test a bit stricter.
2015-01-05 Rafael EspindolaDisable warnings in this test.
2015-01-05 Samuel AntaoFix clash of gcc toolchains in driver regression tests.
2015-01-04 Nico WeberRemove an assert that's not true on invalid code.
2015-01-04 Yaron KerenFix default image name to 'a.exe' on Windows, instead...
2015-01-04 Nico WeberCrash less enthusiasticially on _Atomic or __restrict__...
2015-01-04 David MajnemerAST: Remove overzealous assertion from IsModifiable
2015-01-03 David MajnemerParse: __attribute__((keyword)) shouldn't error
2015-01-03 Aaron BallmanVolatile reads are side-effecting operations, but in...
2015-01-03 Rafael EspindolaRemove -Werror from test.
2015-01-03 Rafael EspindolaReally don't warn about -flto/fno-lto :-(
2015-01-02 Rafael EspindolaDon't warn on unused -fno-lto.
2015-01-02 David BlaikieDebugInfo: Provide a less subtle way to set the debug...
2015-01-02 David BlaikieTemporarily XFAIL fallout from r225083 while investigating.
2015-01-02 David BlaikieDebugInfo: Fix cases where location failed to be update...
2015-01-02 Nick LewyckyInstantiation of a CXXMethodDecl may fail when the...
2015-01-01 David MajnemerCodeGen: Don't crash when a lambda uses a local constex...
2014-12-31 David BlaikieXFAIL test on win32 due to missing __complex support
2014-12-31 David BlaikieHandle PPC64 return type (signext i32 rather than plain...
2014-12-30 David BlaikieReapply "DebugInfo: Generalize debug info location...
2014-12-30 Saleem AbdulrasoolDriver: use the canonical library prefix on Windows
2014-12-30 Nico WeberDon't crash on an invalid trailing return type on a...
2014-12-29 David BlaikieRevert "DebugInfo: Generalize debug info location handling"
2014-12-29 David MajnemerParse: Recover more gracefully from extra :: tokens...
2014-12-29 David BlaikiePR22051: Missing debug location on calls in dtor thunks...
2014-12-29 Nico WeberCrash even less on malformed attributes in an incorrect...
2014-12-29 David MajnemerParse: Ignore '::' in 'struct :: {'
2014-12-29 David BlaikieReapply "DebugInfo: Generalize debug info location...
2014-12-29 Chandler Carruth[multilib] Teach Clang's code about multilib by threading
2014-12-29 David MajnemerSema: Permit array l-values in asm output operands
2014-12-29 David MajnemerSema: Only permit permit modifiable l-values as asm...
2014-12-29 Nico WeberDon't crash on malformed attributes in an incorrect...
2014-12-29 David MajnemerSema: Don't crash when solitary :: token appears before...
2014-12-29 David MajnemerSema: Forbid inconsistent constraint alternatives
2014-12-29 David MajnemerSemaCXX: Don't crash when annotation tokens show up...
2014-12-28 Nico WeberDon't crash on surprising tokens in default parameter...
2014-12-28 David MajnemerSema: Variable templates cannot be static bitfield...
2014-12-28 David MajnemerParse: Don't crash when 'typename' shows up in an attribute
2014-12-28 David MajnemerSema: Permit an atomic type to be initialized by the...
2014-12-28 David MajnemerSema: Don't crash when an inject class name has a neste...
2014-12-28 David MajnemerLex: Don't let annotation tokens get into macro expansion
2014-12-27 Nico WeberObjective-C: Serialize "more than one decl" state of...
2014-12-27 Nico WeberObjective-C: Tweak unavailability warning.
2014-12-27 Craig Topper[x86] Add range checking to the constant argument of...
2014-12-27 Craig Topper[x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc...
2014-12-27 Craig TopperAdd more feature flags to the x86 instrinsic test.
next