Age | Commit message (Expand) | Author |
2007-08-30 | When relexing the file to find expected warnings/errors, make sure | Chris Lattner |
2007-08-30 | Allow a SourceManager to optionally be passed into Stmt::dump | Chris Lattner |
2007-08-29 | Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow | Ted Kremenek |
2007-08-26 | Add isysroot support, patch by Keith Bauer | Chris Lattner |
2007-08-26 | Make parse-ast-print print the storage class and inline | Chris Lattner |
2007-08-23 | Renamed "CFG::BuildCFG" to "CFG::buildCFG" to have more consistent capitaliza... | Ted Kremenek |
2007-08-21 | Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs. | Ted Kremenek |
2007-08-10 | Build ASTs before relexing the file. This avoids having comment finding muta... | Chris Lattner |
2007-08-08 | add a new AST dumper interface (E->dump()). This dumps out | Chris Lattner |
2007-07-24 | avoid std::string yet again. | Chris Lattner |
2007-07-24 | Use a smallstring instead of an std::string in FileChanged to avoid some mall... | Chris Lattner |
2007-07-23 | Fix two paste-avoidance bugs I introduced last night. Patch | Chris Lattner |
2007-07-23 | avoid creating std::strings in MoveToLine | Chris Lattner |
2007-07-23 | In OutputString, avoid calling memcpy for really tiny strings. | Chris Lattner |
2007-07-23 | Avoid calling getSpelling at all for identifiers, which are | Chris Lattner |
2007-07-23 | change the concatenation avoidance algorithm to be partially table-driven | Chris Lattner |
2007-07-23 | If a token doesn't need cleaning, we can get its first character | Chris Lattner |
2007-07-23 | A minor tweak to -E output, speeding up -E 1.5% on 447.dealII | Chris Lattner |
2007-07-22 | no need to avoid pasting >* It can't form ->*, because we know the previous | Chris Lattner |
2007-07-22 | GCC doesn't set __STDC_VERSION__ usually. It never sets it in | Chris Lattner |
2007-07-22 | remove redundant test | Chris Lattner |
2007-07-22 | avoid a small bit of string traffic by not storing the ""'s around a string i... | Chris Lattner |
2007-07-22 | when running in -E mode on multiple files, there is no reason to accumulate | Chris Lattner |
2007-07-21 | Return an exit code of 1 if errors occur, not an exit code equal to the # err... | Chris Lattner |
2007-07-20 | At one point there were going to be lexer and parser tokens. | Chris Lattner |
2007-07-20 | simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buff... | Chris Lattner |
2007-07-20 | Reimplement SourceLocation. Instead of having a | Chris Lattner |
2007-07-16 | add better comments. | Chris Lattner |
2007-07-16 | Add support for C++'0x keywords, patch by Doug Gregor | Chris Lattner |
2007-07-15 | non-apple targets should be like i386, not the mythical, bogus, linux target. | Chris Lattner |
2007-07-14 | A significant refactoring of the type size stuff to also | Chris Lattner |
2007-07-13 | implement support for basic codegen of global variables with no initializers. | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |