]> granicus.if.org Git - clang/shortlog
clang
2013-09-27 Douglas GregorNote that modules are supported for C/Objective-C,...
2013-09-27 Justin Bognerdocs: Document CXXLiteralOperatorName and CXXUsingDirective
2013-09-27 Justin Bognerdocs: Remove note about Identifiers being used for...
2013-09-27 Rafael EspindolaUpdate the help text.
2013-09-27 Rafael EspindolaReplace -fobjc-default-synthesize-properties with disab...
2013-09-27 Chandler CarruthImplement N3760, support for the [[deprecated]] attribute.
2013-09-27 Richard SmithMark variable template implementation as complete....
2013-09-27 Richard SmithVariable templates: handle instantiation of static...
2013-09-27 Richard SmithComment out links for papers that aren't up yet.
2013-09-27 Kaelyn UhrainDon't give suggest things like function names on the...
2013-09-27 Kaelyn UhrainAvoid the hard-coded limit on the number of typo correc...
2013-09-27 Kaelyn UhrainCache the location of failed typo corrections so that...
2013-09-27 Benjamin KramerFix typo: Dellocation.
2013-09-27 Richard SmithFix formatting goof.
2013-09-27 Richard SmithUpdate status:
2013-09-27 Hans Wennborgclang-cl: pass /FI options to fallback
2013-09-27 Edwin VaneAdding pre/post conditions for some Replacement handlin...
2013-09-27 Benjamin KramerSourceManager: Open code isInMainFile.
2013-09-27 Timur IskhodzhanovQuick-fix the test for no-asserts build
2013-09-27 Rafael EspindolaRemove method that always returns true.
2013-09-27 Jordan Rose[analyzer] Allow pre/post-statement checkers for UnaryO...
2013-09-27 Faisal ValiFix the test files by removing the unnecessary -emit...
2013-09-27 Alexander KornienkoAdded a comment and another test for the UT_ForIndentat...
2013-09-27 Alexander KornienkoUpdated examples of UseTab option
2013-09-27 Alexander KornienkoUpdated clang-format style options doc.
2013-09-27 Alexander KornienkoImplemented tab usage only for indentation (http:/...
2013-09-27 Timur IskhodzhanovAbstract out the emission of vtables, add basic support...
2013-09-27 Alexander KornienkoCorrectly indent with tabs when whitespace starts from...
2013-09-27 Daniel Jasperclang-format: Improve formatting of functions with...
2013-09-27 David MajnemerAST: Handle multidimensional arrays inside of __uuidof()
2013-09-27 Daniel Jasperclang-format: Fix formatting bug with comment in weird...
2013-09-27 David MajnemerAST: Handle qualified array types in typeid() expressions
2013-09-27 Nick LewyckyAdd -fno-unsigned-char and ignore it. We already suppor...
2013-09-27 NAKAMURA TakumiNumericLiteralParser::ParseNumberStartingWithZero(...
2013-09-27 David MajnemerSema: Respect -fdelayed-template-parsing when parsing...
2013-09-27 Craig TopperRemove some stray underscores from copyright block...
2013-09-26 Fariborz JahanianObjectiveC migrator: Donlt annotate NS_RETURNS_INNER_PO...
2013-09-26 Fariborz JahanianObjectiveC migrator: function pointer is not an
2013-09-26 Adrian PrantlDebug info: Fix a crash when trying to construct a...
2013-09-26 Faisal ValiRemove an unused variable - thanks to Nick Lewycky...
2013-09-26 Kaelyn UhrainFix error recovery when a return type correction includ...
2013-09-26 Bob WilsonFix up fallout from r187156.
2013-09-26 Faisal ValiImplement a rudimentary form of generic lambdas.
2013-09-26 Kaelyn UhrainFix a bug in the typo correction replacement location.
2013-09-26 Kaelyn UhrainTeach typo correction to look inside of classes like...
2013-09-26 Richard SmithAdd macro test from N3781.
2013-09-26 Richard SmithPer updates to D3781, allow underscore under ' in a...
2013-09-26 Reid Klecknerclang-cl: Add /FI (forced include) as an alias for...
2013-09-26 Jordan Rose[driver] Ignore -fno-var-tracking; it's a GCC option...
2013-09-26 Rafael EspindolaRemove fno_builtin_strcat and fno_builtin_strcpy.
2013-09-26 Benjamin KramerMark an impossible path as unreachable to pacify GCC.
2013-09-26 Rafael EspindolaRemove -fbuiltin-strcat and -fbuiltin-strcpy.
2013-09-26 Rafael EspindolaIgnore unknown -fno-builtin-*.
2013-09-26 Rafael EspindolaRemove unused parameter.
2013-09-26 Rafael EspindolaIgnore some -f options that are supported by gcc.
2013-09-26 Benjamin KramerRemove tabs.
2013-09-26 Richard SmithFix buildbot breakage.
2013-09-26 Richard SmithReplace a bool with an enum for clarity, based on revie...
2013-09-26 Richard SmithIf a partial specialization of a member template is...
2013-09-26 Richard SmithImplement C++1y digit separator proposal (' as a digit...
2013-09-26 Alexey Bataev[OPENMP] Improved variable lookup procedure for threadp...
2013-09-25 Hans WennborgProvide inline definitions of _Unwind_GetIP etc. for...
2013-09-25 Reid KlecknerRemove unused param from MicrosoftMangle::mangleCalling...
2013-09-25 Mark LaceyUpdate NumTypeBits on Type to match the actual number...
2013-09-25 Fariborz JahanianObjectiveC: Handle the case of qualifying protocols
2013-09-25 Rafael EspindolaProduce an error for unknown -f options.
2013-09-25 Reid KlecknerPR17359: Fix off-by-one OOB on _Pragma("") and an unesc...
2013-09-25 Jordan Rose[analyzer] Handle destructors for the argument to C...
2013-09-25 Rafael EspindolaProduce an error if a -cc1 only option is passed to...
2013-09-25 Rafael EspindolaUse -Xclang to pass -internal-isystem and -internal...
2013-09-25 Rafael EspindolaMove --relocatable-pch to Options.td.
2013-09-25 Rafael EspindolaDon't pass -print-stats to the driver, it is a -cc1...
2013-09-25 Daniel Jasperclang-format: Option to removing the space before assig...
2013-09-25 Rafael EspindolaRemove unused option.
2013-09-25 Benjamin KramerSema: Simplify code a bit, plug a potential leak.
2013-09-25 NAKAMURA TakumiStaticAnalyzer/Core/RegionStore.cpp: Prune one last...
2013-09-25 Richard SmithRefactor to use C++1y 'auto' semantics directly in...
2013-09-25 Fariborz JahanianObjectiveC migrator. Don't suggest @property for
2013-09-25 Argyrios Kyrtzidis[libclang] python: fix return type of clang_Type_getSiz...
2013-09-25 Argyrios Kyrtzidis[libclang] Provide location for attributes and expose...
2013-09-24 Anton Yartsev[analyzer] This patch removes passing around of const...
2013-09-24 Eli FriedmanAllow dynamic_cast to void* even with -fno-rtti.
2013-09-24 Eli FriedmanFix -Wmissing-variable-declarations regression.
2013-09-24 Richard SmithAvoid a signed/unsigned comparison warning with compile...
2013-09-24 Fariborz JahanianObjectiveC migrator: provide space between the property
2013-09-24 Fariborz JahanianObjectiveC migrator: Another test for my last patch.
2013-09-24 Fariborz JahanianObjectiveC migrator: iDOn't mangle names when
2013-09-24 Rafael EspindolaProduce an error for unknown -m options.
2013-09-24 Yunzhong GaoAdding -mtbm and -mno-tbm command line options to the...
2013-09-24 Hans Wennborgclang-cl: fix passing optimization level to cl.exe...
2013-09-24 Hans Wennborgclang-cl: pass /nologo when falling back to cl.exe
2013-09-24 Fariborz JahanianRevert my patch in r191155 to allow forward
2013-09-24 Rafael EspindolaUse a valid option (-msse) for testing QA_OVERRIDE_GCC3...
2013-09-24 Rafael EspindolaRemove a use of OPT_m_Joined.
2013-09-24 Daniel JasperFix uninitialized value bug discovered buy msan buildbot.
2013-09-24 Daniel JasperAdd -fmodule-map-file option.
2013-09-24 Daniel JasperModule use declarations (II)
2013-09-24 Simon Atanasyan[Mips] Support -mnan=2008 option. Define "__mips_nan200...
2013-09-24 Richard SmithHopefully unbreak bots which are seeing an assert in...
2013-09-24 Richard SmithImplement restriction that a partial specialization...
next