- 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 16 years ago
- a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
- f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 16 years ago
- 586dc23 Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 16 years ago
- 2ba38ba Driver: Sketch Tool and ToolChain classes. by Daniel Dunbar · 16 years ago
- a1ead48 Driver: Include Casting header definitions in a few places, add by Daniel Dunbar · 16 years ago
- 05532f2 Parser support for rvalue references. by Sebastian Redl · 16 years ago
- 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 16 years ago
- a135fb4 Add the ability to clone integer and string literals. Use it when instantiating template expressions. by Anders Carlsson · 16 years ago
- f53597f Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. by Sebastian Redl · 16 years ago
- 8afc3da Keep diagnostic td in sync with r67015. by Sebastian Redl · 16 years ago
- 4abaed0 Fix comment typo. by Daniel Dunbar · 16 years ago
- 2234768 Driver: Typo fix. by Daniel Dunbar · 16 years ago
- 8d2554a Driver: Start warning about unused arguments. by Daniel Dunbar · 16 years ago
- 8022fd4 Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the by Daniel Dunbar · 16 years ago
- e89b6b2 Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. by Sebastian Redl · 16 years ago
- 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 16 years ago
- f4dc83c Update tablegen diagnostic files to be in sync with the def files. by Sebastian Redl · 16 years ago
- 3eb8dd7 Remove dead DeclarationName constructors that involving knowing about the by Ted Kremenek · 16 years ago
- fb31176 More static_assert work. Check that the assert expr is valid and show an error if it's false. Create the declaration and add it to the current context. by Anders Carlsson · 16 years ago
- f80a9d5 Check for overflow and signedness problems with template by Douglas Gregor · 16 years ago
- 8af2c16 Make Selector::getIdentifierInfo() private. I took a first attempt at this last by Ted Kremenek · 16 years ago
- 5b0f752 Make sure that the canonical representation of integral template arguments uses the bitwidth and signedness of the template parameter by Douglas Gregor · 16 years ago
- bc736fc Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 16 years ago
- 4db938c Driver: Add types::{isAcceptedByClang,isCXX} predicates. by Daniel Dunbar · 16 years ago
- 789e220 Driver: Add simple Job classes, simple wrappers for information about by Daniel Dunbar · 16 years ago
- ad5f960 Pass more sane arguments to ActOnStaticAssertDeclaration by Anders Carlsson · 16 years ago
- f40ed17 Driver: Provide food and shelter for Action vtables. by Daniel Dunbar · 16 years ago
- 7644f07 wire up a new -fno-builtin option, make it control things like simplifylibcalls, by Chris Lattner · 16 years ago
- 0527bcc Include component warning TableGen files in Diagnostic.td. by Ted Kremenek · 16 years ago
- 57b704d Driver: Sprinkle some consts in, stub out BuildJobs method. by Daniel Dunbar · 16 years ago
- 7c175fb fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 16 years ago
- 836040f make Preprocessor::Diags be a pointer instead of a reference. by Chris Lattner · 16 years ago
- ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
- e8463ef Fix typo. by Ted Kremenek · 16 years ago
- 88ef4c4 Add missing ';'. by Ted Kremenek · 16 years ago
- 063daf6 Refactor the way we handle operator overloading and template by Douglas Gregor · 16 years ago
- 13135a6 ccc/Driver: Forward -fheinous-gnu-extensions to clang. by Daniel Dunbar · 16 years ago
- 3dbd6c5 Driver: Some minor bug fixes. by Daniel Dunbar · 16 years ago
- 810f6d5 introduce a new -fheinous-gnu-extensions flag that enables really by Chris Lattner · 16 years ago
- ecdd841 add a helper function to strip noop casts. by Chris Lattner · 16 years ago
- 36c2338 Fix typo. by Ted Kremenek · 16 years ago
- e78b809 Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector. by Steve Naroff · 16 years ago
- caaacec Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65694 and http://llvm.org/viewvc/llvm-project?view=rev&revision=66741). by Steve Naroff · 16 years ago
- 610e81d Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target by Ted Kremenek · 16 years ago
- ba10213 Driver: Support -ccc-print-phases. by Daniel Dunbar · 16 years ago
- 85da007 Driver: Add cast<> support for Action, and some other accessors. by Daniel Dunbar · 16 years ago
- ad2a9af Driver: Complete "pipelining" (building the list of abstract actions by Daniel Dunbar · 16 years ago
- 7ab25d5 Driver: Add remaining Action classes we need. by Daniel Dunbar · 16 years ago
- c1b5fa8 Driver: Add types::getNumCompilationPhases, getCompilationPhase to by Daniel Dunbar · 16 years ago
- b1efcd8 Driver: Pull Phase info into separate file. by Daniel Dunbar · 16 years ago
- 3bf8224 ccc/Driver: Forward -fprint-source-range-info to clang. by Daniel Dunbar · 16 years ago
- 1fbee5d implement a new -fprint-source-range-info option, which by Chris Lattner · 16 years ago
- 668ab1a fix typo by Chris Lattner · 16 years ago
- cb88167 Driver: Handle "immediate" options. by Daniel Dunbar · 16 years ago
- 3fd95ce Improve the representation of operator expressions like "x + y" within by Douglas Gregor · 16 years ago
- 8b1604e ccc/Driver: Mark {dump{machine,specs,version}, by Daniel Dunbar · 16 years ago
- 7517ac0 Bring in std::string to fix compilation on GCC 4.3 by Argyrios Kyrtzidis · 16 years ago
- af61c71 Driver: Determine which compilation stages to run. by Daniel Dunbar · 16 years ago
- df03251 Implement template instantiation for builtin binary operators by Douglas Gregor · 16 years ago
- c971f86 Store the type of the integral value within a TemplateArgument, so that we can more efficiently reconstruct an IntegerLiteral from it during template instantiation by Douglas Gregor · 16 years ago
- e6fbdf5 Fix crash when using TypedViewRegions and ObjCQualifiedIdTypes (TypedViewRegion::getLValueType() was not implemented). by Ted Kremenek · 16 years ago
- dc19232 Add file I forgot to commit in previous commit. by Ted Kremenek · 16 years ago
- 082cb8d PathDiagnostics: by Ted Kremenek · 16 years ago
- 2fe63e6 Driver: Add majority of driver-driver implementation. by Daniel Dunbar · 16 years ago
- 313a81d Use StmtVisitor to handle the decoding of expressions for by Douglas Gregor · 16 years ago
- eaab206 API fix: All "bodies" for functions, Objective-C methods, blocks, are assumed to by Ted Kremenek · 16 years ago
- d65bddc Driver: Introduce ActionList typedef, tweak some constness. by Daniel Dunbar · 16 years ago
- 9f5ef94 Driver: Add types::canLipoType helper method. by Daniel Dunbar · 16 years ago
- 1e2d081 Driver: Add some HostInfo accessors. by Daniel Dunbar · 16 years ago
- bca58cb Driver: Add ArgList support for synthesizing arguments. by Daniel Dunbar · 16 years ago
- ba9eee3 add a callback for macro expansion, based on a patch by Paolo Bolzoni! by Chris Lattner · 16 years ago
- 0c562a2 Driver: Add ArgList::getLastArg. by Daniel Dunbar · 16 years ago
- 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
- b897f5d Driver: Tweak diag names to be more consistent. by Daniel Dunbar · 16 years ago
- 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
- 53ec552 Driver: Start sketching construction of abstract built actions. by Daniel Dunbar · 16 years ago
- e9fba57 Driver: Add information on Driver input/temporary types. by Daniel Dunbar · 16 years ago
- 644eade Driver: Add Option flags. by Daniel Dunbar · 16 years ago
- 83293d2 Driver: Add definitions for all the gcc options the current ccc understands. by Daniel Dunbar · 16 years ago
- b349fcc Driver: Tweak option naming/def: - Use OPT_ prefix for ids. by Daniel Dunbar · 16 years ago
- e1495ec Driver: Reorder arguments in Options.def so option name is first. by Daniel Dunbar · 16 years ago
- d8cadd4 Driver: Add ArgList::hasArg, for testing for the presence of an by Daniel Dunbar · 16 years ago
- cf0dd15 Driver: Add Option::getId and Option::matches taking an option by Daniel Dunbar · 16 years ago
- d377522 Driver: Add default index (=0) for Arg::getValue and add Arg::claim by Daniel Dunbar · 16 years ago
- 656de63 Fix various problems with matching out-of-line definitions of static by Douglas Gregor · 16 years ago
- 021c3b3 Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation. by Douglas Gregor · 16 years ago
- b2dea73 Add TypedViewRegion::isBoundable() to indicate whether or not the by Ted Kremenek · 16 years ago
- ff7fea8 Eliminate CXXClassMemberWrapper by Douglas Gregor · 16 years ago
- 2d2e9cf Eliminate CXXClassVarDecl. It doesn't add anything by Douglas Gregor · 16 years ago
- 3cf538d Implement basic template instantiation for fields. Reshuffle checking by Douglas Gregor · 16 years ago
- 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
- 511d7ab Add parser support for static_assert. by Anders Carlsson · 16 years ago
- 2e3f73b The RValueType of a TypedViewRegion should be the pointee type. by Zhongxing Xu · 16 years ago
- 672e408 Add utility method to BasicValueFactory to convert an APSInt to one of a different sign. by Ted Kremenek · 16 years ago
- 4018a28 Improve the "bad receiver" warning for ObjC message sends to be less confusing. by Chris Lattner · 16 years ago
- a516ce1 Add accessor method. by Ted Kremenek · 16 years ago
- 78a5361 Add accessor method to return a GRStateManager's internal ConstraintManager. by Ted Kremenek · 16 years ago
- 66b5271 Added method "canReasonAbout" to ConstraintManager. This method returns true if by Ted Kremenek · 16 years ago
- 3aa1ab2 Add some iterators to BugReporter. by Ted Kremenek · 16 years ago