| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make the recanonicalization-for-an-out-of-line-definition test case a bit ↵ | Douglas Gregor | 2009-07-31 | 1 | -1/+18 | |
| | | | | | | | trickier llvm-svn: 77707 | |||||
| * | Allow one to update the type representation of the declaration specifiers. ↵ | Douglas Gregor | 2009-07-31 | 1 | -1/+2 | |
| | | | | | | | Will be used by an upcoming commit. llvm-svn: 77703 | |||||
| * | Remove a redundant getCanonicalType call | Douglas Gregor | 2009-07-31 | 1 | -1/+1 | |
| | | | | | llvm-svn: 77702 | |||||
| * | Add code to setup the vtable pointer in the constructor. Work in progress. | Mike Stump | 2009-07-31 | 7 | -13/+76 | |
| | | | | | llvm-svn: 77699 | |||||
| * | New test case for rev. 77694. | Devang Patel | 2009-07-31 | 1 | -0/+5 | |
| | | | | | llvm-svn: 77698 | |||||
| * | MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test. | Daniel Dunbar | 2009-07-31 | 1 | -0/+1 | |
| | | | | | llvm-svn: 77690 | |||||
| * | Fix spacing. | Mike Stump | 2009-07-31 | 1 | -1/+1 | |
| | | | | | llvm-svn: 77688 | |||||
| * | Update for LLVM API change. | Owen Anderson | 2009-07-31 | 3 | -10/+10 | |
| | | | | | llvm-svn: 77686 | |||||
| * | Fix 80-col violation | Douglas Gregor | 2009-07-31 | 1 | -1/+3 | |
| | | | | | llvm-svn: 77683 | |||||
| * | Make canonicalization of overloaded function declarations match the | Douglas Gregor | 2009-07-31 | 2 | -21/+6 | |
| | | | | | | | | Itanium C++ ABI's name mangling, since both are related to the notion of "equivalent" function templates. llvm-svn: 77678 | |||||
| * | Canonicalize template template parameters. We can't test this yet, but | Douglas Gregor | 2009-07-31 | 1 | -1/+5 | |
| | | | | | | | it's "obviously correct" :) llvm-svn: 77677 | |||||
| * | Canonicalize function parameters | Douglas Gregor | 2009-07-31 | 2 | -9/+18 | |
| | | | | | llvm-svn: 77676 | |||||
| * | MultiTestRunner: Add module for lexing 'sh' commands. | Daniel Dunbar | 2009-07-31 | 1 | -0/+126 | |
| | | | | | llvm-svn: 77668 | |||||
| * | Add missing test suffixes. | Daniel Dunbar | 2009-07-31 | 1 | -1/+1 | |
| | | | | | llvm-svn: 77666 | |||||
| * | MultiTestRunner: Simplify, cleanup, and rename! | Daniel Dunbar | 2009-07-31 | 7 | -188/+243 | |
| | | | | | | | | | | | | | | | | | | | | | | - MultiTestRunner will eventually be renamed to 'lit', for LLVM integrated tester/testing. This has the pros of being pronouncable and short. - "Project" level configuration lives in 'lit.cfg', which is also what lit uses to find the root testing directory in some cases. This can be overridden for use in project files which want to precisely specify where things are. - TestRunner.py is not longer able to be invoked directly. - Moved some code to Util.py. - Introduced a configuration object. - Cleaned up --help, removed a few not-very-useful options. - Tried not to break anything that works. :) llvm-svn: 77665 | |||||
| * | Canonicalization and profiling for overloaded function declarations, | Douglas Gregor | 2009-07-31 | 3 | -5/+60 | |
| | | | | | | | | | for those extra-esoteric cases. Not that any two given C++ compilers agree on this test case, but this change gives us a strong definition of equivalent types. llvm-svn: 77664 | |||||
| * | Canonicalize dependent extended vector types. | Douglas Gregor | 2009-07-31 | 5 | -11/+64 | |
| | | | | | llvm-svn: 77663 | |||||
| * | PR3679 - enable #pragma weak aliasing. | Ryan Flynn | 2009-07-31 | 4 | -8/+31 | |
| | | | | | llvm-svn: 77660 | |||||
| * | Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer | John McCall | 2009-07-31 | 7 | -56/+58 | |
| | | | | | | | and a name collision. llvm-svn: 77658 | |||||
| * | sp. | John McCall | 2009-07-31 | 4 | -4/+4 | |
| | | | | | llvm-svn: 77656 | |||||
| * | Whitespace around else canonicalization and fix 80-col violations. | Mike Stump | 2009-07-31 | 1 | -7/+5 | |
| | | | | | llvm-svn: 77655 | |||||
| * | Make the check for the linkage of a template handle the case of nested | Eli Friedman | 2009-07-31 | 2 | -6/+8 | |
| | | | | | | | linkage specifications correctly. llvm-svn: 77653 | |||||
| * | Add CK_DerivedToBase and use it PerformObjectMemberConversion. | Anders Carlsson | 2009-07-31 | 8 | -11/+23 | |
| | | | | | llvm-svn: 77652 | |||||
| * | Fix build warnings. | Mike Stump | 2009-07-31 | 1 | -1/+2 | |
| | | | | | llvm-svn: 77651 | |||||
| * | Add a CastKind enum to CastExpr. Right now it's not used for much but it ↵ | Anders Carlsson | 2009-07-31 | 13 | -57/+128 | |
| | | | | | | | will be :) llvm-svn: 77650 | |||||
| * | Fix use-after-release bug introduced in r77585 where the PathDiagnosticClient | Ted Kremenek | 2009-07-31 | 2 | -8/+6 | |
| | | | | | | | | | | | | | | | | created by AnalysisConsumer would be released by an instance of AnalysisManager and then reused by later instances of AnalysisManager. Ownership of the PathDiagnosticClient now belongs (for now) in AnalysisConsumer. We also need this layering (for now) because the HTMLDiagnostiClient requires that the entire translation unit be processed before emitting diagnostics. This is done in its destructor (which should also be fixed, but that is another issue). This fixes PR 4653. llvm-svn: 77648 | |||||
| * | Build canonical types for dependently-sized array types. | Douglas Gregor | 2009-07-31 | 5 | -16/+68 | |
| | | | | | llvm-svn: 77647 | |||||
| * | Add scan-build option '-no-failure-reports' to supress the creation of a ↵ | Ted Kremenek | 2009-07-30 | 2 | -40/+54 | |
| | | | | | | | 'failures' subdirectory that includes crash reports, preprocessed files, etc. llvm-svn: 77644 | |||||
| * | Canonicalization of dependent C++0x decltype types. | Douglas Gregor | 2009-07-30 | 5 | -3/+63 | |
| | | | | | llvm-svn: 77643 | |||||
| * | Synthesize the default constructor which has not | Fariborz Jahanian | 2009-07-30 | 2 | -1/+19 | |
| | | | | | | | been declared as needed. llvm-svn: 77641 | |||||
| * | Canonicalization for dependent typeof(expr) types. | Douglas Gregor | 2009-07-30 | 6 | -6/+64 | |
| | | | | | llvm-svn: 77639 | |||||
| * | Update for LLVM API changes. | Owen Anderson | 2009-07-30 | 7 | -23/+23 | |
| | | | | | llvm-svn: 77638 | |||||
| * | Diagnose unused expression results for all statements, just not compound ↵ | Anders Carlsson | 2009-07-30 | 2 | -5/+36 | |
| | | | | | | | statements. llvm-svn: 77631 | |||||
| * | Add casts to avoid a bunch of unused expr warnings. (They aren't reported ↵ | Anders Carlsson | 2009-07-30 | 3 | -3/+3 | |
| | | | | | | | right now due to a bug that I intend to fix). Ted, please review. llvm-svn: 77630 | |||||
| * | Canonicalize else spacing. | Mike Stump | 2009-07-30 | 10 | -70/+33 | |
| | | | | | llvm-svn: 77629 | |||||
| * | Factor code out into a DiagnoseUnusedExprResult function. | Anders Carlsson | 2009-07-30 | 2 | -12/+24 | |
| | | | | | llvm-svn: 77628 | |||||
| * | Note some other limitations. | Mike Stump | 2009-07-30 | 1 | -1/+9 | |
| | | | | | llvm-svn: 77626 | |||||
| * | Update based upon comments. Explain why we have an assert. | Mike Stump | 2009-07-30 | 1 | -2/+2 | |
| | | | | | llvm-svn: 77612 | |||||
| * | We'll also need a vtable pointer if we have virtual bases. | Mike Stump | 2009-07-30 | 1 | -1/+1 | |
| | | | | | llvm-svn: 77610 | |||||
| * | What luck! Clang obtains support for refering to members of the | Douglas Gregor | 2009-07-30 | 2 | -1/+75 | |
| | | | | | | | | current instantiation when that current instantiation is a class template partial specialization. llvm-svn: 77609 | |||||
| * | Patch for future ir-gen for destructor calls. | Fariborz Jahanian | 2009-07-30 | 4 | -3/+50 | |
| | | | | | llvm-svn: 77608 | |||||
| * | Lexically order files. | Ted Kremenek | 2009-07-30 | 1 | -2/+2 | |
| | | | | | llvm-svn: 77607 | |||||
| * | Support out-of-line definitions of the members of class template | Douglas Gregor | 2009-07-30 | 8 | -18/+132 | |
| | | | | | | | partial specializations. llvm-svn: 77606 | |||||
| * | Initialize an otherwise-wild pointer. Fixes a crashy analyzer | Douglas Gregor | 2009-07-30 | 1 | -1/+1 | |
| | | | | | llvm-svn: 77599 | |||||
| * | fix cmake build | Benjamin Kramer | 2009-07-30 | 1 | -0/+1 | |
| | | | | | llvm-svn: 77589 | |||||
| * | simple fixes. | Zhongxing Xu | 2009-07-30 | 1 | -4/+2 | |
| | | | | | llvm-svn: 77587 | |||||
| * | Make AnalysisManager into its own source file and a pure data management class. | Zhongxing Xu | 2009-07-30 | 3 | -169/+242 | |
| | | | | | | | Move all components creation code into AnalysisConsumer::DigestAnalyzerOptions(). llvm-svn: 77585 | |||||
| * | Update CMakeLists.txt | Daniel Dunbar | 2009-07-30 | 1 | -0/+1 | |
| | | | | | llvm-svn: 77577 | |||||
| * | Fix Selector <-> GlobalSelector conversion. | Argyrios Kyrtzidis | 2009-07-30 | 1 | -2/+3 | |
| | | | | | llvm-svn: 77575 | |||||
| * | PR3679 - handle #pragma weak | Ryan Flynn | 2009-07-30 | 6 | -12/+97 | |
| | | | | | llvm-svn: 77573 | |||||

