]> granicus.if.org Git - clang/history - Lex
avoid making implicit casts that just remove typedefs.
[clang] / Lex /
2008-02-11 Steve NaroffMove Microsoft __declspec hack from the parser to the...
2008-02-10 Chris Lattnerlong is 32-bit is on win32.
2008-02-07 Steve Naroff- Add support for fuzzy parsing line-oriented __asm...
2008-02-07 Steve NaroffMinor cleanup from yesterday's -fms-extension commit...
2008-02-07 Chris LattnerImplement support for the extremely atrocious MS /...
2008-02-07 Steve NaroffImplement -fms-extensions. This allows us to fuzzy...
2008-02-01 Chris LattnerFix PR1969. stdin has no FileEntry.
2008-01-29 Chris LattnerFix a bug where we would incorrectly emit a "cannot...
2008-01-25 Chris LattnerChange the location we return for the EOF token to...
2008-01-23 Chris Lattneradd support for -Wundef.
2008-01-22 Chris LattnerFix PR1936, a crash on malformed #if. Thanks to Neil for
2008-01-14 Ted KremenekChange uses of std::cerr/std::cout to llvm::Lcerr/llvm...
2008-01-07 Chris LattnerFix a nasty corner case that Neil noticed in PR1900...
2008-01-07 Nate BegemanFix typo
2008-01-03 Chris Lattnersimplify the lexer a bit, pulling stuff out of the...
2007-12-29 Chris Lattnerremove attribution from makefiles.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-20 Ted KremenekConverted uses of scoped_ptr to OwningPtr.
2007-12-19 Ted KremenekInterned MainFileID within SourceManager. Since SourceM...
2007-12-19 Chris LattnerAdd support for #pragma mark, which shouldn't warn...
2007-12-17 Chris Lattnerimplement HeaderMap::LookupFile. I think headermaps...
2007-12-17 Chris Lattnerimplement enough helper functions to successfully dump...
2007-12-17 Chris Lattnersimplify some code, using new scoped_ptr support. ...
2007-12-17 Chris LattnerFinish hooking up the scaffolding for headermaps. ...
2007-12-17 Chris LattnerStart reading the headermap header, drop the 'errorstr...
2007-12-17 Chris LattnerSink getName into DirectoryLookup to simplify the clien...
2007-12-17 Chris Lattneradd headermap.cpp
2007-12-17 Chris Lattnerfinish stubbing out support for HeaderMap. Now we...
2007-12-17 Chris Lattnerrefactor an better comment framework lookup code. ...
2007-12-17 Chris Lattneras it turns out, frameworks and headermaps are orthogon...
2007-12-17 Chris LattnerStep #1 in adding headermap support to clang.
2007-12-13 Chris Lattneradd a helper method.
2007-12-12 Ted KremenekTargetInfo no longer includes a reference to SourceManager.
2007-12-11 Ted KremenekMega-patch: ripped SourceManager out of Diagnostic...
2007-12-09 Chris LattnerAdd dumping support for locations, make -dumptokens...
2007-11-30 Chris Lattnerstart partitioning the diagnostics into two classes...
2007-11-29 Christopher LambSupport floating point literals of the form "1e-16f...
2007-11-29 Ted KremenekRemoved potential buffer overrun (spotted by Neil Booth...
2007-11-26 Ted KremenekAdded optional pass-by-reference argument "isExact" to
2007-11-23 Chris LattnerFix PR1820, an incredibly subtle macro expansion bug...
2007-11-15 Chris Lattnerfix a bug Steve noticed, where a #import of the main...
2007-11-14 Chris LattnerFix a bug handling hex floats in c90 mode, pointed...
2007-11-10 Steve NaroffSince we are all working on Leopard, change the built...
2007-10-31 Steve NaroffImplement a more sensible strategy for ObjC built-in...
2007-10-31 Steve NaroffChecking in some code that is still under construction.
2007-10-31 Steve NaroffAdd some plumbing to help cope with rewriting "id<p...
2007-10-30 Steve NaroffStop pre-defining objc_msgSend/objc_getClass in the...
2007-10-30 Chris LattnerAvoid using macro expansions, which causes these to...
2007-10-24 Steve NaroffIncorporate some feedback from Chris...
2007-10-23 Steve Naroff- Add rewrite rule for @class.
2007-10-18 Hartmut KaiserSilenced a couple of VC++ warnings.
2007-10-17 Chris LattnerMove token length calculation out of the diagnostics...
2007-10-17 Chris LattnerAdd a new type of lexer: a raw lexer, which does not...
2007-10-17 Steve NaroffPredefine all the ObjC goodies from <objc/objc.h>....
2007-10-15 Anders CarlssonAdd support for Pascal strings.
2007-10-10 Chris Lattnerresolve a fixme, by moving __builtin_va_list to a more...
2007-10-09 Chris LattnerAdd a dummy for the id typedef. Steve, plz fill this...
2007-10-09 Chris LattnerMake a significant change to invert the control flow...
2007-10-09 Chris LattnerSwitch lexer/pp over to new Token::is/isNot api
2007-10-07 Chris Lattnermove IdentifierTable.h from liblex to libbasic.
2007-10-07 Chris Lattnerimplement the Token class in the Lexer.cpp file instead...
2007-10-07 Chris Lattnerimprove layering:
2007-10-07 Chris Lattnerchange calls to getMacroInfo into hasMacroDefinition...
2007-10-07 Chris Lattneradd a hasMacroDefinition() method to IdentifierInfo...
2007-10-07 Chris LattnerRemove the PPID bitfield from IdentifierInfo, shrinking...
2007-10-07 Chris LattnerFirst step to fixing a long lived layering violation...
2007-10-07 Chris Lattnersimplify the interfaces to create selectors: getSelecto...
2007-10-07 Chris Lattnersimplify some Selector interfaces.
2007-10-05 Chris LattnerImplement DenseMapInfo for Selector, allowing use of...
2007-10-05 Steve NaroffLayering refinements for selectors (suggested by Chris...
2007-09-28 Steve NaroffAdd some comments to MultiKeywordSelector, make all...
2007-09-28 Steve NaroffYesterday I discovered that 78% of all selectors in...
2007-09-27 Steve NaroffFix bug in SelectorInfo::getName() - method buffer...
2007-09-27 Steve NaroffAdd SelectorInfo (similar in spirit to IdentifierInfo...
2007-09-24 Chris LattnerIf we see an invalid #ifdef directive, enter a conditi...
2007-09-22 Chris Lattnerwork around bugs and missing features in apfloat.
2007-09-22 Chris LattnerUse APFloat for the representation of FP immediates...
2007-09-19 Steve NaroffRemove SelectorTable/SelectorInfo, simply store all...
2007-09-17 Steve NaroffAdd support for ObjC keyword selectors.
2007-09-04 Chris LattnerSilence VC++ warnings, patch by Hartmut Kaiser
2007-09-03 Chris LattnerAdd #include required on win32.
2007-09-03 Chris LattnerEliminate some VC++ warnings, patch by Hartmut Kaiser!
2007-08-29 Neil BoothSpaces not tabs.
2007-08-29 Neil BoothEnsure we diagnose long long literals in C90 mode.
2007-08-26 Chris Lattner1.0 is double, 1.0F is a float.
2007-08-26 Chris Lattner1) refactor some code.
2007-08-23 Steve NaroffAdd helper functions Token::isObjCAtKeyword() and Token...
2007-08-23 Chris LattnerUpdate to match the API from LLVM mainline.
2007-07-24 Chris LattnerUse a smallstring instead of an std::string in FileChan...
2007-07-23 Chris LattnerFix a scoping bug that apple gcc doesn't catch for...
2007-07-23 Chris Lattnerimplement a missing feature in the #include handler...
2007-07-23 Chris Lattnerrefactor the interface to Preprocessor::GetIncludeFilen...
2007-07-22 Chris Lattnerfix a bug getting the spelling of an identifier token
2007-07-22 Chris LattnerChange hte lexer to start a start pointer to the underlying
2007-07-22 Chris Lattnersplit the slow path out of Lexer::getSourceLocation...
2007-07-22 Chris LattnerImplement a simple cache in headersearch. This speeds up
2007-07-22 Chris Lattneravoid recursion between SkipBCPLComment and SkipWhitesp...
2007-07-22 Chris LattnerFix a really subtle bug in the macro expander caching...
2007-07-21 Chris LattnerFix a lexer bug where we incorrectly rejected
2007-07-20 Chris LattnerAt one point there were going to be lexer and parser...
next