]> granicus.if.org Git - clang/shortlog
clang
2013-07-30 Chandler CarruthStart keeping track of what work was done to detect...
2013-07-30 Aaron Ballmanerr_attribute_missing_parameter_name has been replaced...
2013-07-30 Aaron BallmanReplacing err_attribute_argument_not_int with err_attri...
2013-07-30 Timur IskhodzhanovAdd MicrosoftVFTableContext to AST
2013-07-30 NAKAMURA Takumiclang/test/Driver/qa_override.c: Resurrect a part of...
2013-07-30 Aaron BallmanAdded the notion of Type and TargetSpecific attributes...
2013-07-30 Aaron Ballmanerr_attribute_not_string has been subsumed by err_attri...
2013-07-30 Aaron BallmanRefactor some attributes to use checkFunctionOrMethodAr...
2013-07-29 David BlaikieRemove assert header dependency in test
2013-07-29 Alexander KornienkoSimplified SourceManager::translateLineCol a bit.
2013-07-29 Rafael EspindolaUpdate for llvm api change.
2013-07-29 Chandler CarruthMake this test not try to write on object file and...
2013-07-29 Richard SmithPR16715: Fix assert in verifier: only mark call to...
2013-07-29 Rafael EspindolaConvert a use of status with llvm::sys::fs::getUniqueID.
2013-07-29 Hans Wennborgtest/Driver/cl.c, remove quotes around /help
2013-07-29 David BlaikieSupport for Thread Safety Analysis in C
2013-07-29 Rafael EspindolaConvert a use of stat with sys::fs::status.
2013-07-29 Rafael EspindolaFix handling of "clang c:foo"
2013-07-29 Craig TopperReturn ExprError if both arguments to the mask form...
2013-07-29 NAKAMURA Takumiclang/test/Driver/cl.c: Don't attempt slash switches...
2013-07-28 Craig TopperFix up formatting. No functional change.
2013-07-28 Rafael EspindolaTry single quotes to fix the msys bot:
2013-07-28 Rafael EspindolaAvoid crashing if a directory has no pch files.
2013-07-27 Bob WilsonReduce stack frame size by avoiding a large token vecto...
2013-07-27 Hans WennborgFix test/Driver/cl.c.
2013-07-27 Craig TopperFix formatting. No functional change.
2013-07-27 Aaron BallmanUsing the function pointer instead of the function...
2013-07-27 Hans Wennborgclang-cl: add support for the /? and /help options
2013-07-26 Eli FriedmanDon't build expressions for invalid casts.
2013-07-26 Richard SmithHandle a difference in lambda return type deduction...
2013-07-26 Richard SmithPR16708: If a lambda has an implicit return type, don...
2013-07-26 Bill WendlingUse the new boolean to StringRef function to generate...
2013-07-26 Bob WilsonFix up the BUILD_CLANG_ONLY code to work properly after...
2013-07-26 Adrian PrantlDebug Info / EmitCallArgs: arguments may modify the...
2013-07-26 Hans WennborgOptions.td: rename CCC{Driver,Debug}Opt to Internal...
2013-07-26 Hans WennborgOptions.td: remove a_Group and L_Group.
2013-07-26 Daniel JasperAdd matcher for float literals.
2013-07-26 Argyrios Kyrtzidis[libclang] Remove comma from the blacklist of character...
2013-07-26 Hans WennborgOptions.td: Update HelpText of CCCDriverOpt
2013-07-26 Daniel Jasperclang-format: Add two new style options to support...
2013-07-26 Argyrios Kyrtzidis[frontend] '-frewrite-includes' should not ignore heade...
2013-07-26 Rafael EspindolaAdd not to a command that is expected to fail.
2013-07-26 Pavel LabathFix tests on targets that don't support thread_local
2013-07-26 Rafael EspindolaAdd a triple. Should fix the windows bots.
2013-07-26 Pavel Labath[analyzer] Fix FP warnings when binding a temporary...
2013-07-26 NAKAMURA TakumiRework r187192, to tweak expressions to be tolerant...
2013-07-26 NAKAMURA Takumiclang/test/Driver/linux-header-search.cpp: Add XFAILs...
2013-07-26 Craig TopperRemove trailing whitespace.
2013-07-26 Craig TopperRemove trailing whitespace.
2013-07-26 Eli FriedmanFix test for Release builds.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-26 Eli FriedmanFix test for Release builds.
2013-07-26 Eli FriedmanTighten type-checking for vector attributes.
2013-07-26 Eli FriedmanFix gcc search for cross-compiler on Ubuntu 13.04.
2013-07-26 Eli FriedmanFix GNU ObjC ABI for a message returning a struct.
2013-07-26 Eli FriedmanPartially revert r186903.
2013-07-26 Eli FriedmanMove friend warning into CXX11 warning group.
2013-07-25 Hans WennborgOptions.td: fold the NoForward flag into DriverOption
2013-07-25 Richard SmithWhen we perform dependent name lookup during template...
2013-07-25 Hans WennborgOptions.td: finish comment about CompileOnly_Group
2013-07-25 Jordan Rose[analyzer] Remove dead optimization for MaterializeTemp...
2013-07-25 David BlaikieDon't forward all assembler arguments untouched to...
2013-07-25 Rafael Espindolaremove empty directories.
2013-07-25 Rafael EspindolaRemove the mblaze backend from clang.
2013-07-25 Jordan Rose[analyzer] Add regression test for the crash in PR16664.
2013-07-25 Jordan Rose[analyzer] Weaken assertion to account for pointer...
2013-07-25 Rafael EspindolaMove not past env.
2013-07-25 Rafael EspindolaDon't pass %s twice to clang -cc1.
2013-07-25 Daniel Jasperclang-format: Fix switch/case interaction with macros.
2013-07-25 Daniel JasperUse memoization for has()-matcher.
2013-07-25 Manuel KlimekFix incorrect documentation generation for type matchers.
2013-07-25 Rafael EspindolaAvoid recursions when the parser finds out that it...
2013-07-25 Richard SmithAdd another C++14 constexpr test case.
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-25 Adrian PrantlDebug Info: Fine-tune the simple return expression...
2013-07-25 Adrian Prantltypo.
2013-07-24 Fariborz JahanianDocumentation parsing: if typedef name is being declared
2013-07-24 Eli BenderskySimplify code - no functionality change.
2013-07-24 Eli BenderskyPartial revert of r185568.
2013-07-24 Adrian Prantltypo.
2013-07-24 Adrian PrantlDebug Info: Fix an oversight of r186553. Ensure that...
2013-07-24 Adrian Prantladd radar number to testcase.
2013-07-24 Fariborz JahanianObjective-C migrator: some cleanup.
2013-07-24 Rafael EspindolaAdd not to a command that is expected to fail.
2013-07-24 Fariborz JahanianObjectiveC migration: Method candidates for
2013-07-24 Eli BenderskyPass -fno-math-builtin from the Clang driver to -cc1...
2013-07-24 Richard SmithRename feature test for lambda init-captures from cxx_g...
2013-07-24 Richard SmithUpdate documentation to match current C++1y feature...
2013-07-24 Benjamin KramerMake test pass in Release builds, IR names don't get...
2013-07-24 Mark SeabornUse ARM-style representation for C++ method pointers...
2013-07-24 Benjamin KramerSema: Minor const fixups and control flow tidying.
2013-07-24 Samuel BenzaquenAdd support for Adaptative matchers on the dynamic...
2013-07-24 Daniel Jasperclang-format: Initial (incomplete) support for the...
2013-07-24 Richard SmithC++1y: track object lifetime during constexpr evaluatio...
2013-07-24 Manuel KlimekUpdate docs.
2013-07-23 Fariborz JahanianObjectiveC migration: more migration to
2013-07-23 Fariborz JahanianObjectiveC migrator: start migrating to
2013-07-23 Fariborz JahanianObjC migrator: more knobs toward doing
2013-07-23 Bill Schmidt[PowerPC64] Fix passing of single-vector-member structs...
2013-07-23 Hans WennborgRemove HelpText for -fno-diagnostics-show-note-include...
next