summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Implement pack expansions whose pattern is a base-specifier.Douglas Gregor2011-01-0312-20/+160
* When in code-completion, skip obj-c method bodies for speed up.Argyrios Kyrtzidis2011-01-035-14/+37
* Add a test that is currently failingDouglas Gregor2011-01-031-0/+14
* Properly rebuild pack expansions whose pattern is a non-type templateDouglas Gregor2011-01-035-6/+26
* Unwrap template argument packs when checking the template arguments ofDouglas Gregor2011-01-033-32/+62
* Diagnose the presence of unexpanded parameter packs within classDouglas Gregor2011-01-035-9/+42
* Remove a couple of setters that have no callers.Argyrios Kyrtzidis2011-01-031-5/+0
* Speed up code-completion by skipping function bodies.Argyrios Kyrtzidis2011-01-036-39/+30
* Implement support for pack expansions in initializer lists andDouglas Gregor2011-01-034-8/+92
* Fix PR8841 by checking for both semantic and lecical dependentChandler Carruth2011-01-032-1/+18
* Consider zero-length array of structs whenFariborz Jahanian2011-01-032-1/+23
* Refactor the tree transform's many loops over sets of expressionsDouglas Gregor2011-01-035-139/+139
* Guard lazy synthesis of provisional ivars under the newFariborz Jahanian2011-01-033-4/+7
* In the latest episode of "Deserializing bugs caused by accessors" the series ...Argyrios Kyrtzidis2011-01-031-9/+9
* Fix PR8654, ensuring each branch of an #if, #elif, #else, ... chainChandler Carruth2011-01-031-1/+12
* Support lit fixes for PR8199David Greene2011-01-031-1/+1
* Another variadic template metafunction test case: summing values.Douglas Gregor2011-01-031-2/+16
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-0321-22/+223
* Use some of the llvm cmake infraestructure. This takes care ofOscar Fuentes2011-01-031-11/+2
* Consolidate template metafunction tests for variadic templates into a single ...Douglas Gregor2011-01-032-28/+32
* Set LLVM_NO_RTTI and LLVM_USED_LIBS for clangStaticAnalyzerCheckersOscar Fuentes2011-01-031-0/+4
* When we attempt to create a built-in that involves a library type weDouglas Gregor2011-01-034-12/+26
* Funciton -> FunctionPeter Collingbourne2011-01-021-3/+3
* Unkown -> UnknownPeter Collingbourne2011-01-023-7/+7
* Remove obsolete comments.Francois Pichet2011-01-021-7/+0
* Add support for passing variables declared to use a xmm register to asmRafael Espindola2011-01-022-1/+34
* Produce a better error message for invalid register names.Rafael Espindola2011-01-013-5/+10
* Fix typo and add comment.Rafael Espindola2011-01-011-5/+8
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-3113-14/+14
* MSVC doesn't require an accessible copy-constructor when binding a temporary ...Francois Pichet2010-12-311-1/+1
* Add support for declaring register contraints in variables. They are only usedRafael Espindola2010-12-303-3/+61
* Correct function name in comment.Nick Lewycky2010-12-301-1/+1
* Expose Objective-C type encodings of declarations to libclang users. This al...David Chisnall2010-12-306-0/+75
* Simplify mem{cpy, move, set} creation with IRBuilder.Benjamin Kramer2010-12-308-108/+30
* Fix PR8796.Rafael Espindola2010-12-292-3/+18
* set features for k8-sse3Roman Divacky2010-12-291-0/+3
* Added scalar casts test.Abramo Bagnara2010-12-281-0/+141
* Canonicalize types before possible cast.Abramo Bagnara2010-12-281-1/+2
* More __uuidof validation:Francois Pichet2010-12-272-18/+39
* Add support for GNU runtime property set / get structure functions. Minor re...David Chisnall2010-12-264-23/+57
* Fix for PR8695.David Chisnall2010-12-262-1/+9
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-2518-32/+70
* Remove all uses of PathV1::GetRootDirectory.Michael J. Spencer2010-12-251-7/+6
* Add basic support for pointer arithmetic inTed Kremenek2010-12-245-20/+46
* Remove the EntoSA directories.Argyrios Kyrtzidis2010-12-24122-39458/+0
* don't use #pragma mark, it isn't portable.Chris Lattner2010-12-241-7/+7
* ifndef _MSC_VER out #pragma mark on MSVC. It still tries to parse the text evenMichael J. Spencer2010-12-241-0/+4
* Handle locations coming from macro instantiations properly in SourceManager::...Argyrios Kyrtzidis2010-12-242-0/+17
* Refactor how we collect attributes during parsing, and add slots for attributesJohn McCall2010-12-2418-500/+524
* Fix a thinko in a helper routine for template argument deduction thatDouglas Gregor2010-12-242-5/+35
OpenPOWER on IntegriCloud