]> granicus.if.org Git - clang/shortlog
clang
2009-06-17 Ted KremenekClass 'Environment' no longer should subclass llvm...
2009-06-17 Ted KremenekStart moving in the direction of removing GRStateRef...
2009-06-17 Douglas GregorSupport dependent extended vector types and template...
2009-06-17 Daniel DunbarTesting improvements:
2009-06-17 Douglas GregorSearch path for 64-bit Ubuntu Linux, from Anders Johnsen
2009-06-17 Fariborz JahanianAdded missing @endcode.
2009-06-17 Douglas GregorDiagnose the use of attributes on namespace aliases...
2009-06-17 Douglas GregorMake sure that .td and .def files get into the list...
2009-06-17 Chris Lattnerlink in targets
2009-06-17 Chris LattnerRemove old #includes
2009-06-17 Douglas GregorUse env properly in test/Driver/analyze.c
2009-06-17 Chris LattnerUpdate clang for the add ->add/fadd split. Likewise...
2009-06-17 Anders CarlssonRemove all non-const getters from TemplateArgumentList.
2009-06-17 Fariborz JahanianPlace -Wreadonly-setter-attrs under -Wmost option group.
2009-06-16 Douglas GregorIf any tests fail, the test runner returns a status...
2009-06-16 Douglas GregorMake these driver tests do the right thing even when...
2009-06-16 Daniel DunbarStub out printing of the thread model with -v.
2009-06-16 Daniel DunbarFake support for -print-multi-*
2009-06-16 Anders CarlssonSince integral template arguments can't have dependent...
2009-06-16 Ted KremenekAdd utility method GRStateRef::makeWithStore().
2009-06-16 Anders CarlssonMake DeduceNonTypeTemplateArgument take an APSInt inste...
2009-06-16 Ted KremenekRegionStoreManager:
2009-06-16 Douglas GregorMake the clang executable target depend on clang-cc
2009-06-16 Douglas GregorDon't warn about -Winvalid-pch or -Wno-invalid-pch...
2009-06-16 Daniel DunbarFix typo in prev commit.
2009-06-16 Daniel DunbarDarwin/Driver: Also look at -arch command line options...
2009-06-16 Ted KremenekAdd IOKit test cases for retain/release checker.
2009-06-16 Douglas GregorUpdate Clang to include the InitializeAllTargets and
2009-06-16 Chris Lattnersimplify .td file
2009-06-16 Fariborz JahanianAdd -Wundeclared-selector to -Wmost options group.
2009-06-16 Devang PatelIt is possible that main input file does not have any...
2009-06-16 Fariborz JahanianTest case was left behind from my last patch.
2009-06-16 Ted KremenekUpdate checker build.
2009-06-16 Chris Lattnertestcase for r72869, it turns out that it happens in...
2009-06-16 Chris Lattnerfollow-on to my patch: some targets (like sparc) do not
2009-06-16 Fariborz JahanianImplements -Wundeclared-selector for ObjC.
2009-06-16 Chris Lattnerremove extraneous diff.
2009-06-16 Chris Lattnermy refactoring of builtins changed target-specific...
2009-06-16 Zhongxing XuUse canonical type for building ElementRegion. Otherwis...
2009-06-16 Zhongxing XuDo not invalidate unboundable regions in GRSimpleVals...
2009-06-16 Anders CarlssonHandle temporaries in default arguments.
2009-06-16 Anders CarlssonKeep track of whether a type parameter type is a parame...
2009-06-16 Steve NaroffAdd a comment to Sema::ActOnTranslationUnitScope().
2009-06-15 Chris Lattneraccept and ignore -Wdiv-by-zero
2009-06-15 Ted KremenekFix: <rdar://problem/6945561> -[CIContext createCGLayer...
2009-06-15 Ted KremenekFix: <rdar://problem/6961230> add knowledge of IOKit...
2009-06-15 Douglas GregorTweak the C++ open projects page
2009-06-15 Eli FriedmanPR4395: Don't detect token concatenation in C mode for
2009-06-15 Anders CarlssonInclude <limits>
2009-06-15 Douglas GregorMore XML output support, from Olaf Krzikalla!
2009-06-15 Anders CarlssonMore parameter pack work.
2009-06-15 Ted KremenekRevert r73341.
2009-06-15 Daniel DunbarMore [basic.lookup.unqual] tests.
2009-06-15 Anders CarlssonAdd a new 'Pack' argument kind to TemplateArgument...
2009-06-15 Douglas GregorBase SFINAE error suppression counting on the class...
2009-06-15 Douglas GregorNote that we've implemented the right angle brackets...
2009-06-15 Daniel DunbarTest for [basic.lookup.unqual]p3
2009-06-15 Zhongxing Xu'not magic' => 'is not magic'
2009-06-15 Eli FriedmanPR4388: get rid of an extra # line directive; in additi...
2009-06-15 Chris LattnerMinor tweak to -fdiagnostics-print-source-range-info...
2009-06-15 Chris LattnerFix #pragma GCC system_header by making it insert a...
2009-06-15 Chris Lattnerrename test
2009-06-15 Chris Lattnerconvert this test to -verify mode.
2009-06-15 Chris LattnerIf PCH refers to a file that doesn't exist anymore...
2009-06-15 Chris Lattneruse the new Path::isAbsolute function, fixing a fixme...
2009-06-15 Chris Lattnerno really, add the lines :)
2009-06-15 Chris LattnerFix PR2741 by making our newline tracking be aware...
2009-06-15 Chris Lattner"GCC emits an __objc_class_name_{classname} symbol...
2009-06-14 Eli FriedmanPR4391: Tweak -ast-print output to generate valid outpu...
2009-06-14 Eli FriedmanPR4390: Make sure to handle anonymous unions correctly...
2009-06-14 Fariborz JahanianTest modification.
2009-06-14 Nuno Lopesfix the menu's links
2009-06-14 Douglas GregorIntroduce a SFINAE "trap" that keeps track of the numbe...
2009-06-14 Douglas GregorUpdate LLVM.
2009-06-14 Nick LewyckyFix "for all intensive purposes" to "for all intents...
2009-06-14 Eli FriedmanPR4351: Add constant evaluation for constructs like...
2009-06-14 Chris LattnerSink the BuiltinInfo object from ASTContext into the
2009-06-14 Chris Lattnermove the various builtins stuff from libast to libbasic...
2009-06-14 Chris Lattnerprune #includes, Builtins.h/cpp no longer depends on...
2009-06-14 Chris Lattnermove GetBuiltinType from Builtin::Context to ASTContext.
2009-06-14 Chris Lattnerchange ParseStatementOrDeclaration to emit the 'missing...
2009-06-14 Chris Lattnerimprove localizability by not passing english phrases...
2009-06-13 Chris LattnerSimplify mangleFunctionDecl by unnesting a crazy condit...
2009-06-13 Chris Lattneradd a handy predicate.
2009-06-13 Eli FriedmanFix the calling convention for structs/unions containin...
2009-06-13 Chris Lattnerdeclare an 'operator delete' to match operator new...
2009-06-13 Chris Lattnerfix typo
2009-06-13 Daniel DunbarDon't include system headers when overriding triple.
2009-06-13 Daniel DunbarForce Obj-C runtime version for this test
2009-06-13 Daniel DunbarSwitch to the new test runner.
2009-06-13 Anders CarlssonHave CheckClassTemplatePartialSpecializationArgs take...
2009-06-13 Chris Lattnera couple minor tweaks
2009-06-13 Eli FriedmanAllow initializing a vector with a vector in addition...
2009-06-13 Chris Lattnerimplement and document a new __has_feature and __has_bu...
2009-06-13 Douglas GregorMove a bunch of tests into temp.param, and write a...
2009-06-13 Daniel DunbarAdd some random C++ standard tests.
2009-06-13 Douglas GregorAdd the structure for a C++ test suite that mimics...
2009-06-13 Eli FriedmanFix for PR4382: allow instantiating dependent nested...
2009-06-13 Anders CarlssonIf a CXXRecordDecl is a class template, the 'this'...
2009-06-13 Anders CarlssonMore work on type parameter packs.
next