summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Also remove the 'rc' suffix from a release candidate.upstream/release_28Bill Wendling2010-09-091-0/+1
* Synchronize code-completion cursor kinds with indexing cursorDouglas Gregor2010-09-031-0/+6
* Allow anonymous and local types. The support was already in place for these,Chandler Carruth2010-09-032-3/+6
* Use getSpelling to get original text of theFariborz Jahanian2010-09-031-9/+2
* Add a quick-and-dirty hack to give a better diagnostic for [class.protected]John McCall2010-09-031-0/+2
* Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat.John McCall2010-09-031-876/+812
* Add symantic support for the Pascal calling convention viaDawn Perchik2010-09-035-2/+16
* Patch to allow alternative representation of c++Fariborz Jahanian2010-09-031-1/+9
* Add optional record of "location" SVals in the environment. When we analyzin...Ted Kremenek2010-09-032-1/+14
* Add GRState::getSimplifiedSVal(), which provides an API hook for doing symbol...Ted Kremenek2010-09-031-2/+9
* Fix enum: CallEnter/CallExit are StmtPointsTed Kremenek2010-09-031-1/+1
* Get rid of the "functions declared 'noreturn' should have a 'void' result typ...Anders Carlsson2010-09-031-3/+0
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-023-1/+6
* Reapply 112850 and 112839 with a constructor for the BinaryOperatorData struc...Tom Care2010-09-021-0/+3
* Add a couple of FIXMEs. The types of palignr are different here than in GCC.Bill Wendling2010-09-021-2/+2
* sabre points out that the timing here is pretty pessimal; I'll retry theJohn McCall2010-09-022-4/+3
* Experimentally move the tautological comparison warnings from -Wsign-compareJohn McCall2010-09-022-3/+4
* Reorder the MMX builtins to be in their own ostracized group.Bill Wendling2010-09-021-67/+73
* Eliminate CXXBindReferenceExpr, which was used in a ton ofDouglas Gregor2010-09-024-66/+0
* Reverting 112850 and 112839 due to test failures on some systemsTom Care2010-09-021-3/+0
* Teach RecursiveASTVisitor to optionally visit bodies of instantiations.John McCall2010-09-021-9/+143
* Improved error reporting in IdempotentOperationCheckerTom Care2010-09-021-0/+3
* Avoid implicit string construction.Benjamin Kramer2010-09-021-1/+1
* Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik2010-09-023-6/+1
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-023-1/+6
* For GRExprEngine::EvalBind() (and called visitors), unifiy StoreE and AssignE...Ted Kremenek2010-09-022-10/+7
* Fixes a warning when compiling Clang (Sema has virtual methods but a non-virt...Zhanyong Wan2010-09-021-1/+1
* Introduce a new libclang function,Douglas Gregor2010-09-022-1/+32
* Make RecursiveASTVisitor not crash when a TemplateArgumentLoc object has a NU...Zhanyong Wan2010-09-011-2/+5
* Add some MMX builtins to correspond with the intrinsics now accepted byBill Wendling2010-09-011-0/+16
* Update the docstring to say FriendTemplateDecl is not actually used.Craig Silverstein2010-09-011-1/+4
* Make some docstring clarifications, after discussion with dgregor.Craig Silverstein2010-09-011-6/+6
* Fix the source-range information for an EnumConstantDecl; previously,Douglas Gregor2010-09-011-0/+2
* Implement libclang support for using declarations. Clang actually usesDouglas Gregor2010-09-012-16/+17
* Make it clear that libclang does not modify the command-line argumentsDouglas Gregor2010-09-011-3/+3
* Implement libclang support for using directives (cursor + visitation +Douglas Gregor2010-09-012-34/+21
* Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek2010-09-011-5/+31
* Improve location information in the representation of namespaceDouglas Gregor2010-09-011-23/+16
* Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor2010-08-311-3/+8
* Add convenience accessors for determining whether template declarations are d...John McCall2010-08-312-0/+18
* Add a new libclang function clang_getTemplateCursorKind(), whichDouglas Gregor2010-08-311-1/+21
* Make inline namespace not be transparent after all. The concept simply doesn'...Sebastian Redl2010-08-311-4/+4
* Extend libclang with a new cursor kind that indicates a reference to aDouglas Gregor2010-08-311-1/+6
* Add libclang support for class template partial specializations,Douglas Gregor2010-08-311-1/+3
* Add a libclang cursor kind, visitation support and USR support for C++Douglas Gregor2010-08-311-1/+4
* AST work to support [C++] [IRgen] for ?: with missing LHSFariborz Jahanian2010-08-311-9/+17
* Implement basic support for indexing function templates inDouglas Gregor2010-08-312-1/+16
* libclang indexing support for C++ constructors, destructors, andDouglas Gregor2010-08-311-2/+7
* Enable inline namespaces in C++03 as an extension.Sebastian Redl2010-08-311-0/+2
* Enable inline namespaces in the AST.Sebastian Redl2010-08-312-11/+22