- f13ebf0 oops, this is the real fix. by Chris Lattner · 17 years ago
- 6f66c26 update test by Chris Lattner · 17 years ago
- 88dca04 rename some helpers, have them return the idx of the field being accessed. by Chris Lattner · 17 years ago
- b4878f4 Use static methods, which don't require an instance of OCUVectorType by Chris Lattner · 17 years ago
- 667405a mark some methods static, don't consider a vector to be an ocuvector by Chris Lattner · 17 years ago
- d14faaa silence some warnings. by Chris Lattner · 17 years ago
- cb92a11 Minor comment improvements. by Chris Lattner · 17 years ago
- 281a492 make sure we don't lose the ability to parse carbon.h by Chris Lattner · 17 years ago
- ad43ad4 Hyphenate a word, to check auto-update feature. Third times the charm! by Reid Spencer · 17 years ago
- 06ddd81 Expand a contraction to test auto-update on commit. by Reid Spencer · 17 years ago
- 2f291ba Test auto-update with minor grammaro fix. by Reid Spencer · 17 years ago
- c1e50fc Fix a bug in my previous commit by Chris Lattner · 17 years ago
- 4cabcfe switch a fixme to an assert. by Chris Lattner · 17 years ago
- 7b658aa by Steve Naroff · 17 years ago
- 991ae51 Increase the macro id cache to look up several recent entries, not just the last one. by Chris Lattner · 17 years ago
- 9dfa7b4 by Steve Naroff · 17 years ago
- 7f28fe8 by Steve Naroff · 17 years ago
- 389cecc by Steve Naroff · 17 years ago
- 363bcff by Steve Naroff · 17 years ago
- d34e915 by Steve Naroff · 17 years ago
- 9752f25 by Steve Naroff · 17 years ago
- 8d1a3b8 by Steve Naroff · 17 years ago
- bf98651 update this to build with LLVM ToT by Chris Lattner · 17 years ago
- 86e499d Print floating point literal values better. by Chris Lattner · 17 years ago
- 2cb64ec by Steve Naroff · 17 years ago
- 02c642e remove more explicit accesses to the canonical type pointer. by Chris Lattner · 17 years ago
- 2dcb6bb simplify some type checking code, don't explicitly access canonical types. by Chris Lattner · 17 years ago
- 611c1ff move trivial type predicates inline. by Chris Lattner · 17 years ago
- c862963 split the rest of the type predicates into pure predicates: by Chris Lattner · 17 years ago
- 2ad07f0 add internals manual to project by Chris Lattner · 17 years ago
- 33fc68a Owen pointed out that this made no sense :) by Chris Lattner · 17 years ago
- b39eec4 add two missing files to the xcode project. by Chris Lattner · 17 years ago
- a1d9fde rename isReferenceType to follow the new scheme. by Chris Lattner · 17 years ago
- befee48 make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
- 11406c1 update name by Chris Lattner · 17 years ago
- d1861fd by Steve Naroff · 17 years ago
- 8a2bc62 Oops, I committed the wrong file before. This expands the description of type. by Chris Lattner · 17 years ago
- 86920d3 Add a start at a clang internals manual, documenting some by Chris Lattner · 17 years ago
- 8993e90 add a link by Chris Lattner · 17 years ago
- d51d890 Don't use canonical type for sema here. In by Chris Lattner · 17 years ago
- fcac0ff Upgrade a comment... by Steve Naroff · 17 years ago
- fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
- bea0b34 by Steve Naroff · 17 years ago
- 31a4584 by Steve Naroff · 17 years ago
- e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
- 7064f5c by Steve Naroff · 17 years ago
- 08f794b Fix the following bogus diagnostic...reported by Jeroen. by Steve Naroff · 17 years ago
- 18cf0ff add another link. by Chris Lattner · 17 years ago
- eca9967 don't expect to be able to reparse arbitrary system headers. by Chris Lattner · 17 years ago
- adc0185 Forgot a return stmt (oops). by Steve Naroff · 17 years ago
- dfa6aae by Steve Naroff · 17 years ago
- 82c7e6d - Fix commit in Parser.h (patch by Kevin Andre). by Steve Naroff · 17 years ago
- e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
- 700204c by Steve Naroff · 17 years ago
- 9572a5f add documentation skeleton by Chris Lattner · 17 years ago
- 706c99a add a bare bones web page by Chris Lattner · 17 years ago
- 012cf46 Fix a comment, patch by Kevin Andre! by Chris Lattner · 17 years ago
- ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
- 5143196 avoid std::string yet again. by Chris Lattner · 17 years ago
- d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
- 1cf12bf check in an experiment that didn't work out, to allow for future investigation. by Chris Lattner · 17 years ago
- 5e36a7a Add a cache to SourceManager to accellerate line # lookup. This is a by Chris Lattner · 17 years ago
- b638a30 Fix two paste-avoidance bugs I introduced last night. Patch by Chris Lattner · 17 years ago
- dc0d73e fix bogus warnings about potentially uninit vars Size and Align. by Chris Lattner · 17 years ago
- f11ccfc Fix a scoping bug that apple gcc doesn't catch for some reason. by Chris Lattner · 17 years ago
- 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
- f063721 avoid creating std::strings in MoveToLine by Chris Lattner · 17 years ago
- e225e37 In OutputString, avoid calling memcpy for really tiny strings. by Chris Lattner · 17 years ago
- 2933f41 Avoid calling getSpelling at all for identifiers, which are by Chris Lattner · 17 years ago
- f0f2b29 change the concatenation avoidance algorithm to be partially table-driven by Chris Lattner · 17 years ago
- b19f5e8 If a token doesn't need cleaning, we can get its first character by Chris Lattner · 17 years ago
- 822f940 A minor tweak to -E output, speeding up -E 1.5% on 447.dealII by Chris Lattner · 17 years ago
- 706ab50 implement a missing feature in the #include handler, where by Chris Lattner · 17 years ago
- f1c99ac refactor the interface to Preprocessor::GetIncludeFilenameSpelling, by Chris Lattner · 17 years ago
- 0f67032 fix a bug getting the spelling of an identifier token by Chris Lattner · 17 years ago
- 349b42a no need to avoid pasting >* It can't form ->*, because we know the previous by Chris Lattner · 17 years ago
- 94fea5a GCC doesn't set __STDC_VERSION__ usually. It never sets it in by Chris Lattner · 17 years ago
- e36751b Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> to using by Chris Lattner · 17 years ago
- 448cec4 Change hte lexer to start a start pointer to the underlying by Chris Lattner · 17 years ago
- 409a036 split the slow path out of Lexer::getSourceLocation and do not let the by Chris Lattner · 17 years ago
- 9960ae8 Implement a simple cache in headersearch. This speeds up by Chris Lattner · 17 years ago
- c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
- 83769ab remove redundant test by Chris Lattner · 17 years ago
- 0cbc4b5 avoid a small bit of string traffic by not storing the ""'s around a string in CurFilename by Chris Lattner · 17 years ago
- 8133cfc avoid recursion between SkipBCPLComment and SkipWhitespace. In cases like this: by Chris Lattner · 17 years ago
- bd24776 when running in -E mode on multiple files, there is no reason to accumulate by Chris Lattner · 17 years ago
- 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 17 years ago
- 9c68306 Fix a really subtle bug in the macro expander caching code, where by Chris Lattner · 17 years ago
- 8146b68 Fix a lexer bug where we incorrectly rejected int i = /*/ */ 1; by Chris Lattner · 17 years ago
- 731ec57 Minor simplification to Expr::isLvalue(). by Steve Naroff · 17 years ago
- d1623a8 Add support for reusing macroid's with negative physical loc deltas. This by Chris Lattner · 17 years ago
- aa4166c implement getSourceRange for ImplicitCast by Chris Lattner · 17 years ago
- 96f1a64 Return an exit code of 1 if errors occur, not an exit code equal to the # errors :) by Chris Lattner · 17 years ago
- cb4f9a6 minor simplifications by Chris Lattner · 17 years ago
- 4fc37c5 testcase from neil by Chris Lattner · 17 years ago
- 78c75fb recover from void argument types more nicely. by Chris Lattner · 17 years ago
- 4565d4e better wording for an error, suggested by Neil. by Chris Lattner · 17 years ago
- 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
- 2ff5426 improve and simplify error recovery for calls, fix a crash when diagnosing by Chris Lattner · 17 years ago
- eddbe03 fix a warning on some compilers by Chris Lattner · 17 years ago