- 23ec48c Move clients over from using GRStateManager::BindXXX and friends to by Ted Kremenek · 15 years ago
- a591bc0 libAnalysis: by Ted Kremenek · 15 years ago
- f6ddb73 Some cleanups suggested by Chris by Douglas Gregor · 15 years ago
- 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 15 years ago
- 88c675f When casting region, if we do not create an element region, record the cast-to by Zhongxing Xu · 15 years ago
- 4d5d994 More GRStateRef removal fix. by Zhongxing Xu · 15 years ago
- 47fed90 Remove GRStateRef. by Ted Kremenek · 15 years ago
- b65be70 Remove more dependencies on GRStateRef. As a consequence, we can now by Ted Kremenek · 15 years ago
- 3a77203 Remove another dependency on GRStateRef. by Ted Kremenek · 15 years ago
- 0ffd9ff Implement correct name lookup inside an initializer of a C++ class static data member. by Argyrios Kyrtzidis · 15 years ago
- f5cecfb Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine. by Argyrios Kyrtzidis · 15 years ago
- d1b3c2d First step toward fixing <rdar://problem/6613046> refactor clang objc type representation. by Steve Naroff · 15 years ago
- c878138 Remove more uses of GRStateRef. by Ted Kremenek · 15 years ago
- fdf6a56 Class 'Environment' no longer should subclass llvm::FoldingSetNode. by Ted Kremenek · 15 years ago
- 67f2853 Start moving in the direction of removing GRStateRef. Now each by Ted Kremenek · 15 years ago
- 9cdda0c Support dependent extended vector types and template instantiation by Douglas Gregor · 15 years ago
- 54481f1 Added missing @endcode. by Fariborz Jahanian · 15 years ago
- 6a588dd Diagnose the use of attributes on namespace aliases, from Anis Ahmad by Douglas Gregor · 15 years ago
- 6f10d48 Remove all non-const getters from TemplateArgumentList. by Anders Carlsson · 15 years ago
- 1fe5ffd Place -Wreadonly-setter-attrs under -Wmost option group. by Fariborz Jahanian · 15 years ago
- 12cfe03 Fake support for -print-multi-* by Daniel Dunbar · 15 years ago
- cb7835f Add utility method GRStateRef::makeWithStore(). by Ted Kremenek · 15 years ago
- 9af46f5 RegionStoreManager: by Ted Kremenek · 15 years ago
- 97596b9 Don't warn about -Winvalid-pch or -Wno-invalid-pch. Since we don't by Douglas Gregor · 15 years ago
- 530a417 simplify .td file by Chris Lattner · 15 years ago
- aa1234a Add -Wundeclared-selector to -Wmost options group. by Fariborz Jahanian · 15 years ago
- 7ff22de Implements -Wundeclared-selector for ObjC. by Fariborz Jahanian · 15 years ago
- 030e8fe my refactoring of builtins changed target-specific builtins to only be by Chris Lattner · 15 years ago
- 143b2fc Use canonical type for building ElementRegion. Otherwise ElementRegions cannot by Zhongxing Xu · 15 years ago
- f54741e Handle temporaries in default arguments. by Anders Carlsson · 15 years ago
- 76e4ce4 Keep track of whether a type parameter type is a parameter pack. by Anders Carlsson · 15 years ago
- 187c22b accept and ignore -Wdiv-by-zero by Chris Lattner · 15 years ago
- 3f3ce82 Include <limits> by Anders Carlsson · 15 years ago
- 038f75a More XML output support, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
- 3b36b66 More parameter pack work. by Anders Carlsson · 15 years ago
- d01b1da Add a new 'Pack' argument kind to TemplateArgument. This is not yet used. by Anders Carlsson · 15 years ago
- 5e9f35c Update LLVM. by Douglas Gregor · 15 years ago
- 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 15 years ago
- 6b15cdc move the various builtins stuff from libast to libbasic. This by Chris Lattner · 15 years ago
- f6c2a2a prune #includes, Builtins.h/cpp no longer depends on libast. by Chris Lattner · 15 years ago
- 86df27b move GetBuiltinType from Builtin::Context to ASTContext. by Chris Lattner · 15 years ago
- 6869d8e improve localizability by not passing english phrases into by Chris Lattner · 15 years ago
- 0d45658 add a handy predicate. by Chris Lattner · 15 years ago
- 9509108 declare an 'operator delete' to match operator new, this avoids many many by Chris Lattner · 15 years ago
- 6360be7 Have CheckClassTemplatePartialSpecializationArgs take a TemplateArgumentListBuilder. No functionality change. by Anders Carlsson · 15 years ago
- 148772a implement and document a new __has_feature and __has_builtin magic by Chris Lattner · 15 years ago
- 0ceffb5 More work on type parameter packs. by Anders Carlsson · 15 years ago
- 031a588 When some template parameters of a class template partial by Douglas Gregor · 15 years ago
- 67e3320 Improvements to TemplateArgumentListBuilder to make it work better with parameter packs. by Anders Carlsson · 15 years ago
- 49d2557 A parameter pack must always come last in a class template. by Anders Carlsson · 15 years ago
- ce5635a Address more comments from Doug. by Anders Carlsson · 15 years ago
- 9891359 add the location of the ')' in a do/while statement to DoStmt. by Chris Lattner · 15 years ago
- 9c4c5c8 Parameter packs can't have default arguments. by Anders Carlsson · 15 years ago
- 6d845ae Keep track of whether a type parameter is actually a type parameter pack. by Anders Carlsson · 15 years ago
- 16df850 Finish implementing checking of class template partial specializations by Douglas Gregor · 15 years ago
- 6aa75cf Diagnose C++ [temp.class.spec]p9b3, where a class template partial by Douglas Gregor · 15 years ago
- e94866f Diagnose the incorrect use of non-type template arguments for class by Douglas Gregor · 15 years ago
- 941df7d Parse support for C++0x type parameter packs. by Anders Carlsson · 15 years ago
- ba1ecb5 Verify that the template parameters of a class template partial by Douglas Gregor · 15 years ago
- f67875d Improve template argument deduction to keep track of why template by Douglas Gregor · 15 years ago
- 5e300d1 It's an error to use a function declared in a class definition as a default argument before the function has been declared. by Anders Carlsson · 15 years ago
- 637a409 Template argument deduction for member pointers. by Douglas Gregor · 15 years ago
- 949bf69 Handle member pointer types with dependent class types (e.g., int by Douglas Gregor · 15 years ago
- 290eeb0 Add more parser support for Microsoft extensions. by Eli Friedman · 15 years ago
- 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
- a23b485 Add real parsing for __declspec. It doesn't make much of a difference by Eli Friedman · 15 years ago
- abc4e32 Misc minor fixes for clang for the Windows target. by Eli Friedman · 15 years ago
- 26784c1 Delete method which is now trivial. by Eli Friedman · 15 years ago
- f3a1660 teach clang that -Wunused turns on all unused warnings, even though most by Chris Lattner · 15 years ago
- 02d95ba Instantiation support for more Obj-C expressions, string literals, @selector and @protocol expressions. by Anders Carlsson · 15 years ago
- fc0f021 Template instantiation support for Obj-C @encode expressions. by Anders Carlsson · 15 years ago
- 8fff257 Remove a few more vector builtins. by Eli Friedman · 15 years ago
- e0ae8bd Now that LLVM CodeGen can handle the generic variations a bit better, by Eli Friedman · 15 years ago
- a311be7 Get rid of a bunch of dead builtins. by Eli Friedman · 15 years ago
- ae0b4e7 Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argument is not unparsed. Add a new hasDefaultArg() and use it in places where getDefaultArg() was called when the argument was unparsed. by Anders Carlsson · 15 years ago
- acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
- 496b5a8 Use of DeclContext for objc's ivars. No functionality change. More to follow. by Fariborz Jahanian · 15 years ago
- 99ba36d Improvements to CXXExprWithTemporaries in preparation for fixing a bug with default arguments that have temporaries. by Anders Carlsson · 15 years ago
- c292b22 PR3443: Add stpcpy builtin (plus a few other related builtins). Yes, by Eli Friedman · 15 years ago
- 5a77973 Add driver support for -fsigned-char/-funsigned-char. by Eli Friedman · 15 years ago
- 15b9176 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 15 years ago
- 145c609 Add a couple of FreeBSD-specific command-line options. by Eli Friedman · 15 years ago
- dec7c76 Address review comments for #pragma weak. by Eli Friedman · 15 years ago
- 9ba4164 Make TemplateArgumentListBuilder take an ASTContext (because we're probably going to need it later). Move push_back to the .cpp file. If the passed in template argument is a type, assert that it's canonical. by Anders Carlsson · 15 years ago
- e9c904b Make the TemplateArgumentList take a TemplateArgumentListBuilder. by Anders Carlsson · 15 years ago
- 91fdf6f Change the specialization decls to take a TemplateArgumentListBuilder. by Anders Carlsson · 15 years ago
- 1c5976e Add a helper class for building template argument lists. by Anders Carlsson · 15 years ago
- c49f19b Start of a Sema implementation for #pragma weak. This isn't really the by Eli Friedman · 15 years ago
- 199d991 Several improvements to template argument deduction: by Douglas Gregor · 15 years ago
- 9991479 Add parser support for #pragma weak. by Eli Friedman · 15 years ago
- 24095da Set function attribute llvm::Attribute::NoRedZone appropriately. by Devang Patel · 15 years ago
- 0b308ad Clean up builtin lists, add a few new builtins. (I re-sorted the by Eli Friedman · 15 years ago
- a46c71a forward -fno-color-diagnostics to clang-cc. by Torok Edwin · 15 years ago
- 603fca7 Add ANSI color support for clang. by Torok Edwin · 15 years ago
- 8e6ac1d Cleanup/Refactoring of ivar collection. No change in functionality. by Fariborz Jahanian · 15 years ago
- 0b9247f When performing template argument deduction, ensure that multiple by Douglas Gregor · 15 years ago
- 4e2567d PR4308: Fix support for -m32/-m64 on Linux. by Eli Friedman · 15 years ago
- e528028 Driver: Support -mllvm; this just forwards options to clang-cc. by Daniel Dunbar · 15 years ago
- fcff577 Minor cleanup for implicit int warnings. by Eli Friedman · 15 years ago
- ecdb389 Fix up a bunch of warnings to use ExtWarn so they interact with by Eli Friedman · 15 years ago