]> granicus.if.org Git - clang/shortlog
clang
2015-08-17 Alexander Kornienko[clang-tidy] Make NumOccurrenceFlag for SourcePaths...
2015-08-17 Richard Smith[modules] When explicitly building a module file, don...
2015-08-16 Yaron KerenEnable passing test on Windows + MSYS.
2015-08-15 Davide Italiano[Sema] Be consistent about diagnostic wording: always...
2015-08-15 James Y KnightTiny cleanup: move some Triple variables up to the...
2015-08-15 David Majnemer[MS ABI] Switch catchpad/cleanuppad to use tokens
2015-08-15 NAKAMURA TakumiclangStaticAnalyzerCheckers: Update libdesp.
2015-08-15 Hans WennborgDelay emitting members of dllexport classes until the...
2015-08-15 Richard Smith[modules] Stop dropping 'module.timestamp' files into...
2015-08-14 Naomi Musgraveclarified test comment
2015-08-14 Nathan Wilson[CONCEPTS] Add diagnostic; invalid tag when concept...
2015-08-14 Anna Zaks[analyzer] Add checkers for OS X / iOS localizability...
2015-08-14 Martell MaloneWindowsX86: long double is x87DoubleExtended on mingw
2015-08-14 Reid KlecknerDon't run explicit-modules-missing-files.cpp on Windows
2015-08-14 Martell MaloneWindows ARM: ignore calling conventions as described...
2015-08-14 Douglas KatzmanRepresent 2 parallel string arrays as one string[]...
2015-08-14 David Majnemer[ASTContext] Call APValue destructors for MaterializedT...
2015-08-14 Davide Italiano[Sema] main can't be declared as global variable, in...
2015-08-14 Daniel Jasperclang-format: Don't remove space between #elif and...
2015-08-14 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR24371: Assert failur...
2015-08-14 Manuel KlimekFix AST matcher documentation.
2015-08-14 Manuel KlimekAdd structed way to express command line options in...
2015-08-14 Richard Smith[modules] Add an experimental -cc1 feature to embed...
2015-08-14 David Blaikieunique_ptrify ConsumedBlockInfo analysis to make it...
2015-08-14 Richard SmithThis test was still failing for me after r244925, fix...
2015-08-13 David BlaikieWdeprecated: ByrefHelpers are copy constructed by the...
2015-08-13 David MajnemerAvoid iteration invalidation issues around Materialized...
2015-08-13 Richard Smith[modules] When writing a module file built with -fmodul...
2015-08-13 David BlaikieWdeprecated: Ensure CheckNames are copy assignable...
2015-08-13 Ivan KrasinRemove test cases, which rely on the default sanitizer...
2015-08-13 David BlaikieWdeprecated: Make Filter safely move constructible.
2015-08-13 David BlaikieWdeprecated: Make the SecKeychainBugVisitor copyable...
2015-08-13 David BlaikieFix the MSVC build which cannot manifest default move ops
2015-08-13 David BlaikieWdeprecated: BugReporterVisitors are copied for cloning...
2015-08-13 David BlaikieFollow up r244975: The ctors of an abstract class don...
2015-08-13 David BlaikieWdeprecated: CollectReachableSymbolsCallback are move...
2015-08-13 David BlaikieWdeprecated: RegionBindingsRef are copy constructed...
2015-08-13 David BlaikieWdeprecated: PathPieces are copied, make them safely...
2015-08-13 David BlaikieWdeprecated: StoredDiagnostics are stored in a SmallVec...
2015-08-13 NAKAMURA Takumiclang/test/Frontend/dependency-gen.c: Add explicit...
2015-08-13 David BlaikieWdeprecated: Make BumpVectorContext movable
2015-08-13 Brad SmithRemoved one too many braces.
2015-08-13 Brad Smith[SPARC] Fix types of size_t, intptr_t, and ptrdiff_t...
2015-08-13 Eric ChristopherFix some coding standard issues and delete a dead condi...
2015-08-13 David BlaikieWdeprecated: CommentVerifiers are returned by value...
2015-08-13 David BlaikieWdeprecated: LambdaScopeInfos are copied in TreeTransfo...
2015-08-13 David BlaikieWdeprecated: Replace deprecated throw() with LLVM_NOEXC...
2015-08-13 Naomi MusgraveFix previous commit: poison only class members, simpler...
2015-08-13 Richard Smith[modules] For explicit module file dependencies, only...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Richard SmithFix wrong expected test output in r244923.
2015-08-13 Reid KlecknerTry to fix the build after r244923
2015-08-13 Reid KlecknerTry to fix new.cpp after r244920 to make it pass
2015-08-13 Richard Smith[modules] Change the way we deal with .d output for...
2015-08-13 Reid KlecknerTurn off __has_feature(cxx_rtti) when -fno-rtti-data...
2015-08-13 Ben LangmuirAttempt to fix build after r244912
2015-08-13 Ben Langmuir[Modules] Add Darwin-specific compatibility module...
2015-08-13 Martell MaloneDriver: Fix include directories when not using libgcc...
2015-08-13 Daniel Jasperclang-format: Inside decltype(), there is an expression.
2015-08-13 Daniel Jasperclang-format: Fix incorrect lambda-detection.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-13 Yaron KerenRemove superfluous private:, TypeCache is private by...
2015-08-13 Yaron KerenDisable failing check in bots from r244867.
2015-08-13 Ivan KrasinAdd sanitizer blacklists to the rules generated with...
2015-08-13 Rafael EspindolaUpdate for llvm api change.
2015-08-13 Richard SmithAdd SourceManager::dump() to dump the current set of...
2015-08-12 David BlaikieWdeprecated: LambdaScopeInfos need to be copied, so...
2015-08-12 David BlaikieWdeprecated: ApplyDebugLocation is returned by value...
2015-08-12 David BlaikieWdeprecated: CGBuilderInserter is copy constructed...
2015-08-12 David Blaikie-Wdeprecated: Job objects are stored in a vector yet...
2015-08-12 David Blaikie-Wdeprecated: SavedInstanceContext is returned by value...
2015-08-12 Richard Smith[modules] If loading a .pcm file would cause us to...
2015-08-12 Naomi MusgraveRevert "Implement poisoning of only class members in...
2015-08-12 Naomi MusgraveImplement poisoning of only class members in dtor,...
2015-08-12 Aaron BallmanSwitching from an explicit loop to DeleteContainerSecon...
2015-08-12 Hans WennborgDocs: keep copyright years up-to-date
2015-08-12 Hans WennborgOptions.td: Drop trailing space in -fsanitize= help...
2015-08-12 Hans WennborgDocs: update clang-cl command-line documentation
2015-08-12 Aaron BallmanRangRangify some more for loops; NFC.
2015-08-12 Douglas KatzmanDon't compare getArchName() to "tce" as a string. NFC.
2015-08-12 Richard TrieuStop printing macro backtraces that don't help diagnostics.
2015-08-12 Hans WennborgReleaseNotes: Small version nbr fix
2015-08-12 John BrawnThe alias.c test now requires arm-registered-target
2015-08-12 John BrawnAdd test for PR24379
2015-08-12 Aaron BallmanThe version of libxml2 required by c-index-test must...
2015-08-12 Aaron BallmanRangify some for loops; NFC.
2015-08-12 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR24430: clang hangs...
2015-08-12 Saleem Abdulrasoollibclang: Add period to typedef kind docblock
2015-08-12 Richard Smith[modules] Fix thread safety analysis to cope with mergi...
2015-08-12 Piotr PadlewskiDeleted old fixme ( ͡° ͜ʖ ͡°)
2015-08-11 Eric ChristopherUntabify.
2015-08-11 Richard Smith[modules] When instantiating the contents of an importe...
2015-08-11 Petar Jovanovic[MIPS] Use arch values for lock-free atomic operations
2015-08-11 Anton Yartsev[analyzer] Incorrect env variable replaced.
2015-08-11 Richard SmithAdd an assert to catch lexical decl deserialization...
2015-08-11 Aaron BallmanFixing a few C++0x comments to be C++11; NFC.
2015-08-11 Aaron BallmanAdd missing documentation for conversionDecl; NFC.
2015-08-11 Aaron BallmanAdd a polymorphic AST matcher for testing whether a...
2015-08-11 Aaron BallmanAdd an AST matcher to match member intializers of a...
2015-08-11 Daniel Jasperclang-format: Make SpaceBeforeParens work with overload...
next