]> granicus.if.org Git - clang/shortlog
clang
2014-03-03 Argyrios Kyrtzidis[libclang] Introduce APIs that assist in constructing...
2014-03-03 Ahmed Charles[C++11] Add #include's for OwningPtr.
2014-03-03 Argyrios Kyrtzidis[libclang] Change clang_VirtualFileOverlay_writeToBuffe...
2014-03-02 Peter CollingbourneDisable all dependency output options when using the...
2014-03-02 David MajnemerRevert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"
2014-03-02 David MajnemerNormalize line endings
2014-03-02 Hal FinkelAdd a PPC inline asm constraint type for single CR...
2014-03-02 David MajnemerAttributeReference: Use UNIX line endings
2014-03-02 Aaron BallmanAdding some cross references to the sanitizer attribute...
2014-03-02 Aaron BallmanSimplifying attribute generation with range-based for...
2014-03-02 Benjamin Kramer[C++11] ASTMatchers: Use standard static_assert and...
2014-03-02 Benjamin Kramer[C++11] Use std::atomic instead of LLVM's.
2014-03-02 Benjamin Kramer[C++11] Work around an incompatibility between llvm...
2014-03-02 Chandler Carruth[C++11] Switch from LLVM_STATIC_ASSERT to static_assert...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Chandler Carruth[C++11] Switch the clang-format LLVM style to use C...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig Topper[C++11] Remove an LLVM_OVERRIDE use that I missed in...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Richard SmithAdd [extern_c] attribute for modules, allowing a C...
2014-03-02 Chandler Carruth[C++11] Switch from the llvm_move macro to directly...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-02 Alp Toker[C++11] Drop legacy conditionals for TokenKind's underl...
2014-03-01 Benjamin KramerMove private classes into anonymous namespaces.
2014-03-01 Benjamin Kramer[C++11] Replace verbose functors with succinct lambdas
2014-03-01 NAKAMURA TakumiASTReader.h: Prune \param ImportLoc according to r20256...
2014-03-01 Chandler Carruth[C++11] Remove use of LLVM_HAS_RVALUE_REFERENCES from...
2014-03-01 Warren HuntFixed an assertion failure related to bitfield lowering.
2014-03-01 Richard SmithIf a module A exports a macro M, and a module B imports...
2014-02-28 Reid KlecknerAdd Clang docs about MSVC compatibility
2014-02-28 Reid KlecknerFix leak in MicrosoftVTableContext
2014-02-28 Anton Yartsev[analyzer] Fix for PR18394.
2014-02-28 Ben LangmuirReapply fixed "Honour 'use-external-names' in FileManager"
2014-02-28 Richard SmithTests for lexing of digit separators versus UCNs.
2014-02-28 Richard SmithFix a minor bug in lexing pp-numbers with digit separat...
2014-02-28 Anders CarlssonWhen completing Objective-C instance method invocations...
2014-02-28 Kaelyn UhrainDon't suggest non-static methods as corrections when...
2014-02-28 Aaron BallmanRemoving some unused functionality.
2014-02-28 Aaron BallmanAdding a test case to ensure that type attributes appli...
2014-02-28 Rafael EspindolaNow that llvm's build system sets -install_name, we...
2014-02-28 Benjamin KramerCFG: Also apply the filter to the first block in a...
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in 'clang'
2014-02-28 Argyrios Kyrtzidis[ASTUnit] Don't let the preamble diagnostics out-live...
2014-02-28 Bob WilsonAdd a testcase for r202437.
2014-02-28 Nick LewyckyFix crash with enable_if on constructors.
2014-02-28 Rafael EspindolaAdd support for OpenBSD SPARC assembler.
2014-02-28 Richard SmithAdd a -Wclass-varargs to warn on objects of any class...
2014-02-28 Reid KlecknerAttempt to fix non-MSVC build
2014-02-28 Reid Kleckner-fdump-record-layouts: Sort nvbases by offset before...
2014-02-28 Hal FinkelAdd -mcrbits/-mno-crbits to control the PowerPC CR...
2014-02-27 Richard Trieu"&&&" != "&&"
2014-02-27 Ben LangmuirRevert "Honour 'use-external-names' in FileManager"
2014-02-27 Ben LangmuirHonour 'use-external-names' in FileManager
2014-02-27 Reid KlecknerMS ABI: Attempt to fix DenseMap entry reference invalid...
2014-02-27 Ben LangmuirReapply r202420 hopefully fixed for other STLs
2014-02-27 Bob WilsonRemove an assertion that no longer holds. <rdar://probl...
2014-02-27 Ted Kremenek[-Wunreachable-code] always treat 'case:' and 'default...
2014-02-27 Ted Kremenek[CFG] record the original (now unreachable) block of...
2014-02-27 Ted Kremenek[analyzer] check for now possibly null predecessor...
2014-02-27 Rui UeyamaFix -Wunused-function in Release build.
2014-02-27 John McCallDiagnose attempts to apply ms_struct to records with...
2014-02-27 Reid KlecknerMS ABI: Fix vftable mangling by using the vbtable name...
2014-02-27 Ben LangmuirRevert "Remove constructors from FileEntry that prevent...
2014-02-27 Ben LangmuirRemove constructors from FileEntry that prevent owning...
2014-02-27 Rafael EspindolaUse private linkage for globals we already name with...
2014-02-27 Ben LangmuirSplit FileEntry name vs. isValid
2014-02-27 Rafael EspindolaAssert that the name of some internal variables start...
2014-02-27 Dmitri Gribenkolibclang: New functions clang_Type_getNumTemplateArguments,
2014-02-27 Alexey Samsonov[CMake] Teach build system to build/test compiler-rt...
2014-02-27 Alexey Bataev[OPENMP] First changes for Parsing and Sema for 'omp...
2014-02-27 Ted Kremenek[-Wunreachable-code] Don't warn about trivially unreach...
2014-02-27 Ted KremenekFix test case indentation.
2014-02-27 Ted Kremenek[-Wunreachable-code] Don't warn about unreachable ...
2014-02-27 Argyrios Kyrtzidis[ASTUnit] Fix use-after-free bug in ASTUnit::getMainBuf...
2014-02-27 Nick LewyckyChange this test to not try to emit any IR. (It should...
2014-02-27 Nick LewyckyAs of r202325, CFGBlock predecessors may be NULL. Ignor...
2014-02-27 Ted KremenekAdd category test case for attribute 'objc_protocol_req...
2014-02-27 Eric ChristopherPass down the debug emission kind into the compile...
2014-02-27 Hans Wennborg[MS ABI] Error instead of generating bad vftables for...
2014-02-27 Nick LewyckyFix -Wunused-variable in non-assert builds. No function...
2014-02-27 Ben LangmuirAdd a 'use-external-names' option to VFS overlay files
2014-02-27 Ted Kremenek[-Wunreachable-code] Prune out unreachable warnings...
2014-02-27 Ted Kremenek[CFG] encode unreachable block information for would...
2014-02-27 Ted Kremenek[CFG] Encode unreachable block information for successo...
2014-02-27 Ted KremenekRework CFG edges to encode potentially unreachable...
2014-02-27 Reid KlecknerFix testcase for PR18962 with an explicit triple
2014-02-27 Reid KlecknerPR18962: Fix "Unable to find record layout information...
2014-02-26 Alp Tokerargument -> parameter terminology fixes for FunctionTyp...
2014-02-26 Rafael EspindolaRefactor linkage computation in CGObjCMac.cpp.
2014-02-26 Nico RieckSema: Definition of dllimport globals is not allowed
2014-02-26 Alexander KornienkoAdd newlines to fallback-style description. Patch by...
2014-02-26 Tim NorthoverAArch64: use less cluttered intrinsic for vtbl/vtbx
2014-02-26 Benjamin KramerAdd a StmtPrinter test for implicit and explicit conver...
2014-02-26 Tobias GrosserFix typo
2014-02-26 NAKAMURA Takumi[CMake] Use target_link_libraries(INTERFACE|PRIVATE...
2014-02-26 NAKAMURA Takumi[CMake] Introduce cmake_policy(CMP0022) for target_link...
2014-02-26 NAKAMURA Takumi[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-26 NAKAMURA Takumi[CMake] Apply DEPENDS intrinsics_gen in clangCodeGen.
2014-02-26 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-varargs.cpp: Appease...
2014-02-26 Eric Christopher80-col and bad line ending fixups.
next