2010-08-24 |
John McCall | Move some of SemaOverload's API to various places in... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Douglas Gregor | Implement preprocessor code completion where a macro... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Douglas Gregor | Introduce basic code-completion support for preprocesso... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Fariborz Jahanian | Fix a bug in nonfragile-abi2 when attempting to diagnose |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Devang Patel | Fix enum size and align. Tested by setvar.exp in gdb... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Ted Kremenek | Document '__clang_analyzer__'. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Daniel Dunbar | Debug Info: Put full Clang version into the debug info... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
John McCall | Sema doesn't need these STL headers. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Daniel Dunbar | Driver/Clang: Forward -Wa, and -Xassembler to clang... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Douglas Gregor | When providing completions for a function or method... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Douglas Gregor | Teach InheritingConcreteTypeLoc to play nicely with... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Douglas Gregor | Parse all kinds of declarations as part of a linkage... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
John McCall | It turns out that this template is only instantiated... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
John McCall | More header elimination. The goal of all this is to... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
John McCall | Remove a header dependency from Sema.h at the cost... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
John McCall | Struggle mightily against header inclusion in Sema.h. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
John McCall | OwningExprResult -> ExprResult. This patch brought... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
John McCall | Fold ASTOwningResult back into ActionResult. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
John McCall | Abstract out passing around types and kill off ActionBase. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Douglas Gregor | Diagnose the presence of multiple initializations of... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Eli Friedman | PR7971: Compute the correct type for an address-of... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Douglas Gregor | State explicitly that we are intentionally not providin... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Zhongxing Xu | Improve comments. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Douglas Gregor | Consistently switch on PCC_Type |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Douglas Gregor | Provide code completion results for the context-sensiti... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Sebastian Redl | Add testcase for C++ chained PCH and fix the bugs it... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Sebastian Redl | Write visible update blocks. No regressions in normal... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Sebastian Redl | Read the UPDATE_VISIBLE record, and add its visible... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Sebastian Redl | Correctly initialize the visible decls pointer if there... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Sebastian Redl | Baby step towards supporting namespaces in chained... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Peter Collingbourne | Silence warning about C++-style comments. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Peter Collingbourne | Add Serialization dependency to clang-interpreter |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Peter Collingbourne | Move ExecuteCompilerInvocation to a new library Fronten... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Douglas Gregor | When calling a function or messaging a method marked... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Chris Lattner | fix PR7953 - Windows filename are case insensitive: |
commit | commitdiff | tree | snapshot |
2010-08-23 |
John McCall | Don't call this field 'Expr', it changes lookup in... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
John McCall | Kill off ExprArg (now just Expr*) and StmtArg (now... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Douglas Gregor | Introduce new libclang API functions that determine... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Fariborz Jahanian | Handling remaining rule for synthesize bitfields in |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Daniel Dunbar | Driver: Move Clang "triple" computation routines to... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Daniel Dunbar | libclang: Print more information when recovering from... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Devang Patel | Emit debug info for enum constants. |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Douglas Gregor | Include __FUNCTION__, __PRETTY_FUNCTION_, __func__... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Douglas Gregor | Introduce a code-completion hook for the Objective... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Dan Gohman | Reinstate the code for emitting an initial debug type... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Daniel Dunbar | Driver/Darwin: Switch to using simplified tool chain... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Daniel Dunbar | Driver/Darwin: When using the simplified Clang toolchai... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Daniel Dunbar | Driver: Update -ccc-install-dir to also set the install... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Tom Care | Modified pseudoconstant test case to make it a bit... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Tom Care | Several small changes to PseudoConstantAnalysis and... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Douglas Gregor | Don't include macro results when we're completing a... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Fariborz Jahanian | Support for IRGen of synthesize bitfield ivars in |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Devang Patel | test case for PR7920. |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Douglas Gregor | Introduce a new code-completion point when we're parsing a |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Douglas Gregor | Emit an error noting that Clang does not support code... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Douglas Gregor | Add XML for CXXConstructExpr, from Benoit Belley! |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Douglas Gregor | When complaining about a duplicate declspec, provide... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Douglas Gregor | Clarify documentation of escaping for backslash |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Chandler Carruth | Add a virtual destructor to the base of another class... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Chandler Carruth | Relax the construction of a definition for implicit... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
John McCall | Push DeclGroupRefs and TemplateNames in an opaque but... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Argyrios Kyrtzidis | In Sema::AddBuiltinOperatorCandidates, candidate pointe... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
John McCall | chandlerc pointed out that ending a line with /\ is... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
John McCall | Kill off Parser::TemplateParameterList to avoid misparses. |
commit | commitdiff | tree | snapshot |
2010-08-23 |
John McCall | Sundry incremental steps towards killing off Action. |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Chris Lattner | fix rdar://8340348, a miscompile of boost that was... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Zhongxing Xu | Adjust code placement. |
commit | commitdiff | tree | snapshot |
2010-08-23 |
John McCall | Abstract out everything having to do with member pointe... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
John McCall | Extract a method to check whether a function is the... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Go back to asking CodeGenTypes whether a type is zero... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Nick Lewycky | Add x86intrin.h which is generic x86 intrinsics for... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Douglas Gregor | Do not elide copy construction when we're performing... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Douglas Gregor | Eliminate a stale assertion. Fixes Clang self-host. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Douglas Gregor | Preserve the zero-initialization and construction-kind... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Douglas Gregor | When performing value-initialization for a class with... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Clean up a very silly use of first-class aggregates. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Experiment with using first-class aggregates to represe... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Extract member function pointer comparison and null... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Chandler Carruth | Add two new enumerations to the unsupported list for... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Abstract out member-pointer creation. I'm really unhap... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Abstract more member-pointerness out. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Abstract out member-pointer conversions. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Eli Friedman | Detabify. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Implement the call parts of the member-function-pointer... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Extract calls to method pointers out as an ABI routine. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
John McCall | The ARM C++ ABI is sufficiently different from the... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Michael J.... | Visual Studio tools used on win32 hosts when targeting... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Fariborz Jahanian | twik to my previous patch for pr7936. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Benjamin Kramer | Avoid including mm_malloc.h in a cc1 test, it pulls... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | Place method near its class. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | Improve comments. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | Remove a special case for OSAtomic functions. We can... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
John McCall | DeclPtrTy -> Decl * |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | Remove dead code. We no longer need it because now... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | remove unused variable. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | When invalidating a struct region, whether its type... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Michael J.... | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
John McCall | This test needs a triple: it's checking the alignment... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen: Set the alignment correctly when creating LValue... |
commit | commitdiff | tree | snapshot |
next |