2012-04-05 |
Richard Smith | Fix assertions and wrong output from StmtPrinter's... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
David Blaikie | Enable warn_impcast_literal_float_to_integer by default. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
NAKAMURA Takumi | clang/test/Tooling/clang-check.cpp: Mark it as XFAIL... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Douglas Gregor | Allow a conversion from the empty initializer list... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Nico Weber | Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Chad Rosier | [driver] When using the -mfpmath= option, add an error... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Richard Smith | Hardcode a triple to prevent the test failing on target... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Simon Atanasyan | Test commit to check commit access. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Richard Smith | Implement C++11 [temp.arg.nontype]'s permission to... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Dan Gohman | Fix an oversight: don't run ARC optimization cleanup... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Chad Rosier | [driver] Add a static helper function for handling... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
David Blaikie | Reduce variable scope. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Chad Rosier | [driver] Create a new -mfpmath= option, which is used... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Fariborz Jahanian | objc-arc: provide a warning when 'receiver' of a messag... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Ted Kremenek | Look through chains of 'x = y = z' when employing silen... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Fariborz Jahanian | modern objc translator. Add more |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Fariborz Jahanian | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Ted Kremenek | Include the "issue context" (e.g. function or method... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Douglas Gregor | Move the computation of the lambda mangling information... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Fariborz Jahanian | objective-c modern translation. Remove commenting out |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Bob Wilson | Simplify test a bit now that it's not actually running... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
NAKAMURA Takumi | clang/test/Tooling/clang-check.cpp: Mark it as XFAIL... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
NAKAMURA Takumi | Tooling.cpp: Reorder inclusions according to the condin... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
NAKAMURA Takumi | Tooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
David Chisnall | Don't crash (assert failure) when generating blocks... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Manuel Klimek | Updated release notes for tooling. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Benjamin Kramer | clangFrontend depends on clangEdit. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Manuel Klimek | Add the dependency on clang-check to clang-test, so... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Manuel Klimek | Adds a tooling library. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Benjamin Kramer | Don't actually execute gcc during testing. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Bob Wilson | Add a testcase for svn r153854. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Richard Smith | Fix diagnostic typos: "non-template arguments" vs ... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Richard Smith | For PR11916: Add support for g++'s __int128 keyword... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Douglas Gregor | When performing template argument deduction for an... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Douglas Gregor | Dependent-sequence initialization of a single element... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Argyrios Kyrtzidis | [preprocessor] In Preprocessor::CachingLex() check... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
John McCall | When computing the conversion sequence in overload... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Nick Lewycky | If something already instantiated is reinstantiated... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
John McCall | ErrorUnsupported on array cookies in the MS C++ ABI... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
John McCall | Enter an expression evaluation context when parsing |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Ted Kremenek | Fix dead store warning. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Ted Kremenek | Change BugReporter's usage of IsCachedDiagnostic to... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Ted Kremenek | Silence dead store warning, and fix indentation. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Ted Kremenek | Remove dead assignment to local variable. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Douglas Gregor | Add feature check "cxx_local_type_template_args" descri... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Douglas Gregor | Eliminate obvious use-after-free. Fixes PR12433 / ... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Nick Lewycky | Remove more redundant lookups. Add a new "all_lookups_i... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Nick Lewycky | Don't treat synthesized ivars as being in the base... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Kaelyn Uhrain | Replace the workaround from r153445 with a proper fix. |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Fariborz Jahanian | modern objective-c translator: rewriter linkage spec. |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Argyrios Kyrtzidis | Correct handling of _Pragma macro inside a macro argument. |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Ted Kremenek | Rework ProgramPoint to bit-mangle the 'Kind' into both... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Anna Zaks | [analyzer] Record the basic blocks covered by the analy... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Eric Christopher | Add more constraint registers for mips. |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Eric Christopher | Change location information for synthesized properties... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Ted Kremenek | Fix another false positive in RegionStore involving... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Ted Kremenek | Fix potential null dereference in the static analyzer... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Ted Kremenek | Reduce static analyzer memory usage by about 4% by... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Richard Smith | PR10217 diagnostic fix: don't say 'copy constructor... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
David Blaikie | Remove windows line endings. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Richard Smith | Finish PR10217: Ensure we say that a special member... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
David Blaikie | Correct error recovery when missing 'class' in a templa... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Matt Beaumont-Gay | Silence -Wunused-variable in -Asserts build |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Richard Smith | PR12438: Profile a reference to a type template paramet... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Richard Smith | Implement DR1402: if a field or base class is not movab... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Fariborz Jahanian | Use -rewrite-legacy-objc as clang argument for translating |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Bill Wendling | Fix build by passing in the needed variable after r153860. |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Richard Smith | Basic semantic analysis support for inheriting construc... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Bob Wilson | Ignore unused --serialize-diagnostics option when using... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Sebastian Redl | Properly handle explicit constructors in list-initializ... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Benjamin Kramer | Analyzer: Store BugReports directly in a ilist instead... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Abramo Bagnara | Fixed MacroInfo definition range for function like... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Benjamin Kramer | Remove unused but set variable. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Argyrios Kyrtzidis | [arcmt] When fixing the "unassigned init call" ARC... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Argyrios Kyrtzidis | [libclang] Fix use-after-free bug when handling attribu... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Fariborz Jahanian | modern objective-c translator: writing container |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Argyrios Kyrtzidis | [libclang] Introduce clang_Cursor_getObjCSelectorIndex... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Fix a pair of invalidation bugs when emitting protocol... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Make sure we unique static-local decls across multiple... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Argyrios Kyrtzidis | [libclang] Introduce clang_Cursor_getSpellingNameRange(). |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Richard Smith | PR10217: Provide diagnostics explaining why an implicit... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Chandler Carruth | Revert r153723, and its follow-ups r153728 and r153733. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Chad Rosier | [driver] Create a new L_Group for language options... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Fariborz Jahanian | modern objective-c translator: writing numeric |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Douglas Gregor | If we encounter a friend class template for which we... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Do the static-locals thing properly in the face of... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Craig Topper | Correctly check argument types for some vector macros... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Anna Zaks | [analyzer]Malloc,RetainRelease: Allow pointer to escape... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Anna Zaks | [analyzer] Do not inline functions which previously... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Handle placeholder expressions in an ObjC for-collectio... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
NAKAMURA Takumi | ItaniumCXXABI.cpp: Don't use nullptr. Clang source... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Eric Christopher | Revert previous commit changing location information... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Craig Topper | Add _mm_minpos_epu16 to smmintrin.h. Fixes PR12399. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Forbid the block and lambda copy-capture of __autorelea... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Craig Topper | Fix shuffle vector calculation for mm_permute_ps. Fixes... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | When emitting a static local variable in C++, handle |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Add a note about a missing optimization in the case... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Eli Friedman | Missing piece of r153720: make sure the vtable pointer... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Eli Friedman | ConstStructBuilder: fix offset math for base classes... |
commit | commitdiff | tree | snapshot |
next |