]> granicus.if.org Git - clang/shortlog
clang
2014-05-31 Nikola SmiljanicPR12961 - Extend DR532 to cover C++98/03.
2014-05-31 Hans WennborgDiagnose dll attribute on member of class that already...
2014-05-31 Hans WennborgMake Attr::Clone() also clone the Inherited, IsPackExpa...
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Michael J.... [CodeGen] Don't cast and use SizeTy instead of Int32Ty...
2014-05-31 Richard SmithRefactor: use the DeclarationNameInfo form of BuildMemb...
2014-05-31 Alp Tokercc1as: invert return bool to indicate failure
2014-05-31 Alp Tokercc1as: fix a potential leak and unremoved output file...
2014-05-30 Richard SmithTake PrintingPolicy::SuppressUnwrittenScope into accoun...
2014-05-30 Ben LangmuirInvalidate the file system cache entries for files...
2014-05-30 Alp TokerRemove unused struct from test
2014-05-30 Richard SmithAdd a FIXME for a bug Doug pointed out in code review.
2014-05-30 DeLesley HutchinsThread Safety Analysis: fix handling of string and...
2014-05-30 Ben LangmuirRevert "Invalidate the file system cache entries for...
2014-05-30 Ben LangmuirInvalidate the file system cache entries for files...
2014-05-30 Hans WennborgStart adding support for dllimport/dllexport on classes...
2014-05-30 Fariborz JahanianObjective-C. Diagnose assigning a block pointer type to
2014-05-30 DeLesley HutchinsThread Safety Analysis: fix uninitialized member in...
2014-05-30 Tim NorthoverAArch64: combine arm64 & aarch64 cases in switch
2014-05-30 Diego NovilloRemove unnecessary test.
2014-05-30 Aaron BallmanThis test is no longer relevant. It is covered already...
2014-05-30 Aaron BallmanThis test should no longer be XFAILed; the standard...
2014-05-30 Aaron BallmanSetting a heading for the section/allocate attribute...
2014-05-30 NAKAMURA Takumiclang/test/Frontend/Weverything-and-remarks.cpp: Add...
2014-05-30 Alexey Bataev[OPENMP] Improve debug location codegen for OpenMP...
2014-05-30 Faisal ValiFix 'this' capturing Generic lambdas used within defaul...
2014-05-30 Nikola SmiljanicPR11410 - Confusing diagnostic when trailing array...
2014-05-30 Nikola SmiljanicPR12214 - Warn on suspicious self-compound-assignments.
2014-05-29 Peter CollingbournePermit the "if" literal suffix with Microsoft extension...
2014-05-29 DeLesley HutchinsThread Safety Analysis: implement review suggestions...
2014-05-29 Adam NemetImplement AVX1 vbroadcast intrinsics with vector initia...
2014-05-29 DeLesley HutchinsThread Safety Analysis: minor changes to TIL pretty...
2014-05-29 Diego NovilloAdd documentation for -Rpass*
2014-05-29 Diego NovilloAdd flags -Rpass-missed and -Rpass-analysis.
2014-05-29 Bob WilsonMake the -mno-global-merge option work for arm64/aarch6...
2014-05-29 Nico RieckMake runlines consistent with other dll attribute tests
2014-05-29 Nico RieckFix some minor typos in tests
2014-05-29 Diego NovilloAdd missing -S to avoid invoking assembler unnecessarily.
2014-05-29 Nico RieckSema: Functions with dll attributes cannot be deleted
2014-05-29 Nico RieckMS ABI: Emit static data members with proper linkage
2014-05-29 Nico RieckSema: Check dll attributes on static data members
2014-05-29 Aaron BallmanNo longer allow the -std options to entirely override...
2014-05-29 Diego NovilloFix spurious remarks when -Weverything is used.
2014-05-29 Alexander MusmanParsing/Sema for OMPAlignedClause.
2014-05-29 Nikola SmiljanicRefactoring. Remove Owned method from Sema.
2014-05-29 Aaron BallmanFixing a test case which was failing the MSVC build...
2014-05-29 Nikola SmiljanicRefactoring. Remove release and take methods from Actio...
2014-05-29 Richard SmithWhen merging functions across modules (and in particula...
2014-05-29 Eli BenderskyImplement a convenience recursive walk method over...
2014-05-29 Alexey Samsonov[ASan] Hoist blacklisting globals from init-order check...
2014-05-29 Richard SmithPR19878: If a pack expansion appears within another...
2014-05-28 DeLesley HutchinsThread Safety Analysis: update TIL traversal mechanism...
2014-05-28 Sanjay Pateladded Intel's BMI intrinsic variants
2014-05-28 Eli BenderskyExpose CUDA function attributes to the C interface.
2014-05-28 Warren HuntReverting 209503 - Breaks asan blacklists
2014-05-28 Adrian PrantlDebug Info: Fix the source range for IfStmt's Condition...
2014-05-28 Reid KlecknerMove misplaced Documentation note in Attr.td
2014-05-28 Fariborz JahanianObjective-C. Diagnose use of properties in functions...
2014-05-28 Eli BenderskyTrim trailing whitespace in cindex.py
2014-05-28 Fariborz JahanianObjective-C. Deprecate use of function definitions
2014-05-28 Dario Domizioli[DOC] Documentation for #pragma clang optimize on/off
2014-05-28 Evgeniy Stepanov-pthread does not translate to -lpthread on Android.
2014-05-28 Alp TokerAdd a PR reference for XFAILed test
2014-05-28 Alp TokerTest requires exceptions
2014-05-28 Alp TokerConsolidate some note diagnostics
2014-05-28 Nikola SmiljanicFix line endings.
2014-05-28 NAKAMURA TakumiLet clang/test/CodeGen/pr19841.cpp tolerant of MS mangler.
2014-05-28 Daniel Jasperclang-format: Don't break before a case's colon.
2014-05-28 Nick LewyckyAdd 'nonnull' parameter or return attribute when produc...
2014-05-28 Daniel Jasperclang-format: Format array and dict literals similar...
2014-05-28 Alexey Bataev[OPENMP] Additional checking for local vars in initial...
2014-05-28 Alexey Bataev[OPENMP] Reformatting of parsing code for OpenMP constr...
2014-05-28 Alexey Bataev[OPENMP][C++11] Formatting and make more C++11 complian...
2014-05-28 Richard TrieuMove the logic for testing for namespace std into one...
2014-05-28 Hans WennborgDon't dllimport/export destructor variants implemented...
2014-05-27 Alexander KornienkoRetain isImplicit flag for local variable declarations...
2014-05-27 Ben LangmuirAdd a test that we don't store stale modtime in modules
2014-05-27 James DennettAdd range accessors for captures of a LambdaExpr.
2014-05-27 Fariborz JahanianObjective-C. Fixes an obscuer crash caused by multiple...
2014-05-27 Renato GolinFix pr19841, bb are also unnamed
2014-05-27 Renato GolinFix pr19841.cpp on release mode
2014-05-27 Renato GolinRevert small change to EmitDeclRefLValue
2014-05-27 NAKAMURA TakumiASTMatchers.h: Appease msc17.
2014-05-27 Alexander MusmanParsing/Sema for OMPCollapseClause.
2014-05-27 Manuel KlimekMake equalsNode work with pointers to subtypes.
2014-05-27 Manuel KlimekAdds child traversal matchers for IfStmt's then and...
2014-05-27 Manuel KlimekAllow hasBody on CXXForRangeStmt nodes and update the...
2014-05-27 Craig Topper[C++11] Use 'nullptr'. StaticAnalyzer edition.
2014-05-26 Aaron BallmanRejecting the mutable specifier on a freestanding type...
2014-05-26 Daniel Jasperclang-format: Split up moveStateToNextToken.
2014-05-26 Daniel Jasperclang-format: Keep '{' of dict literals on the same...
2014-05-26 Craig Topper[C++11] Use 'nullptr'. Sema edition.
2014-05-26 Craig Topper[C++11] Use 'nullptr'.
2014-05-25 Nico RieckSema: Add dll attribute tests for member functions
2014-05-25 Nico RieckSema: Add dll attribute tests for variable templates
2014-05-25 Nico RieckIRGen: Add more tests for dll attributes
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-24 Tim NorthoverAArch64/ARM64: rename ARM64 components to AArch64
2014-05-24 Tim NorthoverAArch64/ARM64: update Clang after AArch64 removal.
2014-05-24 Yaron KerenCXXInfo memory should be released after calling the...
next