]> granicus.if.org Git - clang/shortlog
clang
2013-12-26 Warren Hunt[ms-abi] Fixes improperly sized vfptrs with pragma...
2013-12-26 Aaron BallmanTeach the diagnostics engine about the Attr type to...
2013-12-26 Aaron BallmanRemoved a string literal for an attribute name, which...
2013-12-26 Aaron BallmanThis diagnostic did not accept arguments, and did not...
2013-12-26 Aaron Ballmans/getter_setter/accessor No functional changes intended.
2013-12-26 Aaron BallmanSimplifying some diagnostics so that they don't need...
2013-12-26 Aaron BallmanGetting rid of a string literal in favor of the general...
2013-12-26 Aaron BallmanParameterizing some MS property-related diagnostics...
2013-12-26 Aaron BallmanNo need for the manual quotes and extra getName() call...
2013-12-26 Aaron BallmanRemoving some unneeded code, and a diagnostic that...
2013-12-25 Alp TokerDon't reserve __builtin_types_compatible_p as a C+...
2013-12-25 Jiangning LiuAdd some missing test cases for ACLE intrinsics of...
2013-12-24 Nico WeberAdd a FIXME to a failing test.
2013-12-24 Daniel Jasperclang-format: (WebKit) Disallow 1-line constructors...
2013-12-24 Alp TokerSupport and use token kinds as diagnostic arguments
2013-12-23 Alp TokerDocument the Message parameter of getCustomDiagID()
2013-12-23 Adrian Prantlremove dead code.
2013-12-23 Alp TokerFix another misuse of getCustomDiagID()
2013-12-23 NAKAMURA Takumiclang/Analysis/FlowSensitive/DataflowSolver.h: <functio...
2013-12-23 Aaron BallmanConsolidating some mode attribute diagnostics. No funct...
2013-12-23 Daniel Jasperclang-format: Fix invalid write discovered by ASAN.
2013-12-23 Alp TokerAdd a missing pipe in the test from r197896
2013-12-23 Alp TokerTextDiagnosticBuffer: Fix copy-paste mistake in r197856
2013-12-23 Daniel Jasperclang-format: Fix various problems in formatting ObjC...
2013-12-23 Hao Liu[AArch64]The compare to zero intrinsics should be imple...
2013-12-22 Alp TokerMake some f_Group definitions anonymous and test an...
2013-12-21 Aaron BallmanRemoving the alloc_size attribute. The attribute was...
2013-12-21 Aaron BallmanThe const and nothrow attributes can be handled by...
2013-12-21 Alp TokerFix getCustomDiagID() usage in CodeGen and TextDiagnost...
2013-12-21 Alp TokerFix getCustomDiagID() usage in example code
2013-12-21 Richard TrieuAdd -Winfinite-recursion to Clang
2013-12-21 NAKAMURA Takumi[CMake] clang/lib/Headers: Install just-generated ...
2013-12-21 Alp TokerAssert that tag decls are never marked (in)valid after...
2013-12-21 Richard TrieuUse this one little trick to prevent optimizers from...
2013-12-21 Nico WeberDon't mark record decls invalid when one of its methods...
2013-12-20 Reid KlecknerEliminate the ItaniumVTableContext object from CodeGenV...
2013-12-20 David BlaikieDebugInfo: Do not include implicit members (implicit...
2013-12-20 Alp TokerRemove obsolete preamble FIXME
2013-12-20 Rafael EspindolaOverride the datalayout in a module with -triple.
2013-12-20 Reid KlecknerCompare canonical return types when generating MS C...
2013-12-20 Alp TokerMove the TargetMachine instance into EmitAssemblyHelper
2013-12-20 Hans Wennborgclang-cl: Support /P and /E (preprocess to file or...
2013-12-20 Adrian PrantlRemove an outdated statement about debugging optimized...
2013-12-20 Adrian PrantlDocument the -fno-limit-debug-info switch in the man...
2013-12-20 Daniel JasperEnable layering check in unavailable modules.
2013-12-20 Daniel Jasperclang-format: Better support for multi-line wide string...
2013-12-20 Argyrios Kyrtzidis[analyzer] Use DataRecursiveASTVisitor for the Analysis...
2013-12-20 Argyrios KyrtzidisMove tools/libclang/RecursiveASTVisitor.h -> include...
2013-12-20 Argyrios Kyrtzidis[libclang/python] Add CompilationDatabase.getAllCompile...
2013-12-20 Jordan RoseSerialize source range info for TypeTraitExpr.
2013-12-20 Dmitri GribenkoCorrectly compute the size in bytes of PreambleFileHash.MD5
2013-12-20 Dmitri GribenkoAdd a test I forgot to svn add in r197755
2013-12-20 Dmitri GribenkoASTUnit::getMainBufferWithPrecompiledPreamble: use...
2013-12-19 Dmitri GribenkoSimplify code
2013-12-19 Jordan Rose[analyzer] Fix test in previous commit to account for...
2013-12-19 Ted KremenekWordsmith "maybe" into "may be" in diagnostic, and...
2013-12-19 Jordan Rose[analyzer] Always use 'bool' as the SValBuilder conditi...
2013-12-19 Ted KremenekRemove dead code identified by Aaron Ballman.
2013-12-19 Aaron BallmanAfter discussing with John McCall, removing the ns_brid...
2013-12-19 Daniel Jasperclang-format: Add special case for leading comments...
2013-12-19 Aaron BallmanReverting r197715 -- it appears that MSVC is happy...
2013-12-19 Aaron BallmanNo longer leaking Argument objects after calling create...
2013-12-19 Jordan Rose[CMake] Tweak r197697 to handle CMake finding the wrong...
2013-12-19 Aaron BallmanType attribute do not get an AST node by default, so...
2013-12-19 Aaron BallmanRemoving the SourceLocation unused attribute argument...
2013-12-19 Fariborz JahanianObjectiveC. Sema test for property, methods
2013-12-19 NAKAMURA Takumicheck-clang: Suppress LLVM_LIT in add_lit_testsuite...
2013-12-19 Rafael EspindolaSmall simplification: p0 is the same as p.
2013-12-19 Daniel Jasperclang-format: Increase penalty for breaking comments.
2013-12-19 NAKAMURA Takumi[CMake][Standalone] Rewrite standalone build based...
2013-12-19 Will WilsonFix comment typo.
2013-12-19 Daniel Jasperclang-format: Slightly adapt decision of when to break...
2013-12-19 NAKAMURA Takumi[CMake] check-clang: Include ClangUnitTests if it can...
2013-12-19 NAKAMURA Takumi[CMake] check-clang: Append items to CLANG_TEST_DEPS...
2013-12-19 NAKAMURA Takumi[CMake] check-clang: Deprecate --path, according to...
2013-12-19 Aaron BallmanSwitching getAttrs calls over to using a specific_attr_...
2013-12-19 Aaron BallmanSwitched code from using hasAttr followed by getAttr...
2013-12-19 Aaron BallmanSwitched code from using hasAttr followed by getAttr...
2013-12-19 Aaron BallmanHosting a call to getAttr so that we don't call it...
2013-12-19 Daniel JasperFix usage description of clang-format-diff.py.
2013-12-19 Matt ArsenaultUpdate SI datalayout for 32-bit private pointers
2013-12-19 Aaron BallmanSwitched code from using hasAttr followed by getAttr...
2013-12-19 Rafael EspindolaOn spacv8 f128 is only aligned to 64 bits.
2013-12-19 Aaron BallmanSwitched code from using hasAttr followed by getAttr...
2013-12-19 Aaron BallmanSwitched code from using hasAttr followed by getAttr...
2013-12-19 Aaron BallmanReplacing calls to getAttr with calls to hasAttr for...
2013-12-19 Dmitri GribenkoPCH: fix a crash caused by a circular deserialization...
2013-12-19 Dmitri GribenkoSimplify CXXMethodDecl::isVirtual() for __interface...
2013-12-19 Adrian PrantlDebug info: (Bugfix) emit CRV qualifiers for pointers...
2013-12-19 Warren Hunt[ms-abi] Update Alignment for VtorDisps
2013-12-19 Aaron BallmanAdded a comment about the launch_bounds attribute's...
2013-12-18 Aaron BallmanRefactor the Microsoft inheritance attribute handling...
2013-12-18 Rafael EspindolaFix the DataLayout string produced by clang for NaCl.
2013-12-18 Ted KremenekImplemented delayed processing of 'unavailable' checkin...
2013-12-18 Reid KlecknerUse getAsCXXRecordDecl to shorten some gets and casts
2013-12-18 Fariborz JahanianObjectiveC. support "section" attribute on properties
2013-12-18 Douglas GregorRequire the type of a by-copy capture to be complete...
2013-12-18 Rafael EspindolaAdd a test for mipsel-nacl too.
2013-12-18 Alp TokerEnhance OpenMP parser tests from r197553 / r197598
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
next