]> granicus.if.org Git - clang/shortlog
clang
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...
2014-05-23 Hans WennborgThis test doesn't need -O2 -disable-llvm-optzns
2014-05-23 Akira HatanakaRecommit r209532 with -ffreestanding.
2014-05-23 Akira HatanakaRemove test while I investigate why the test is breakin...
2014-05-23 Richard SmithRecompute the injected class name type for a class...
2014-05-23 Akira HatanakaXFAIL test which is breaking some of the build bots.
2014-05-23 Reid KlecknerUse comdats to avoid double initialization of weak...
2014-05-23 Richard Smith[modules] If a referenced-but-not-instantiated class...
2014-05-23 Hans WennborgEmit used/dllexport inline method definitions in nested...
2014-05-23 Hans WennborgDon't suppress warning about dllimport on typedefs...
2014-05-23 Nico RieckSema: Add more tests for dll attributes on inline functions
2014-05-23 Nico RieckFix broken FileCheck prefix
2014-05-23 Nico RieckFix typo
2014-05-23 Ben LangmuirStopgap fix for finding module for a file mapped in...
2014-05-23 Manuel KlimekAdd the hasRangeInit() matcher for range-based for...
2014-05-23 Akira HatanakaTest case for r209489.
2014-05-23 Manuel KlimekMake dead return statement detection more robust agains...
2014-05-23 Manuel KlimekMake the ParentVector default to size 2.
2014-05-23 Sylvestre Ledrurevert "r209526 List the function/method name in the...
2014-05-23 Sylvestre LedruList the function/method name in the index page of...
2014-05-23 Warren Hunt[MS-ABI] Silence warning from r209523
2014-05-23 Sylvestre LedruReplace system() by native perl calls
2014-05-23 Warren Hunt[MS-ABI] Implements MS-compatible RTTI
2014-05-23 Dario Domizioli[test] Force a triple in the pragma optimize test due...
2014-05-23 Nikola SmiljanicPR19352 - getLocation() points to the wrong position...
2014-05-23 Dario DomizioliImplemented support for "pragma clang optimize on/off...
2014-05-23 Robert LyttonFix '-main-file-name <name>' so that it is used for...
2014-05-23 Alexander KornienkoClean DiagRanges. Fix a possible problem introduced...
2014-05-23 Akira HatanakaFix a bug in xmmintrin.h.
2014-05-22 Rafael EspindolaDon't set unnamed_addr in CreateRuntimeVariable.
2014-05-22 Richard SmithAvoid allocating extra memory to handle the lazy defini...
2014-05-22 Rafael EspindolaDon't reduce the stack protector level given -fstack...
2014-05-22 Alexander KornienkoUse error_code::success() instead of make_error_code...
2014-05-22 Alexey SamsonovUnify the name of compiler-rt builtins library on Linux.
2014-05-22 Richard SmithIf a class template specialization from one module...
2014-05-22 Hans WennborgDon't warn about undefined inline functions if they...
2014-05-22 Alexander KornienkoRemove limits on the number of fix-it hints and ranges...
2014-05-22 Abramo BagnaraImproved location for non-constant initializers diagnos...
2014-05-22 Matt ArsenaultForgot to add updated datalayout test
2014-05-22 Matt ArsenaultUpdate R600 datalayout
2014-05-22 Hans WennborgAn inline function redeclaration does not drop the...
2014-05-22 Daniel Jasperclang-format: Add basic test for -style=none.
2014-05-22 Daniel Jasperclang-format: Introduce DisableFormat that prevents...
2014-05-22 Daniel Jasperclang-format: Don't use Allman brace breaking for ObjC...
2014-05-22 Daniel Jasperclang-format: Fix corner case in AllowShortBlocksOnASin...
2014-05-22 Tim NorthoverMachO: look for nearby tools on all MachO platforms.
2014-05-22 Tim NorthoverRevert "TMP"
2014-05-22 Tim NorthoverMachO: perform ARM ABI detection even for non-Darwin...
2014-05-22 Tim NorthoverTMP
2014-05-22 Rafael EspindolaUse stack protector strong by default on OpenBSD.
2014-05-22 Daniel Jasperclang-format: Fix braced list detection.
2014-05-22 Daniel Jasperclang-format: Fix incorrect braced init identification.
2014-05-22 Daniel Jasperclang-format: Store pointers to seen formatting states.
2014-05-22 Daniel Jasperclang-format: Fix vim-integration for empty files.
2014-05-22 Daniel Jasperclang-format: [JS] Understand line breaks in concatenat...
2014-05-22 Daniel Jasperclang-format: Correctly identify multiplications in...
2014-05-22 Alexander MusmanThis patch adds a helper class (CGLoopInfo) for marking...
2014-05-22 Daniel Jasperclang-format: Correctly calculate line lenghts for...
2014-05-22 Justin BognerFrontend: Propagate ASTReaderListener API in ChainedAST...
2014-05-22 Craig Topper[C++11] Use 'nullptr'. Serialization edition.
next