2011-03-24 |
Anders Carlsson | Add a new warning for exit-time destructors. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Ted Kremenek | Rework checker "packages" and groups to be more hierarc... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
John McCall | Call out ObjC parameter types as a different kind of... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
David Chisnall | Fixed type error in last commit (forgot that now that... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Ted Kremenek | Fix CFG-construction bug when run from AnalysisBasedWar... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Douglas Gregor | Unbreak test |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Fariborz Jahanian | Support for Transparent unions used as overloadable |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Marshall Clow | Add a test for !ptr-to-member (should fail) |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Andrew Trick | Revert r128156 because of CodeGenObjC/messages.m and... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
David Chisnall | Remove the redundant loads / stores to globals that... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
David Chisnall | Initial work on refactoring GNU runtime code (long... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Devang Patel | Update type cache when a type is completed. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Douglas Gregor | Teach DelayedDiagnostic to copy its string, rather... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Douglas Gregor | Ignore weak_import on Objective-C property and method... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Chris Lattner | switch a few Driver APIs to use llvm::ArrayRef, cleanin... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Chris Lattner | remove a dead variable. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Ted Kremenek | Fix crash in clang_getInstantiationLoc() when SourceMan... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Ted Kremenek | std::vector::data() is not portable to VS. Use a gross... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Ken Dyck | Convert OffsetFromNearestVBast parameter of InitializeV... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Douglas Gregor | Implement a new 'availability' attribute, that allows... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Ken Dyck | Convert NonVirtual parameter of ApplyNonVirtualAndVirtu... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
John McCall | Fix an error with the declaration of block parameters... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
John McCall | Warn about unused declaration-specifiers on tag declara... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Eli Friedman | Make the definition of "long double" consistent for... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
David Chisnall | Simplify Mac runtime selection - it's the factory funct... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Ted Kremenek | Hopefully fix VS build by not using std::vector::data(). |
commit | commitdiff | tree | snapshot |
2011-03-22 |
David Chisnall | Make the property accessor functions that take a ptrdif... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
David Chisnall | Make the ivar offset always be a ptrdiff_t, because... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Nick Lewycky | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Daniel Dunbar | Frontend: Add a more explicit -backend-option flag... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Benjamin Kramer | Don't clear OverloadCandidateSets on destruction, it... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
John McCall | Apply Jonathan Sauer's proposed solution to PR9519... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
John McCall | The emission of an Objective-C++'s class .cxx_destruct... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
John McCall | Fix a test case and teach ClearLinkageCache() to clear... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
John McCall | File-scope static functions need to be mangled with... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Ken Dyck | Convert Offset variable in GetAddressOfDirectBaseInComp... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Ted Kremenek | Rework crash recovery cleanup in ASTUnit and CIndex... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Ted Kremenek | Remove crash recovery cleanups from TypeLocBuilder... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Ted Kremenek | Simplify crash recovery cleanup registration. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Ted Kremenek | Migrate 'PrettySTackTraceParserEntry' object out of... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Ken Dyck | Change return value of ComputeNonVirtualBaseClassOffset... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Ken Dyck | Eliminate some literal '8's in FillInNullDataMemberPoin... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Matt Beaumont-Gay | Output to tempfile |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Bob Wilson | Another cortex-m0 patch from James Orr. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Bob Wilson | Add clang support for cortex-m0 cpus. Patch by James... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Ted Kremenek | scan-build: only display analyzer intra-file progress... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Daniel Dunbar | Frontend: Change CC_PRINT_HEADERS to not print header... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Fariborz Jahanian | Fix an objc++ diagnostic initializing objc pointers. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Ted Kremenek | Improve crash recovery cleanup to recovery CompilerInst... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Ted Kremenek | Relax assertion to fail during crash recovery cleanup. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Ted Kremenek | Use CrashRecoveryContextCleanup objects to reclaim... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Chris Lattner | and now there are 3! |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Joerg Sonnenberger | Introduce FindTargetProgramPath to check for a target... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Joerg Sonnenberger | Memorize presence/absence of -nostdlib in Driver. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Joerg Sonnenberger | Remember sysroot in Driver. Pass it down to ld for... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Bill Wendling | Pass in the TargetMachine parameter to the inst printer. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Peter Collingbourne | Code modification hints have been known as fix-it hints... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
David Chisnall | Fix Objective-C++ exceptions (GNU runtime). |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Anders Carlsson | __cxa_atexit does not throw. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Argyrios Kyrtzidis | In clang_parseTranslationUnit_Impl,p ut the source... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Peter Collingbourne | Only objects are declared const by a constexpr specifie... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Francois Pichet | Downgrade err_mismatched_exception_spec to a ExtWarning... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Benjamin Kramer | Initialize FakeAddressSpaceMap flag. |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Anton Yartsev | makes vec_step operator work when AltiVec support is... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Daniel Dunbar | Unbreak build. |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Ken Dyck | Use CharUnits's new increment operator. No change in... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Ken Dyck | Add pre- and post-increment/decrement operators to... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Daniel Dunbar | Preprocessor: Don't define __STDC__ in -traditional... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Ted Kremenek | Recovery memory from TypeLocBuilders during crashes. |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Ted Kremenek | Recover memory from RecordLayoutBuilders during crashes. |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Ted Kremenek | Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBl... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Ken Dyck | Replace literal '8's with CharWidth in AppendBitField... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Ted Kremenek | Add libclang hook 'clang_toggleCrashRecovery()', which... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Ted Kremenek | Run all functional logic of clang_annotateTokens()... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Peter Collingbourne | Add support for language-specific address spaces. ... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Ted Kremenek | Remove '-Xclang' and '-mllvm' entries from Clang man... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Daniel Dunbar | Driver: Forward -traditional and -traditional-cpp in... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Daniel Dunbar | Lexer: Add extremely limited support for -traditional... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Daniel Dunbar | Driver/Darwin: Transparently fallback when compiling... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Daniel Dunbar | Driver: Give SelectTool access to the action inputs. |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Daniel Dunbar | Driver/Darwin: Change fallback to use llvm-gcc search... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Daniel Dunbar | Driver/Darwin: Kill the DarwinGCC toolchain. |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Anders Carlsson | Use the newly added FileManager::getNoncachedStatValue... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Anders Carlsson | Add FileManager::getNoncachedStatValue, which will... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Anders Carlsson | Correctly store and keep track of the FileSystemOptions... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Douglas Gregor | Add an opt-in -Wheader-hygiene, which current diagnoses... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Rafael Espindola | On !Darwin, do use the integrated as with -static. |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Abramo Bagnara | Defined friend functions are *implicitly* inlined,... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Abramo Bagnara | Fixed inconsistency when adding TemplateParameterListsInfo. |
commit | commitdiff | tree | snapshot |
2011-03-18 |
NAKAMURA Takumi | test/CodeGenCXX/apple-kext-guard-variable.cpp: May... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
John McCall | Improve the documentation for some of the analyzer... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Ted Kremenek | Construct 'Sema' object on the stack, so that crash... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
NAKAMURA Takumi | www/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR. |
commit | commitdiff | tree | snapshot |
2011-03-18 |
NAKAMURA Takumi | www/hacking.html: Cosmetic change, to detabify, elimina... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
NAKAMURA Takumi | test/Driver/sysroot-flags.c: Tweak for Mingw MSYS bash. |
commit | commitdiff | tree | snapshot |
2011-03-18 |
NAKAMURA Takumi | test/Driver/darwin-cc.c: FileCheck-ize and tweak for... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
John McCall | The Darwin kernel does not provide useful guard variabl... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Ted Kremenek | Use CrashRecoveryContextCleanup objects to recover... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Ted Kremenek | Use CrashRecoveryContextCleanup objects to release... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Ken Dyck | Convert alignment values to CharUnits. No change in... |
commit | commitdiff | tree | snapshot |
next |