2011-05-02 |
Argyrios Kyrtzidis | Add a warning for when reinterpret_cast leads to undefi... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Eli Friedman | Switch CallArgList from an std::pair to a new CallArg... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Eli Friedman | Simplify code a bit by using CallArgList::add. No... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Rafael Espindola | Disable CFI if not using the integrated assembler.... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Fariborz Jahanian | More rule enforcement of zero bitfields for ms_struct. |
commit | commitdiff | tree | snapshot |
2011-05-02 |
NAKAMURA Takumi | lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath()... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
NAKAMURA Takumi | test/CodeGenCXX/vtable-debug-info.cpp: It does not... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
NAKAMURA Takumi | test/CodeGenCXX/debug-info-namespace.cpp: Add explicit... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Nick Lewycky | Remove redeclaration of Invalid. The code that set... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Nick Lewycky | Remove unused variable spotted by GCC. |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Nick Lewycky | Remove unused variable, but keep function call with... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Chandler Carruth | I updated this constructor's interface, and didn't... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Nick Lewycky | Remove dead variable caught by GCC. |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Chandler Carruth | Nuke stale code for separately importing the qualifer... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Nick Lewycky | Remove dead variable, flagged by gcc's -Wunused-but... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Nick Lewycky | Remove dead variable flagged by gcc's -Wunused-but... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Nick Lewycky | Remove a dead variable flagged by gcc's -Wunused-but... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
John McCall | Revise the representation of parameter scope data so... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Add an optional field attached to a DeclRefExpr which... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
John McCall | Store a parameter index and function prototype depth... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Remove the NameQualifier struct, which was just a wrapp... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Several cosmetic changes, no functionality changed. |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Move the state bits in DeclRefExpr out of the pointer... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Switch getAs to castAs (didn't know about this before... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Remove a stale comment, it no longer applied after... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Abramo Bagnara | Fixed source range for extern linkage specification... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Rafael Espindola | Add r130624 back now that ELF has been fixed to work... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Based on the new information in the AST provided by... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Move several more type traits' implementations into... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Switch __is_scalar to use the isScalarType predicate... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Have the array type traits build an expression with... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Remove an inapplicable and completely out of place... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Remove more dead code for emitting diagnostics. The... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Argyrios Kyrtzidis | Improve traversing of BlockExprs in RecursiveASTVisitor. |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Simplify the flow of some of the array type trait code. |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Convert the expression trait evaluation to a static... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Remove the default case from the unary type trait evalu... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Remove a few more bogus returns when the switch covers... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Remove another default and a *completely* bogus return... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Mark that this function ends in a covering switch state... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Remove the type traits UTT_IsLvalueExpr and UTT_IsRvalu... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Sean Hunt | Fully implement delegating constructors! |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | More cleanup of the type traits implementation. |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Order the type traits according to the standard's listi... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Begin cleaning up type trait expression implementations... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Francois Pichet | Add a triple to this test, otherwise it fails under... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
John McCall | Improve the documentation for the two ObjCDeclQualifier... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
John McCall | Compress some bits. Only matters for MSVC, or if we... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Switch the interface name for both TemplateTypeParmType and |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Chandler Carruth | Re-applies the patch first applied way back in r106099... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Rafael Espindola | Revert the previous patch while I figure out how to... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Rafael Espindola | Update for cfi. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Benjamin Kramer | Remove unused function. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Benjamin Kramer | Remove noisy semicolons. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Eli Friedman | PR9792: Make sure to use the right definition of wchar_... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Eli Friedman | Some small improvements to the builtin (-ffreestanding... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Rafael Espindola | Pass -fno-dwarf2-cfi-asm and use FileCheck. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Rafael Espindola | Implement -fno-dwarf2-cfi-asm. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Douglas Gregor | When comparing parameters of reference-to-qualified... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Ken Dyck | Replace a literal 8 with Context->getCharWidth() in |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chandler Carruth | Make type-traits reflect that Clang's vectors act like... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chandler Carruth | Switch the type-trait like APIs on the AST to only... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chandler Carruth | Extract a function to impose the completeness requireme... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chandler Carruth | Rename the last '[hH]asStandardLayout' entites to ... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chandler Carruth | Hoist all of the type-specific trait logic for __is_sta... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chandler Carruth | Completely re-implement the core logic behind the __is_... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Benjamin Kramer | Initialize HasStandardLayout. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Ted Kremenek | Move the SelfInit checker to the 'cocoa.experimental... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Daniel Dunbar | Driver/Darwin: Don't link -lgcc_s.1 when compiling... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Daniel Dunbar | Driver/Darwin: When using -mios-simulator-version-min... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Daniel Dunbar | Driver/Darwin: Reject invalid arch combinations with |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Daniel Dunbar | Driver/Darwin: Change Darwin toolchain to explicitly... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Daniel Dunbar | Driver/Darwin: Sketch initial support for a -mios-simul... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Rafael Espindola | Update API. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Nico Weber | Fix gcc 'warning: multi-line comment'. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Nico Weber | Add lib/Tooling to the Makefile build. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Nico Weber | Add a Makefile to examples/Tooling for people who do... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Nico Weber | Fix Makefile build of examples/clang-interpreter. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Argyrios Kyrtzidis | Add a couple of assertions to make sure the bitfields... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chad Rosier | Documentation for -Oz; Updated synopsis and item. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chad Rosier | Add documentation for -Oz flag. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chad Rosier | Removed redundant case statements |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Devang Patel | Tie constructor defintion with its declaration using... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Ted Kremenek | Adjust test/Analysis/retain-release.m to also test... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Bob Wilson | Add -Oz option and use it to set the inline threshold... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Fariborz Jahanian | removes a meaningless comment. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Fariborz Jahanian | block variables on lhs need be ir-gen'ed after the |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Ted Kremenek | Guard in USRGenerator::GenLoc() against null Decl*... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Chandler Carruth | Disable -Wnon-pod-memset for now while I try to reduce... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Ted Kremenek | Change -Wparentheses to not imply -Widiomatic-parenthes... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Anders Carlsson | Serialize/deserialize the HasStandardLayout bit when... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Daniel Dunbar | Driver/cc1as: Forward -mllvm arguments when compiling... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Charles Davis | Remove comments about __int8 and friends from the mangl... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Douglas Gregor | White-list yet more type trait names, since they're... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
David Chisnall | Don't crash if the AST doesn't have a sensible ObjC... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Chandler Carruth | Relax the non-POD memset warning to use the less restri... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Francois Pichet | r130381 follow up: accept __uuidof expression for templ... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Sebastian Redl | Add a decl update when a static data member of a class... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Sebastian Redl | Use std::vector for ASTReader's ASTBuffers, instead... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Sebastian Redl | Use -emit-llvm-only as suggested by Argyrios. |
commit | commitdiff | tree | snapshot |
next |