]> granicus.if.org Git - clang/shortlog
clang
2014-02-19 David MajnemerRegenerate DR status page.
2014-02-19 David MajnemerImplement DR577
2014-02-19 Saleem AbdulrasoolCIndex: initialise TU
2014-02-19 Rafael EspindolaRemove dead code.
2014-02-19 Hans Wennborgclang-cl /fallback: turn the note into a warning
2014-02-19 Richard SmithRemove a C++11ism.
2014-02-19 Richard SmithPR13110: Add a -Wignored-qualifiers warning when ignori...
2014-02-19 Ben LangmuirInitial implementation of virtual file system
2014-02-18 Reid KlecknerAdd missing test file for r201615
2014-02-18 Reid KlecknerFix false positives in -Wmsvc-include by continuing...
2014-02-18 Hans WennborgFix the Driver/cl-fallback.c test
2014-02-18 Reid KlecknerMS ABI: Remove nv adjustment from direct vdtor calls...
2014-02-18 Richard SmithMore tests for r201536.
2014-02-18 Ted KremenekExperiment with making -Wunreachable-code more immediat...
2014-02-18 Hans Wennborgclang-cl /fallback: emit a note when falling back
2014-02-18 David BlaikieDebugInfo: Avoid unnecessarily looking up the context...
2014-02-18 DeLesley HutchinsUpdated documentation for Thread Safety Analysis.
2014-02-18 Hans Wennborgclang-cl: support -v
2014-02-18 Richard SmithFix testcase to actually check what it was supposed...
2014-02-18 Aaron BallmanAttempting to fix the build bot due to some missing...
2014-02-18 Hans Wennborgclang-cl: Parse the /d2Zi+ flag (PR18728)
2014-02-18 Aaron BallmanMissed updating this test case with r201585 -- the...
2014-02-18 Sylvestre LedruIn some cases (for example, the Firefox build system...
2014-02-18 Aaron BallmanDeLesley Hutchins (who wrote the original thread-safety...
2014-02-18 Sylvestre LedruRemove trailing spaces (no other change). Bikeshed #2
2014-02-18 Jordan Rose[analyzer] Teach CastSizeChecker about flexible array...
2014-02-18 Dmitri GribenkoAdd files that I forgot to svn add in 201578.
2014-02-18 Dmitri Gribenkolibclang: fix a bug in processing invalid arguments...
2014-02-18 David MajnemerMS ABI: Refactor extended qualifiers
2014-02-18 Sylvestre LedruRemove trailing spaces (no other change)
2014-02-18 David MajnemerMS ABI: Add support for mangling __restrict
2014-02-18 Richard SmithPR18876: The special-case rule that ignores the destruc...
2014-02-18 Richard SmithFix a non-error diagnostic that had an err_ name. Also...
2014-02-17 Richard SmithPR18839: 'extern "C++"' also adds an implicit 'extern...
2014-02-17 Richard SmithPR18870: Parse language linkage specifiers properly...
2014-02-17 Richard SmithPR18855: Add support for UCNs and UTF-8 encoding within...
2014-02-17 Bob WilsonChange PGO instrumentation to compute counts in a separ...
2014-02-17 Bob WilsonSome nitpicky comment fixes for "i.e." and "e.g." abbre...
2014-02-17 Bob WilsonFix some minor whitespace issues.
2014-02-17 Anton Yartsev[analyzer] Improved checker naming in CFG dump.
2014-02-17 Aaron BallmanForcing it to be an error when there is no Documentatio...
2014-02-17 Adrian PrantlRevert "Debug info: Make DWARF4 the default for Darwin...
2014-02-17 Aaron BallmanThe default assignment operator could not be generated...
2014-02-17 Aaron BallmanRemoving a C++11'ism to also fix the build bots.
2014-02-17 Aaron BallmanFixing build bot breakage due to using a local type...
2014-02-17 Aaron BallmanImplements a declarative approach to documenting indivi...
2014-02-17 Patrik HagglundFix gcc warning about C++ style comments.
2014-02-17 Tim NorthoverDarwin: remove buggy assertion
2014-02-17 Daniel Jasperclang-format: Don't wrap "const" etc. of function decla...
2014-02-16 NAKAMURA Takumiclang/unittests/AST,ASTMatchers: Remove _MSC_VER.
2014-02-16 NAKAMURA Takumicheck-clang: Introduce the feature "non-ms-sdk" to...
2014-02-16 NAKAMURA Takumicheck-clang: Introduce the feature "dw2" to suppress...
2014-02-16 NAKAMURA TakumiIntroduce the feature "can-remove-opened-file" to suppr...
2014-02-16 Nico RieckUse -target instead of ignored -arch to fix x86_64...
2014-02-16 Nico RieckRemove useless XPASS
2014-02-16 Nico RieckFix broken CHECK lines
2014-02-16 Nico RieckFileCheck's -LABEL cannot be combined with -NOT or...
2014-02-16 Nico RieckFix broken RUN lines
2014-02-15 David BlaikieDebugInfo: imported_decl/using declarations at namespac...
2014-02-15 Argyrios Kyrtzidis[Sema] Fix assertion hit while trying to do constant...
2014-02-15 David MajnemerMS ABI: Remove a useless FileCheck line
2014-02-15 David BlaikieMove test inputs into the Inputs directory (improvement...
2014-02-15 Manman RenPGO: fix a bug in parsing pgo data.
2014-02-15 David MajnemerMS ABI: Fix some layout tests
2014-02-15 David MajnemerMS ABI: Fix some layout tests
2014-02-15 Richard SmithRemove transactional memory from c++ status page; there...
2014-02-15 Richard SmithAdd some missing threes.
2014-02-15 Richard SmithAdd entries to C++ status page for Technical Specificat...
2014-02-15 Fariborz Jahanian[Objective-C Sema]. Warn when an indirectly overridden...
2014-02-14 Richard SmithFix crash-on-invalid if decltype(auto) is used as a...
2014-02-14 David BlaikieConsistently print anonymous namespace names as "<anony...
2014-02-14 David BlaikiePrint anonymous namespaces as <anonymous namespace...
2014-02-14 Fariborz Jahanian[IRGen]. Fixes a crash in using Objective-C array
2014-02-14 Daniel Jasperclang-format: Fix formatting of class template declaration.
2014-02-14 Argyrios KyrtzidisIf the headermap maps the filename to a framework inclu...
2014-02-14 Evgeniy StepanovEnable generation of unwind tables when building with...
2014-02-14 Jiangning LiuEnable AArch64 NEON by default.
2014-02-14 Eric ChristopherAdd a command line option -gdwarf-aranges that will...
2014-02-14 Adrian PrantlDebug info: Make DWARF4 the default for Darwin, too.
2014-02-13 Juergen RibutzkaRevert "[CMake] Disable libclangTests.exe on win32...
2014-02-13 Juergen RibutzkaRevert "libclang: fix a bug in processing invalid argum...
2014-02-13 Kaelyn UhrainEnable correcting a member declaration where the type...
2014-02-13 Jordan Rose[examples] Add tablegen'd ClangCommentCommandList as...
2014-02-13 NAKAMURA Takumi[CMake] Disable libclangTests.exe on win32 for now.
2014-02-13 Dmitri Gribenkolibclang: fix a bug in processing invalid arguments...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-13 Daniel JasperRemove assert added in r201249.
2014-02-13 Daniel Jasperclang-format: Improve documentation of DerivePointerBin...
2014-02-13 NAKAMURA Takumi[CMake] add_clang_library(MODULE): Create a phony targe...
2014-02-13 Tim NorthoverARM & AArch64 NEON: share the vabs implementation.
2014-02-13 Robert LyttonXCore target pass -v flag to assembler & linker
2014-02-13 Robert Lyttonadd comment explaining previous commit
2014-02-13 Robert LyttonXCore target -fexceptions flag handling
2014-02-13 Renato GolinRemove spurious default case to silent sanitizer
2014-02-13 Renato GolinAdd EXPERIMENTAL --rtlib=compiler-rt to GNU Clang
2014-02-13 Alexey Bataev[OPENMP] 'if' clause support (no CodeGen support)
2014-02-13 Aaron BallmanThere is no std namespace for standards-based attribute...
2014-02-13 Rafael EspindolaUse simpler version of fs::create_directory.
2014-02-13 Rafael EspindolaUse simpler version of llvm::sys::fs::create_directories.
2014-02-13 Yunzhong GaoFixing a compiler assertion with zero-width bit-fields...
next