2010-10-04 |
Devang Patel | Fix filename in header comment. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Douglas Gregor | When a type comes from a previously-loaded PCH/AST... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Daniel Dunbar | www: Add a "Clang Related Projects" page, to collect... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Marcin Swiderski | Added support for C++ initializers in CFG. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Chris Lattner | Change to match 115473. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Bill Wendling | Do x86_64. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Bill Wendling | Test to verify that all of the MMX builtins are handled... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | When providing a block literal as a code completion... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | Introduce a new libclang function, clang_getCursorDispl... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | Teach clang_getCursorType() about base specifiers and... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | the mmx intrinsic for pshufw should map to the IR intri... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | When we insert a category (or class extension) into... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | Don't add -fno-spell-checking in libclang if a spell... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | Provide proper source location and range information... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | Implement chained PCH support for the macro definitions... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Anders Carlsson | Use ParseObjCSelectorPiece for parsing getter and sette... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Anders Carlsson | Rename a test in preparation for fixing PR8169. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | when expanding a builtin, if the argument is required... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Don't add an imported function into its lexical context... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | tidy |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | kill off CheckX86BuiltinFunctionCall |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | move imperative code to declarative definitions. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Devang Patel | Mark explict methods as explict in debug info. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | diagnose errors when a builtin that require constant... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | enhance ASTContext::GetBuiltinType to return a bitmask... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | random cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Gabor Greif | Doug's feedback |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Gabor Greif | Factor out enumerator APSInt adjustment into |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Fariborz Jahanian | Restore test. Is for //rdar://8493239 |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Francois Pichet | Better diagnostic for superfluous scope specifier insid... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Teach clang_getCursorReferenced() about Objective-C... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Tom Care | UnreachableCodeChecker does not need to inherit from... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Revert r115336 ("Thread PerFileData through everything... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Extend libclang with an API that determines, given... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Sebastian Redl | Thread PerFileData through everything. This allows... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Sebastian Redl | Record module loaders and module source order. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | fix a bogus "I" that I added to the per-function attrib... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Implement the C++0x "trailing return type" feature... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | Various builtins a require an integer constant. Not... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | __builtin_ia32_psrldqi128 too |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | the second argument to __builtin_ia32_pslldqi128 must... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Zhongxing Xu | Now the whether adding implicit dtors is controlled... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Zhongxing Xu | The return value is never used. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Zhongxing Xu | Use default augument. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Zhongxing Xu | Simplify interface for addLocalScopeForStmt(). |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Zhongxing Xu | The old logic would add non-struct and non C++ struct... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Added generating CFGAutomaticObjDtors for exception... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Added generating CFGAutomaticObjDtors for init statemen... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | dded generating CFGAutomaticObjDtors for condition... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | If we get a TU_CONTEXT update from a chained PCH file... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Added generating CFGAutomaticObjDtors for condition... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Enable chained precompiled headers for use with precomp... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | When an identifier that has a macro definition in the... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Fariborz Jahanian | Remove test until further notice. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Added generating CFGAutomaticObjDtors for condition... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Fixed checking for trivial destructor in CFGBuilder... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Fariborz Jahanian | Fix test. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Added: |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Fariborz Jahanian | Output debug info. for ivars declared in class |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Argyrios Kyrtzidis | Add test case I forgot for r115159 (support implicit... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Dale Johannesen | Clang part of MMX rewrite (goes with 115243). |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Marcin Swiderski | Added methods for adding LocalScopes and CFGAutomaticOb... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Marcin Swiderski | Added methods for inserting CFGAutomaticObjDtors to... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Marcin Swiderski | Added: |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Dawn Perchik | perform_code_completion(): fix type declaration for TU. |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Nick Lewycky | Correct this name so I stop giving out the wrong email... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Fariborz Jahanian | Rewriting array element type of qualified-id. |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Daniel Dunbar | c-index-test: Run inside a separate thread iff we have... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Devang Patel | Introduce -flimit-debug-info. |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Argyrios Kyrtzidis | Support implicit includes when generating a PCH and... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Argyrios Kyrtzidis | Driver: Ignore the found PCH file if its '-include... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Marcin Swiderski | Added two new command line arguments: |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Tom Care | Updated scan-build: |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Ted Kremenek | Include changes to VisitCXXMemberCallExpr (call visitor... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Ted Kremenek | Change CheckerVisitor so that [Pre,Post]VisitCallExpr... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Sebastian Redl | Make the FileID import map key on FileID. |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Sebastian Redl | In MeasureTokenLength, the FileLoc supplied to the... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Ted Kremenek | Tweak nil receiver checker to not warning about 64... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Tom Care | AnalyzerStatsChecker improvements: |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Tom Care | Modified the ccc-analyzer script to print the compiler... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Tom Care | Change -analyzer-max-nodes to allow 0 as a parameter... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Devang Patel | Attach aritifical attribute with implicit parameters. |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Devang Patel | ImplicitParamDecl is always implicit. |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Devang Patel | Emit method access specifier. |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Ted Kremenek | Update docs to include proper location of clang binary. |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Douglas Gregor | When performing template argument deduction of a functi... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Devang Patel | Update to reflect DIFactory::CreateSubprogram() interfa... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Daniel Dunbar | Basic: Simplify getClangRepositoryPath and getClangRevi... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Devang Patel | Test case for r115067. |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Daniel Dunbar | Add support for attribute((naked)), patch by Zoxc on... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Douglas Gregor | Fix handling of dependent nested namespace specifiers... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Daniel Dunbar | Basic: Add support for git svn to get the repo version... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Daniel Dunbar | Frontend/XML: Add support for printing nested structure... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Douglas Gregor | Define _Bool, bool, true, and false macros in <stdbool... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Douglas Gregor | Move the management of the set of conversion functions... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Craig Silverstein | Visit the type information for CXXUnresolvedConstructEx... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Douglas Gregor | Move the maintenance of CXXRecordDecl::DefinitionData... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Chris Lattner | enhance tentative parsing to handle ms extensions,... |
commit | commitdiff | tree | snapshot |
next |