Age | Commit message (Expand) | Author |
2009-02-04 | make getFileCharacteristic linetable aware. line markers that | Chris Lattner |
2009-02-04 | propagate linemarker flags down into the the line table, currently | Chris Lattner |
2009-02-04 | simplify. | Chris Lattner |
2009-02-04 | lower the interface to getLineNumber like we did for | Chris Lattner |
2009-02-04 | make SM::getColumnNumber take a predecomposed FileID/offset, which | Chris Lattner |
2009-02-03 | more plumbing for #line propagation. Use happy bit #3 | Chris Lattner |
2009-02-03 | stub out basic #line handling calls. | Chris Lattner |
2009-02-03 | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor |
2009-02-03 | reclaim my precious bit in FileInfo by ensuring that ContentCache objects | Chris Lattner |
2009-02-03 | switch SourceManager from using an std::map and std::list of | Chris Lattner |
2009-02-03 | Content Cache only needs to be 4-byte aligned. Since it is stored in | Chris Lattner |
2009-01-31 | Add sema support for the cleanup attribute. | Anders Carlsson |
2009-01-30 | Turn on -flax-vector-conversions by default, issue a warning whenever one is ... | Anders Carlsson |
2009-01-30 | Upgrade the "excess elements in array initializer" warning to an | Douglas Gregor |
2009-01-30 | Implement and test aggregate initialization in C++. Major changes: | Douglas Gregor |
2009-01-29 | Make CodeGen produce an error if we come across a non-constant initializer li... | Douglas Gregor |
2009-01-29 | remove two empty files | Chris Lattner |
2009-01-29 | next round of diagnostics cleanups, moving some | Chris Lattner |
2009-01-29 | Fix -Wimplicit-function-declaration, which required some refactoring and | Chris Lattner |
2009-01-29 | Fix a wart that existed from before we had EXTWARN. | Chris Lattner |
2009-01-29 | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner |
2009-01-28 | Improvements to code-generation and semantic analysis of designated | Douglas Gregor |
2009-01-28 | Code generation support for C99 designated initializers. | Douglas Gregor |
2009-01-28 | Add method FullSourceLoc::getBufferData(). | Ted Kremenek |
2009-01-28 | Tweak doxygen comment. No functionality change. | Ted Kremenek |
2009-01-28 | Implement pointer to member handling in static_cast. | Sebastian Redl |
2009-01-28 | Complete semantic checking for typedef redeclarations in C++. The | Douglas Gregor |
2009-01-28 | Update comment. | Ted Kremenek |
2009-01-28 | add some basic file headers | Chris Lattner |
2009-01-28 | FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEnt... | Ted Kremenek |
2009-01-27 | If an input constraint refers to an output constraint, it should have the sam... | Anders Carlsson |
2009-01-27 | add new headers | Chris Lattner |
2009-01-27 | Add the new .def files | Chris Lattner |
2009-01-27 | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner |
2009-01-27 | Introduce a new PresumedLoc class to represent the concept of a location | Chris Lattner |
2009-01-27 | rename getFullFilePos -> getFileOffset. | Chris Lattner |
2009-01-26 | make getInstantiationLoc and getSpellingLoc handle multiply instantiated | Chris Lattner |
2009-01-26 | make sure we have a definition of uintptr_t. | Chris Lattner |
2009-01-26 | start plumbing together the line table information. So far we just | Chris Lattner |
2009-01-26 | Bitmangle file characteristic bits into the low bits of | Chris Lattner |
2009-01-26 | add parsing and constraint enforcement for GNU line marker directives. | Chris Lattner |
2009-01-26 | parse and enforce required constraints on #line directives. Right now | Chris Lattner |
2009-01-26 | Check in the long promised SourceLocation rewrite. This lays the | Chris Lattner |
2009-01-25 | Implement implicit conversions for pointers-to-member. | Sebastian Redl |
2009-01-24 | PR3062: statement expressions should be illegal at file scope. I don't | Eli Friedman |
2009-01-24 | Implement C99 6.5.3.4p1, rejecting sizeof(bitfield) | Chris Lattner |
2009-01-24 | Add support for declaring pointers to members. | Sebastian Redl |
2009-01-24 | Fix PR3386 by handling GCC's rules for alignof, which are substantially | Chris Lattner |
2009-01-23 | Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is ... | Ted Kremenek |
2009-01-23 | This is a follow-up to r62675: | Chris Lattner |