2011-12-09 |
Rafael Espindola | Use default visibility in the the symbols declared... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Chandler Carruth | Separate the serialization library's diagnostics from... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Eli Friedman | Misc Minix-specific changes to clang: |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Bill Wendling | Don't get the exception obj from the slot more than... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Anna Zaks | [analyzer] If memory region is tainted mark data as... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Eli Friedman | Fix an edge case in IRGen for conditionals. PR11509. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Hal Finkel | add tree test for suse on ppc64 (r146142) |
commit | commitdiff | tree | snapshot |
2011-12-08 |
DeLesley Hutchins | This patch extends thread safety analysis with support... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Lang Hames | Added missing testcase from r145849. Thanks to Dave... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Douglas Gregor | Implement umbrella directories for modules, which are... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Fariborz Jahanian | More refactoring of objective-C rewriter. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Douglas Gregor | Tweak the syntax of umbrella headers, so that "umbrella... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Douglas Gregor | Within the module representation, generalize the notion... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Douglas Gregor | Keep track of import dependencies between submodules... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
David Blaikie | Decltype in non-pseudo (& non-dependent) dtor calls. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Douglas Gregor | Convert paths to native format before constructing a |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Hans Wennborg | Only do typo correction for implicit function decls... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Erik Verbruggen | Fix: allow @protocol forward declarations inside @imple... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Francois Pichet | Unbreak MSVC build. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Francois Pichet | Remove unused parameter from the LateParsedTemplatedFun... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Peter Collingbourne | Add an experimental MallocSizeofChecker, which reports... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Hal Finkel | Allow clang to find gcc libs on suse ppc64 |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Rafael Espindola | Add a minimal unwind.h that knows how to forward to... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
David Blaikie | Use the real end of the decltype expression. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Argyrios Kyrtzidis | [libclang] When doing clang_findReferencesInFile, make... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Bob Wilson | Minor cleanup. Avoid redundant getTriple() calls. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Argyrios Kyrtzidis | [libclang] Remove IndexingContext's getScopedContext... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Daniel Dunbar | Driver/Linux: Fix the ASAN library path to match curren... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Daniel Dunbar | Driver: Add a --rtlib={compiler-rt,libgcc} argument... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Douglas Gregor | Implement inference for the "Private" submodule corresp... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Douglas Gregor | Make sure we pick up module_private.map when loading... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Argyrios Kyrtzidis | [libclang] Indexing API: provide both the semantic... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Argyrios Kyrtzidis | [libclang] Fix indexing of C++ bases in a C++ class. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Argyrios Kyrtzidis | [libclang] Introduce CXIdxEntityLanguage that indicates... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Anna Zaks | [analyzer] Cleanup: use the variable. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Daniel Dunbar | runtime/Linux: Include the profile and ASAN libs on... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Anna Zaks | [analyzer] More www; document ProgramState->dump(). |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Anna Zaks | [analyzer] Update the checker writer manual with explan... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Benjamin Kramer | Remove unused-but-set variable. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Hans Wennborg | Make printf warnings refer to intmax_t et al. by name |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Argyrios Kyrtzidis | Make changes to SDiagsWriter to make it work in combina... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Argyrios Kyrtzidis | [libclang] Index C++ namespaces. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Eli Friedman | Fix multilib library paths on ppc64 Linux. Patch by... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Daniel Dunbar | www: Update getting started to encourage people to... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Nick Lewycky | Initialize these values, fixing the build in cases... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Douglas Gregor | Implement basic support for private headers in framewor... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Ted Kremenek | Tweak serialized diagnostics to support errors with... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Eli Friedman | Make sure we correctly zero-initialize unions containin... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Anna Zaks | [analyzer] Propagate taint through MemRegions. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Douglas Gregor | If we can't write the temporary module map file when... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Richard Smith | When folding the size of a global scope VLA to a consta... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Fariborz Jahanian | objc: issue deprecated/unavailable diagnostic when |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Richard Smith | DeadStoresChecker: when whitelisting dead initializatio... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Anna Zaks | [analyzer] Add comments related to symbol_iterator |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Anna Zaks | [analyzer] Refactor: Move symbol_iterator from SVal... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Anna Zaks | [analyzer] Propagate taint through NonLoc to NonLoc... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Anna Zaks | [analyzer] Remove an unnecessary check. |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Douglas Gregor | Add a FIXME to provide a sensible error message here |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Richard Smith | Move vector bitcast handling in constant expressions... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Douglas Gregor | Use absolute paths for temporary module map files |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Argyrios Kyrtzidis | [libclang] API enhancements by Joe Groff! |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Douglas Gregor | Rename Objective-C-only tests to .m |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Douglas Gregor | Remove misleading error message |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Douglas Gregor | When inferring a module map for a framework, infer... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Benjamin Kramer | Remove unused member to appease valgrind. |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Kostya Serebryany | [asan] Mac: do not link dynamic libs with the asan... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Douglas Gregor | Allow inferred submodules for any (sub)module that... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Douglas Gregor | When suggesting a module import for a #include or ... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Douglas Gregor | Implement modules support for subframeworks (aka embedded |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Douglas Gregor | When building the main file to parse given a module... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Daniel Dunbar | Headers: wmmintrin.h only needs xmmintrin.h. |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Douglas Gregor | Minor tweak to prepare for submodules with umbrella... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Rafael Espindola | Install cpuid.h when building with cmake too. |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Hans Wennborg | Suggest typo corrections for implicit function declarat... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Erik Verbruggen | Extend warnings for missing '@end'. |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Richard Trieu | Switch a cast to a dyn_cast and check the pointer befor... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Nick Lewycky | Fix test for unrelated changes. |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Nick Lewycky | Stack realignment is a tristate. Add -mno-stackrealign... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Eli Friedman | Minor comment update. |
commit | commitdiff | tree | snapshot |
2011-12-06 |
John McCall | Fix an extremely stupid bug causing terrible miscompila... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Douglas Gregor | Implement inferred submodules support, which (when... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Eli Friedman | Make sure we perform lvalue-to-rvalue conversions for... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Fariborz Jahanian | objc: put out more coherent warning when method definition |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Joerg Sonnenberger | Add -mstack-alignment=X and fix -mstackrealign handling... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Fariborz Jahanian | More refactoring of objc rewriter. |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Douglas Gregor | Parse inferred submodules in module maps, track their... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Eli Friedman | Make EmitAggregateCopy take an alignment argument.... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Argyrios Kyrtzidis | [libclang] When indexing a field in a C++ class, return... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Anna Zaks | [analyzer] Rely on LLVM Dominators in Clang dominator... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Anna Zaks | [analyzer] Mark ConstraintManager::canReasonAbout as... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Anna Zaks | [analyzer] Simplify the condition. |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Anna Zaks | [analyzer] Simplify the expected-warning statement. |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Lang Hames | Add a warning for implicit conversion from function... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Lang Hames | Make isWeakDecl available as a method on ValueDecl. |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Fariborz Jahanian | More objc rewriter refactoring. |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Anna Zaks | [analyzer] Add a missing taint tester warning. |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Anna Zaks | [analyzer] Unify SymbolVal and SymExprVal under a singl... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Anna Zaks | [analyzer] Remove all uses of ConstraintManager::canRes... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Anna Zaks | [analyzer] First step toward removing |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Anna Zaks | [analyzer] Minor improvements on RangeConstraint pretty... |
commit | commitdiff | tree | snapshot |
next |