| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -574/+0 |
| * | the macro start and macro end bits in source location are dead, remove them. | Chris Lattner | 2008-02-03 | 1 | -2/+2 |
| * | Don't add an extra line to the end of the buffer, it doesn't really exist. | Chris Lattner | 2008-01-24 | 1 | -1/+0 |
| * | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Added storage of the FileID of the the main source file of a translation unit | Ted Kremenek | 2007-12-19 | 1 | -0/+4 |
| * | When serializing SourceManager, we now serialize out absolute paths | Ted Kremenek | 2007-12-18 | 1 | -1/+13 |
| * | Add hack to SourceManager to support missing source files during | Ted Kremenek | 2007-12-13 | 1 | -4/+8 |
| * | Added newline to end of file. | Ted Kremenek | 2007-12-10 | 1 | -1/+1 |
| * | Removed dependence on including iostream (use llvm/Support/Streams.h instead). | Ted Kremenek | 2007-12-05 | 1 | -9/+9 |
| * | Renamed SourceManager::Read to SourceManager::CreateAndRegister. | Ted Kremenek | 2007-12-05 | 1 | -7/+18 |
| * | Implemented initial serialization support for SourceManager. | Ted Kremenek | 2007-12-05 | 1 | -36/+118 |
| * | Implemented serialization of SrcMgr::ContentCache. | Ted Kremenek | 2007-12-04 | 1 | -0/+54 |
| * | rename getInstantiationLoc to match the scheme of isPhysicalLoc. | Chris Lattner | 2007-11-09 | 1 | -1/+1 |
| * | change source location to have two bits for macros, tracking | Chris Lattner | 2007-11-09 | 1 | -2/+2 |
| * | Updated a comment to hopefully silence a Lattner warning. | Ted Kremenek | 2007-10-31 | 1 | -2/+2 |
| * | Updated some comments. | Ted Kremenek | 2007-10-30 | 1 | -5/+8 |
| * | Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a | Ted Kremenek | 2007-10-30 | 1 | -53/+42 |
| * | Unbreak mingw32. Maybe there should be something like libClandSystem? :) | Anton Korobeynikov | 2007-10-16 | 1 | -1/+1 |
| * | Push the rewriting APIs along. Build a trivial client that replaces tabs | Chris Lattner | 2007-10-11 | 1 | -0/+7 |
| * | Removed clang solution file for VC++, which didn't work properly because of h... | Hartmut Kaiser | 2007-09-12 | 1 | -1/+2 |
| * | Add #ifdefs to make the source portable to windows. Patch contributed | Chris Lattner | 2007-09-03 | 1 | -1/+9 |
| * | constify a method. | Chris Lattner | 2007-08-30 | 1 | -1/+1 |
| * | Fix a bug in my previous commit | Chris Lattner | 2007-08-02 | 1 | -1/+1 |
| * | Increase the macro id cache to look up several recent entries, not just the l... | Chris Lattner | 2007-08-02 | 1 | -11/+14 |
| * | Use a smallstring instead of an std::string in FileChanged to avoid some mall... | Chris Lattner | 2007-07-24 | 1 | -1/+1 |
| * | check in an experiment that didn't work out, to allow for future investigation. | Chris Lattner | 2007-07-24 | 1 | -5/+27 |
| * | Add a cache to SourceManager to accellerate line # lookup. This is a | Chris Lattner | 2007-07-24 | 1 | -51/+96 |
| * | Add support for reusing macroid's with negative physical loc deltas. This | Chris Lattner | 2007-07-21 | 1 | -4/+3 |
| * | remove some old cruft | Chris Lattner | 2007-07-20 | 1 | -27/+1 |
| * | improve comments, implement a trivial single-entry cache in | Chris Lattner | 2007-07-20 | 1 | -2/+21 |
| * | Reimplement SourceLocation. Instead of having a | Chris Lattner | 2007-07-20 | 1 | -54/+20 |
| * | Make octal constant lexing use AdvanceToTokenCharacter to give more | Chris Lattner | 2007-07-16 | 1 | -1/+0 |
| * | Change SourceManager::getInstantiationLoc to take virtual locations, doing its | Chris Lattner | 2007-07-15 | 1 | -4/+5 |
| * | add missing header | Gabor Greif | 2007-07-12 | 1 | -0/+2 |
| * | Finally bite the bullet and make the major change: split the clang namespace | Chris Lattner | 2007-06-15 | 1 | -1/+1 |
| * | Adjust to change in MemoryBuffer interface | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
| * | Remove the clang::SourceBuffer class, switch to the llvm::MemoryBuffer class. | Chris Lattner | 2007-04-29 | 1 | -11/+11 |
| * | Refactor the SourceBuffer code so that it is safe to move to the LLVM | Chris Lattner | 2007-04-29 | 1 | -1/+53 |
| * | minor cleanups | Chris Lattner | 2007-04-29 | 1 | -7/+2 |
| * | Add assertions for out-of-fileid error case | Chris Lattner | 2006-10-22 | 1 | -0/+4 |
| * | Add a single-entry cache for macro instantation locations. This significantly | Chris Lattner | 2006-07-20 | 1 | -5/+18 |
| * | Add a check that the physloc for a macro instantiation is not another macro. | Chris Lattner | 2006-07-16 | 1 | -0/+4 |
| * | Add a fast-path in getSpelling for identifiers. | Chris Lattner | 2006-07-04 | 1 | -5/+7 |
| * | This matters for -E. | Chris Lattner | 2006-07-04 | 1 | -1/+1 |
| * | Tolerate conditions where there is no line # | Chris Lattner | 2006-07-02 | 1 | -1/+3 |
| * | Eliminate SourceManager::createFileIDForMacroExp, inlining it into its single... | Chris Lattner | 2006-06-30 | 1 | -16/+8 |
| * | Expose a useful helper method. | Chris Lattner | 2006-06-30 | 1 | -0/+14 |
| * | Factor logical line lookup better. | Chris Lattner | 2006-06-29 | 1 | -28/+7 |
| * | Due to generated tokens expanded by macros, there can be multiple MacroExpans... | Chris Lattner | 2006-06-29 | 1 | -6/+9 |
| * | Fix Preprocessor/macro_expandloc2.c | Chris Lattner | 2006-06-26 | 1 | -0/+17 |