2011-04-11 |
Anders Carlsson | Add CXXDynamicCastExpr::isAlwaysNull() which will be... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | Clean up CodeGenFunction::EmitDynamicCast. No functiona... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | Replace a couple of Builder.CreateICmpEQ with Builder... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Eli Friedman | PR9669: implement correct checking for [dcl.init.string]p2. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Remove the CodeGenCXX/dyncast.cpp test; it isn't really... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | As a first step towards fixing PR9641, add a CK_Dynamic... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
John McCall | Simplify calling CheckPlaceholderExpr, converge on... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Strip off parens and no-op casts when deciding if an... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Change CollectPrimaryBases to collect the bases in... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Make -fdump-vtable-layouts also dump vtable indices... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Oscar Fuentes | Reflect rename on LLVM cmake file. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Chandler Carruth | Enhance the diagnostic for literal float -> int convers... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Francois Pichet | Refactor 129240 to merge the old default argument into... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Eli Friedman | PR9580: Handle vectors correctly in ScalarExprEmitter... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Francois Pichet | MSVC accepts that default parameters be redefined for... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Oscar Fuentes | libclang output name is now libclang. This solves a... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
John McCall | Fix a bunch of major problems with __unknown_anytype... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Friedman | Make sure we or together the overflow flags of the... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Lenny Maiorani | strcat() and strncat() model additions to CStringChecker. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Dylan Noblesmith | refactor flags for TokenKinds.def |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Dylan Noblesmith | refactor -ccc-gcc-name code |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Friedman | PR8369: make __attribute((regparm(0))) work correctly... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chandler Carruth | Clean up the bool conversion warning. Group it with... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chandler Carruth | Add support for warning on general null pointer express... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | accept -x objc-cpp-output as an alias for -x objective... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | add a __sync_swap builtin to fill out the rest of the... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Ken Dyck | Convert the PointerWidthInBytes variable in EmitMemberP... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Ken Dyck | Eliminate a divide-by-8 in BuildVMIClassTypeInfo()... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eric Christopher | Remove a pair of unused diagnostic messages. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Nick Lewycky | Apply explicit braces to avoid ambiguous 'else' [-Wpare... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eric Christopher | Eat the UTF-8 BOM at the beginning of a file since... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chris Lattner | complete documentation of flags, patch by nobled |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Fariborz Jahanian | Fixes a rewrting bug of a property-dot syntax expressio... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Argyrios Kyrtzidis | Properly traverse a ObjCMethodDecl in RecursiveASTVisitor. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chris Lattner | typo fix + expand |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Ted Kremenek | Start overhauling static analyzer support for C++ const... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Evan Cheng | Minor format fix. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Evan Cheng | Document -ftrap-function= option |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Devang Patel | Do not use zero as an upper bound for unbounded array... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Evan Cheng | Rename -mtrap_function= to -ftrap_function= since it... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Evan Cheng | Add -mtrap_function=<> option. rdar://9257465 |
commit | commitdiff | tree | snapshot |
2011-04-08 |
John Wiegley | Use ExprResult& instead of Expr *& in Sema |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Fariborz Jahanian | Warn for any kind of initialization if initializer... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chris Lattner | fix a typo, patch by PaX team. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chandler Carruth | Switch 'is possibly uninitialized' to 'may be uninitial... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chandler Carruth | Now that the analyzer is distinguishing between uniniti... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Driver: Don't attempt to forward some Clang-only option... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Frontend/CC_LOG_DIAGNOSTICS: Fix thinko and open diag... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Ted Kremenek | Teach -Wuninitialized to not warn about variables decla... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Fronted/CC_LOG_DIAGNOSTICS: Add test case. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Fronted/CC_LOG_DIAGNOSTICS: Output main file name,... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Fronted/CC_LOG_DIAGNOSTICS: Tweak output form to be... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Frontend: Continue flushing out LogDiagnosticPrinter. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Frontend: Sketch a LogDiagnosticPrinter object, and... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | ChainedDiagnosticClient: Fix a bug where chained diagno... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Frontend: Sketch support for -diagnostic-log-file,... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Argyrios Kyrtzidis | Enhance the Rewriter. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Argyrios Kyrtzidis | Add FullSourceLoc::BeforeThanCompare. a comparison... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Ken Dyck | [Reapply r128776, modified so that it does not break... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Abramo Bagnara | In C++ the argument of logical not should always be... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
John McCall | Basic, untested implementation for an "unknown any... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Ken Dyck | [Reapply r128773. This is not the source of the issues... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Ken Dyck | [Reapply r128771. It wasn't the source of the issues... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Ken Dyck | Reapply r128770. It's not the cause of the issues Devan... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
John McCall | I can't figure out any reasonable way to make this... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Anders Carlsson | Wide Pascal strings should be of type wchar_t[] and... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Fariborz Jahanian | Fix lookup for class messages sent to qualified-class |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Eric Christopher | Add support for Fedora16, gcc 4.6.0 and Fedora Rawhide. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
John Thompson | Added link to LLVM cmake page in Visual Studio section. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Fariborz Jahanian | Refine rules for atomic property api to |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Peter Collingbourne | Do not use IR marker for LLVM intrinsics |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Peter Collingbourne | If this is an intrinsic function, set the function... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
John McCall | When updating the retain summary based on {cf,ns}_consu... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
John McCall | Make this a -cc1 test with a triple and a target feature. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
John McCall | Anonymify this test. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
John McCall | Implement the AVX cmp builtins as macros instead of... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
John McCall | Diagnose a missing ')' on what looks like a statement... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
John McCall | Fix getLocForEndOfToken to not double-count spurious... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Devang Patel | Add a test case for r128957. It fixed a bug! |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Fariborz Jahanian | Fixes a regression caused by my last patch. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Devang Patel | Emit debug info for function template parameters. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Ted Kremenek | Add ToolChain support to get Clang to recognize Ubuntu... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Fariborz Jahanian | Generate atomic api for atomic properties (x86 and... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Chandler Carruth | Commit a bit of a hack to fully handle the situation... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Devang Patel | Remove unintentional check-in. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Roman Divacky | Enable sse4 and aes for SandyBridge. Leave avx support... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Lenny Maiorani | Add security syntax checker for strcat() which causes... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Devang Patel | Use TemplateParameterList to extract template parameter... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Andrew Trick | Added *hidden* flags -print-options and -print-all... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Chandler Carruth | Simplify the tracking of when to issue a fixit hint... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Chandler Carruth | Separate the logic for issuing the initialization fixit... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Chandler Carruth | Begin refactoring the uninitialized warning code that... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Michael J.... | Fix spelling. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Chandler Carruth | Fix PR9624 by explicitly disabling uninitialized warnin... |
commit | commitdiff | tree | snapshot |
next |