]> granicus.if.org Git - clang/shortlog
clang
2014-03-07 Alexey BataevAnother one fix for getSema()/getDerived().getSema()
2014-03-07 Alexey BataevFixed getSema()/getDerived().getSema() diff pointed...
2014-03-07 Ted Kremenek[-Wunreachable-code] Correctly expand artificial reacha...
2014-03-07 Ted Kremenek[-Wunreachable-code] Teach reachable code analysis...
2014-03-07 Yunzhong GaoThe Visual Studio IDE changed behavior in VS2012. It...
2014-03-07 Aaron BallmanPartial revert of r203179. The build bots are telling...
2014-03-06 Aaron Ballman[C++11] Replacing iterators redecls_begin() and redecls...
2014-03-06 Fariborz JahanianC. Compare vector sizes using their raw element size...
2014-03-06 Rafael EspindolaUse llvm.compiler.used instead of llvm.used for objc...
2014-03-06 Rafael EspindolaMake the test a bit stronger by showing what is added...
2014-03-06 Richard SmithRemove a dead store, add a FIXME for another.
2014-03-06 Ismail PazarbasiExclude invalid old decl from mismatching linkage assertion
2014-03-06 Ted KremenekRemove dead code I introduced 6 years, 4 months ago...
2014-03-06 Bob WilsonPGO: rename profile data files from .pgodata to .profdata.
2014-03-06 Bob WilsonPGO: rename FileCheck variable to follow the existing...
2014-03-06 Saleem AbdulrasoolUpdate for LLVM API change
2014-03-06 Rui Ueyama[docs] s/cpp11-migrate/clang-modernize/
2014-03-06 Bob WilsonPGO: Add support for Objective-C blocks.
2014-03-06 Richard SmithFix dead store and simplify. No functionality change...
2014-03-06 David MajnemerMS ABI: Disambiguate the manglings for global guard...
2014-03-06 Aaron BallmanBased on usage, the NamedDecl is always set when constr...
2014-03-06 Aaron BallmanRefactored to use a simple helper function that wraps...
2014-03-06 Reid KlecknerAdd tests for MS inline asm change r203146
2014-03-06 David MajnemerMS ABI: Fix the initializer/finalizer mangling for...
2014-03-06 Aaron BallmanVery minor simplification and typo correction; no funct...
2014-03-06 Rafael EspindolaRevert "Use private linkage for remaining GlobalVariabl...
2014-03-06 Richard SmithFix use-after-free detected by ASan bootstrap.
2014-03-06 Bob WilsonRun -fprofile-instr tests with %clang_cc1.
2014-03-06 Dmitri GribenkoExpand documentation section on comment parsing
2014-03-06 Argyrios Kyrtzidis[ASTPrinter] 'SEL' isn't a ObjCObjectPointer, so we...
2014-03-06 Alexander KornienkoFix operator<< recognition (PR19064).
2014-03-06 Aaron Ballman[C++11] Adding override specifiers where appropriate...
2014-03-06 Aaron BallmanReformatting the style used within the massive attribut...
2014-03-06 Alexander KornienkoAdded an inserter for ArrayRef<SourceRange>.
2014-03-06 Alexey Bataev[OPENMP] Updated comments and _OPENMP macro value for...
2014-03-06 Alexey Bataev[OPENMP] Missed test for 'simd private'
2014-03-06 Ted Kremenek[-Wunreachable-code] Refine treating all branches of...
2014-03-06 NAKAMURA TakumiCodeGenObjC/instr-profile.m: Add -target darwin to...
2014-03-06 Ted Kremenek[-Wunreachable-code] don't warn about dead 'return...
2014-03-06 Bob WilsonAttempt to fix buildbots by dropping the -LABEL from...
2014-03-06 Alexey Bataev[OPENMP] Clause 'num_threads'
2014-03-06 Bob WilsonPGO: add instrumentation for Objective-C methods.
2014-03-06 Alexey Bataev[OPENMP] Added option -fopenmp=libiomp5|libgomp
2014-03-06 Ted KremenekRemove 'break' dominated by 'return' in 'EmitBuiltinExpr'.
2014-03-06 Ted KremenekRemove 2 dead 'break' statements. The 'break' usage...
2014-03-06 Ted KremenekRemove dead return in Parser::MayBeDesignationStart().
2014-03-06 Ted KremenekRemove dead return in BugReporter (found via -Wunreacha...
2014-03-06 Bob WilsonPGO: Use the main file name to help distinguish functio...
2014-03-06 Bob WilsonPGO: Rename variables to avoid referring to the "Mangle...
2014-03-06 Bob WilsonRefactor PGO code in preparation for handling non-C...
2014-03-06 Bob WilsonPGO: don't emit counter increment if no counters have...
2014-03-06 Chandler Carruth[Layering] Update include of Linker.h to match its...
2014-03-06 Richard SmithFix crash if a submodule overrides one of its own macro...
2014-03-06 Richard TrieuFix test from r203061
2014-03-06 Richard TrieuSuppress diagnostics during name lookup for absolute...
2014-03-06 Rafael EspindolaUse private linkage for remaining GlobalVariables with...
2014-03-06 Raul E. SilveraUpdate clang test to cover for new treatment of intrins...
2014-03-06 Rafael EspindolaConstruct GlobalValues with the correct linkage instead...
2014-03-06 Ted Kremenek[-Wunreachable-code] Handle idiomatic do...while()...
2014-03-06 Richard TrieuChange the color of comment nodes from bright yellow...
2014-03-06 Chandler Carruth[Layering] Update include of DebugInfo.h which moved...
2014-03-06 Fariborz JahanianObjective-C properties. Fixes a crash in Sema where...
2014-03-06 Richard SmithSwitch to an idiomatic C++ erase/remove for this loop...
2014-03-06 Chandler Carruth[Layering] Update include for the move of DIBuilder...
2014-03-06 Ted Kremenek[-Wunreachable-code] Handle idiomatic do...while()...
2014-03-06 NAKAMURA Takumiclang/test/Modules/recursive.c: Tweak expressions for...
2014-03-05 Ted Kremenek[-Wunreachable-code] generalize pruning out warning...
2014-03-05 Fariborz JahanianObjective-C. Suppress the warning for auto synthesis...
2014-03-05 Ted Kremenek[-Wunreachabe-code] add test for double 'break'.
2014-03-05 Ted Kremenek[-Wunreachable-code] include some enum constants in...
2014-03-05 Richard SmithPR19010: Make sure we initialize (empty) indirect base...
2014-03-05 Ted KremenekFix recursion bug in logic to validate 'objc_protocol_r...
2014-03-05 Richard SmithDR status page: add link targets for individual DRs...
2014-03-05 Richard SmithTests for DR370-380.
2014-03-05 Ted Kremenek[-Wunreachable-code] generalize configuration value...
2014-03-05 Aaron BallmanUpdating this test case to appease build bots which...
2014-03-05 Aaron BallmanCapabilities are required to pass a name specifying...
2014-03-05 Ben LangmuirAttempt to re-enable the VFS unittests on Windows
2014-03-05 Rafael EspindolaDon't produce an alias between destructors with differe...
2014-03-05 Richard SmithWhen building a module from the command line via -emit...
2014-03-05 Richard SmithIf a #include finds a file relative to the current...
2014-03-05 Nico WeberMention clang-cl in MSVCCompatibility.rst
2014-03-05 Rafael EspindolaUpdate for llvm change.
2014-03-05 Argyrios Kyrtzidis[code-completion] Add a couple of test cases suggested...
2014-03-05 David MajnemerAST: Remove layering violation with Sema
2014-03-05 Aaron Ballman[C++11] Using std::unique_ptr to ensure that Argument...
2014-03-05 Ben LangmuirUse ThreadSafeRefCountedBase for vfs::FileSystem
2014-03-05 Timur IskhodzhanovStyle fix: replace "1 entries" with "1 entry" in the...
2014-03-05 Benjamin KramerRevert "[C++11] Replace trivial lambda with std::cref."
2014-03-05 Benjamin Kramer[C++11] Replace trivial lambda with std::cref.
2014-03-05 Alexander KornienkoAdded a const qualifier to SourceManager& parameters.
2014-03-05 David MajnemerMS ABI: Mangle lambdas
2014-03-05 NAKAMURA TakumiDisable BasicTests/VFS on win32 for now. Investigating.
2014-03-05 David Majnemer[-cxx-abi microsoft] Implement local manglings accurately
2014-03-05 Ted KremenekAdjust logic for 'objc_protocol_requires_explicit_imple...
2014-03-05 Alexey Bataev[OPENMP] allow clause 'private' on directive 'omp simd'
2014-03-05 Alexey Bataev[OPENMP] emit error message for clause 'if(1 0)'
2014-03-05 Argyrios Kyrtzidis[AST] A "Class<P>" type should not have '*' when printe...
2014-03-05 Alexey Bataev[OPNEMP] Fixed instantiation of 'if' clause
2014-03-05 David MajnemerSpeculatively fix MSVC buildbots
next