2012-06-08 |
Dmitri Gribenko | Correct method name in comment: from LexRawToken to... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Dmitri Gribenko | Convert comments to proper Doxygen comments. |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Jordan Rose | Warn in ObjC++ when an 'auto' variable deduces type... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Jordan Rose | Add a test for r158229 (overlapping fixits). This was... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Richard Smith | PR13051: Only suggest the 'template' and 'operator... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Jordan Rose | Disallow using ObjC literals in direct comparisons... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Jordan Rose | If fixits appear to overlap, move the second one over... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Richard Smith | PR13051: If a constructor is explicitly defaulted,... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Richard Trieu | Remove a commented out variable declaration. This... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Anna Zaks | [analyzer] MallocSizeofChecker false positive: when... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Jordan Rose | Disable _Pragma during HTML macro rewriting to keep... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Douglas Gregor | Switch LineTableInfo to use FileID instead of int for... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Argyrios Kyrtzidis | [libclang] Don't crash when saving a PCH from a prefix... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Argyrios Kyrtzidis | [libclang] Add a triple to test/Index/index-decls.m |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Argyrios Kyrtzidis | [libclang/AST] |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Anna Zaks | [analyzer] Use "issue hash" in CmpRuns; followup on... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Richard Smith | Allow friend declarations of defaulted special member... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Kaelyn Uhrain | Fix up the 'typename' suggestion logic introduced in... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Richard Smith | PR13047: Fix various abuses of clang::Type in the MS... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Douglas Gregor | Fix typo "CursorKind.CONDITONAL_OPERATOR" in Python... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Chandler Carruth | Rename a test case to a more generic name. This is... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Anna Zaks | [analyzer] Add experimental "issue hash" to the plist... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Anna Zaks | [analyze] Change some of the malloc tests to use clang_... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Kaelyn Uhrain | Teach the FixIt in DiagnoseInvalidRedeclaration how... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Kaelyn Uhrain | Ignore corrections to functions with bodies when decidi... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Douglas Gregor | Minor comments and changes to clang-completion-mode... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Anna Zaks | [analyzer] Fixit for r158136. |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Fariborz Jahanian | User better API for vla in compund literals. |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Douglas Gregor | Add ext_vector type code for builtins, from John Garvin! |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Chandler Carruth | Fix many doxygen formatting errors. |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Fariborz Jahanian | When emitting compund literal of vla pointer elements... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Benjamin Kramer | Reuse APInt's getNumWords, which gets rounding right... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Benjamin Kramer | Plug a long standing memory leak in TemplateArgument. |
commit | commitdiff | tree | snapshot |
2012-06-07 |
NAKAMURA Takumi | test/Frontend/rewrite-includes.c: Tweak for win32's... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Benjamin Kramer | Move sideeffecting call out of assert(). |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Anna Zaks | [analyzer] Anti-aliasing: different heap allocations... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Jordan Rose | Attach fixits for CFBridgingRetain/Release outside... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Jordan Rose | Insert a space if necessary when suggesting CFBridgingR... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Argyrios Kyrtzidis | [arcmt] At an unbridged cast error, if we're returning... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Fariborz Jahanian | reverse r158117. |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Fariborz Jahanian | When doing arithmatic on vla pointer, make sure |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Argyrios Kyrtzidis | Fix test/SemaObjC/cocoa-api-usage.m that broke via... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Argyrios Kyrtzidis | [objcmt] When in ARC mode, also convert "[[.. alloc... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Manuel Klimek | Puts the linktime dependencies into stupid-ld-required... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Manuel Klimek | Switches the RewriterTestContext away from PathV1. |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Douglas Gregor | Whenever we have a BalancedDelimiterTracker, we have... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Kaelyn Uhrain | Allow CorrectTypo to add/modify nested name qualifiers... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Jordan Rose | [analyzer] Provide debug descriptions for all memory... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Jordan Rose | Fix Makefile: Options.td depends on CC1Options.td. |
commit | commitdiff | tree | snapshot |
2012-06-06 |
David Blaikie | Revert Decl's iterators back to pointer value_type... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Benjamin Kramer | Remove the last dead private member in clang. |
commit | commitdiff | tree | snapshot |
2012-06-06 |
David Blaikie | Add a -rewrite-includes option, which is similar to... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
David Blaikie | Escape \n and \r in doxycomment. |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Manuel Klimek | Documents linking requirements for libtooling. |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Benjamin Kramer | Remove unused private member variables found by clang... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Jordan Rose | Add pedantic warning -Wempty-translation-unit (C11... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Francois Pichet | Zap the /Za compiler switch from MSVC projects, the... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Daniel Jasper | Introduce -Wunused-private-field. If enabled, this... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Ted Kremenek | Disable path pruning for UndefResultChecker. It turns... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Douglas Gregor | A non-explicit constructor template with a second param... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Ted Kremenek | PlistDiagnostics: force the ranges for control-flow... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Fariborz Jahanian | objective-c: merge deprecated/unavailable attributes to |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Manuel Klimek | Fixes the refactoring library test in VS2010. |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Eli Friedman | Fix a bug with va_arg and vectors on Darwin x86-32... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Eric Christopher | Reapply "Only emit debug information for methods that... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Richard Smith | RecursiveASTVisitor: add ability to visit implicit... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Simon Atanasyan | Mips: Define __mips_hard_float macro additional to... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
John McCall | Revert "Only emit debug information for methods that... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Eric Christopher | Only emit debug information for methods that are user... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jordan Rose | Teach format string checking about compile-time CFStrin... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jordan Rose | Make suggestions for mismatched enum arguments to print... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jordan Rose | Teach printf/scanf about enums with fixed underlying... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Richard Smith | PR13022: cope with parenthesized function types in... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Richard Smith | Add a warning for when an array-to-pointer decay is... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Anna Zaks | [analyzer] Fixup for r157950. Unbreak the bots. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Nico Weber | Document how fixits on errors and warnings must behave. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Eric Christopher | Add a testcase for C++11 union support. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Argyrios Kyrtzidis | [objcmt] Don't migrate to subscripting syntax if the... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Anna Zaks | [analyzer] Fix a diagnostics bug which lead to a crash... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Aaron Ballman | Fixes some test cases that should have come along with... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Fariborz Jahanian | objective-c: Handle more warning cases for when |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Alexander Kornienko | Fixed a problem related to resolution of built-in heade... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Aaron Ballman | Removing the lambda extension warning concerning single... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jordan Rose | [diagtool] Properly order libraries in Makefile for... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jordan Rose | Remove AST and Parse from Driver's dependencies. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jordan Rose | [diagtool] Re-add show-enabled, minimizing the code... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Evgeniy Stepanov | Require -pie when linking with ASan on Android. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Hans Wennborg | Test the '__thread' before 'static' warning. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Craig Topper | Add fma3 intrinsic header file. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Douglas Gregor | When adding built-in operator candidates for overload... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Craig Topper | Make disabling SSE levels also disable AVX and FMA. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Craig Topper | Make AES and PCLMUL features imply SSE2 as that's neede... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Craig Topper | Add __POPCNT__ to test cases for corei7 and corei7-avx |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Craig Topper | Add fma feature flag for Intel FMA instructions. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Benjamin Kramer | Upgrade test for the fma4->fma intrinsic change. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Nico Weber | Improve fixit for comparison operator on lhs of bitwise... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Argyrios Kyrtzidis | Follow-up on the test of r157892 |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Argyrios Kyrtzidis | Initialize the non-target-dependent fields of the Prepr... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
NAKAMURA Takumi | Revert r157819, "#ifdef out a broken test on win32" |
commit | commitdiff | tree | snapshot |
2012-06-02 |
NAKAMURA Takumi | ToolInvocation::mapVirtualFile(): Tweak for Win32.... |
commit | commitdiff | tree | snapshot |
next |