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 |
2011-12-05 |
Anna Zaks | [analyzer] Change RetainCountChecker to use symbol... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Anna Zaks | [analyzer] Add ability to do a simple ProgramState... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Anna Zaks | [analyzer] Add a debug checker to test for tainted... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Fariborz Jahanian | Some early refactoring of objective-c rewriter. |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Kostya Serebryany | [asan] don't require libstdc++ for asan on linux. Mac... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Chris Lattner | we got badgered into supporting multi-alternative const... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Douglas Gregor | Inferred framework modules automatically export anythin... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Douglas Gregor | Fix printing of wildcard exports. |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Douglas Gregor | Implement support for wildcard exports in modules,... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Douglas Gregor | Actually add a useful bit to the comment pre-FIXME |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Douglas Gregor | When writing a module file, keep track of the set of... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
NAKAMURA Takumi | include/clang*/Makefile: Tweak installation to work... |
commit | commitdiff | tree | snapshot |
2011-12-04 |
David Blaikie | Support decltype in nested-name-specifiers. |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Fariborz Jahanian | Move block return type inference diagnostic to a common... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Douglas Gregor | Fix mangling substitutions for address-space-qualified... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Douglas Gregor | Implement support for the __is_final type trait, to... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Fariborz Jahanian | If block literal return type is not specified, return... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Francois Pichet | In Microsoft mode, don't perform typo correction in... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Sebastian Redl | Implement overload resolution for reference-typed param... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Eli Friedman | Switch LValue so that it exposes alignment in CharUnits... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Argyrios Kyrtzidis | [PCH] Make sure that the SourceExpr of a OpaqueValueExp... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Argyrios Kyrtzidis | [libclang] Fix infinite loop when doing visitation... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Argyrios Kyrtzidis | [libclang] Allow indexing/get-cursor/etc. for the excep... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Eli Friedman | Add a utility to get a RValue for a given LValue for... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Eli Friedman | Switch the Alignment argument on AggValueSlot over... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Douglas Gregor | Module files representing actual modules don't need... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Douglas Gregor | Implement support for precompiled headers, preambles... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Eli Friedman | Track alignment in AggValueSlot. No functional change... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Douglas Gregor | Keep track of all of the import declarations that are... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Douglas Gregor | When we treat an #include or #import as a module import... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Douglas Gregor | Introduce a module import declaration, so that we prope... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Nick Lewycky | Revert r145697 and dependent patch r145702. It added... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Nick Lewycky | Update for change to LLVM TargetMachine API in r145714. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Douglas Gregor | Add missing test header |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Douglas Gregor | Only perform checking of the predefines buffer when... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Hans Wennborg | Make r145697 actually work. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Douglas Gregor | Make sure that name lookup in C checks whether a name... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Hans Wennborg | Make conversion specifier warning refer to typedef... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Douglas Gregor | When making a module visible, also make any of its... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Douglas Gregor | Implement (de-)serialization of the set of exported... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Douglas Gregor | Notify the AST writer (via ASTDeserializationListener... |
commit | commitdiff | tree | snapshot |
next |