Age | Commit message (Expand) | Author |
2009-04-21 | Explictly track tentative definitions within Sema, then hand those | Douglas Gregor |
2009-04-21 | Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w... | Steve Naroff |
2009-04-21 | Split preprocessor initialization logic out of clang-cc into | Chris Lattner |
2009-04-21 | rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. | Chris Lattner |
2009-04-20 | Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj... | Steve Naroff |
2009-04-20 | Introduce the notion of a SemaConsumer, which is an ASTConsumer that | Douglas Gregor |
2009-04-20 | Make the on-disk hash table usable with non-file | Douglas Gregor |
2009-04-20 | Move the on-disk hash table code into its own header. No functionality change. | Douglas Gregor |
2009-04-19 | move group twiddling options into Diagnostic.cpp instead of | Chris Lattner |
2009-04-19 | Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo | Chris Lattner |
2009-04-19 | implement compiler support for -fno-diagnostics-fixit-info, | Chris Lattner |
2009-04-19 | invalid directives can occur in #if 0 code, just pass them | Chris Lattner |
2009-04-19 | make PTH not crash on a null directive (# on its own line) | Chris Lattner |
2009-04-19 | use isNot instead of !is | Chris Lattner |
2009-04-19 | fix -fdollars-in-identifiers to have a default that is overriden | Chris Lattner |
2009-04-19 | fix rdar://6804322 by wiring up -fdollars-in-identifiers | Chris Lattner |
2009-04-18 | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor |
2009-04-17 | implement a new clang-cc option -dump-build-information=filename which causes... | Chris Lattner |
2009-04-17 | refactor htmldiags to be created up front like the other diag clients. | Chris Lattner |
2009-04-17 | add a virtual method to DiagnosticClient to get rid of some fragile | Chris Lattner |
2009-04-17 | Added -print-ivar-layout option. No change in functionality | Fariborz Jahanian |
2009-04-17 | Support QA_OVERRIDE_GCC3_OPTIONS | Daniel Dunbar |
2009-04-16 | implement framework for -fdiagnostics-show-option, but tblgen isn't | Chris Lattner |
2009-04-16 | move handling of -pedantic and -pedantic-errors into Diagnostics, | Chris Lattner |
2009-04-16 | arrange for -Wno-error=foo warnings to be immune to -Werror as | Chris Lattner |
2009-04-16 | when tblgen fills in all the subgroup info, clang is ready for it. | Chris Lattner |
2009-04-15 | make unknown warnings a warning, not an error. | Chris Lattner |
2009-04-15 | add support for -Wextra and -W | Chris Lattner |
2009-04-15 | use tablgen-generated warning groups. | Chris Lattner |
2009-04-15 | now that we've decoupled diagnostic classes from default mappings, | Chris Lattner |
2009-04-15 | rename variable in comment, not just in code :). | Chris Lattner |
2009-04-15 | Rejigger how -pedantic and -pedantic-errors work and their interaction | Chris Lattner |
2009-04-15 | remove some commented out -Wstrict-selector-match stuff. | Chris Lattner |
2009-04-15 | clean up error messages. | Chris Lattner |
2009-04-15 | Add support for -Werror=foo and -Wno-error=foo | Chris Lattner |
2009-04-15 | refactor a bunch of the warning parsing stuff to simplify it. This removes the | Chris Lattner |
2009-04-14 | Add PCH support for ImplicitCastExprs. This is the first expression | Douglas Gregor |
2009-04-14 | Change Lexer::MeasureTokenLength to take a LangOptions reference. | Chris Lattner |
2009-04-14 | add support for -W[no-]extra-tokens | Chris Lattner |
2009-04-14 | When building a PCH file, don't perform end-of-translation-unit | Douglas Gregor |
2009-04-14 | Clean up handling of visibility. | Daniel Dunbar |
2009-04-13 | Reapply 68936, turned out to that clang's better debug info exposed a | Daniel Dunbar |
2009-04-13 | Revert 68936, LLVM still isn't ready to handle debug info + optimization. | Daniel Dunbar |
2009-04-13 | the driver caught up. This makes -msse3 correctly set __SSE3__ etc. | Chris Lattner |
2009-04-13 | Enable debug info generation while optimizing. | Devang Patel |
2009-04-12 | Implement support for GCC's -dD mode, which dumps -E output *and* | Chris Lattner |
2009-04-11 | add some #includes for better compatibility with gcc 4.4, | Chris Lattner |
2009-04-10 | Compare the predefines buffer in the PCH file with the predefines | Douglas Gregor |
2009-04-10 | do a dance with predefines, and finally enable reading of macros from | Chris Lattner |
2009-04-10 | move a bunch of code for initializing the predefines buffer out of Preprocess... | Chris Lattner |