summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo pointed about by gabor.Chandler Carruth2010-01-201-1/+1
* Move the MacroBuilder utilitiy to its own header. Update references.Chandler Carruth2010-01-204-24/+49
* Fix an invalid Twine use spotty by abbeyj, it isn't safe to use TwineDaniel Dunbar2010-01-201-1/+4
* Actually remove the include that r93974 made unnecessary.Chandler Carruth2010-01-201-1/+0
* Fix a layering issue between Basic and FE by moving a utility class into Basic.Chandler Carruth2010-01-202-24/+24
* Add a missing case for DeclContext printer.Zhongxing Xu2010-01-201-0/+5
* Driver: Lift clang resource directory computation to the Driver object.Daniel Dunbar2010-01-203-9/+12
* clang/Darwin: Update for rename of 10.4 static runtime library.Daniel Dunbar2010-01-201-1/+1
* Also handle CXXConstructor, CXXDestructor and CXXConversion in CFGMike Stump2010-01-201-2/+4
* Use the llvm coding convention for indentation for switch.Mike Stump2010-01-209-148/+148
* Patch to implement required warnings for unimplementedFariborz Jahanian2010-01-204-41/+103
* Make UnresolvedSet.h standalone.John McCall2010-01-201-0/+2
* Wire up the EH context for the catch clauses to the outer EH context. WIP.Mike Stump2010-01-201-9/+9
* Add an exceptional edge from the try terminated block to the outer EHMike Stump2010-01-201-2/+16
* Attempt to improve CIndex Doxygen organization, although I can't actually tes...Douglas Gregor2010-01-201-9/+18
* Give UnresolvedSet the ability to store access specifiers for each declaration.John McCall2010-01-2015-115/+449
* Remove some #if 0'd code that's never going to get used.Douglas Gregor2010-01-201-61/+0
* Improve CheckFallThrough analysis in the presense of the new C++ EHMike Stump2010-01-201-1/+10
* Kill off clang_getDeclColumn, clang_getDeclExtent, clang_getDeclLine,Douglas Gregor2010-01-203-59/+0
* Introduce a special cursor kind for the translation unit, to serve asDouglas Gregor2010-01-204-2/+38
* CXCursor_UnexposedDecl to the first declaration kindDouglas Gregor2010-01-201-12/+12
* add support for Fedora 10 x86_64, there really should be a better way to hand...Chris Lattner2010-01-191-0/+4
* Kill CXCursor_ObjCSelectorRef, CXCursor_VarRef, CXCursor_FunctionRef,Douglas Gregor2010-01-193-54/+1
* Extend the CIndex API with direct support for expressions andDouglas Gregor2010-01-199-210/+436
* Implement goto inside of blocks.Mike Stump2010-01-196-15/+28
* Update and move around comments.Eric Christopher2010-01-191-1/+4
* The type of a compound literal expression is not necessarily the same as theJohn McCall2010-01-195-8/+18
* Kill the unused and unnecessary CXCursor_MemberRef, twin to theDouglas Gregor2010-01-193-12/+6
* Kill CXCursor_ObjCIvarRef. Such cursors could never be created, andDouglas Gregor2010-01-193-6/+0
* Introduce the notion of an "unexposed" declaration into the CIndexDouglas Gregor2010-01-195-7/+46
* Add CFG support for the start and end of scopes and infrastructure forMike Stump2010-01-192-20/+109
* Rewriteing of gnu extension __typeof in objective-c rewriter.Fariborz Jahanian2010-01-192-1/+33
* Rework the CXSourceLocation and CXSourceRange APIs. They are nowDouglas Gregor2010-01-194-41/+185
* Don't try to build/install/clean compiler-rt stuff if it isn't in the project...Daniel Dunbar2010-01-191-2/+2
* Initial cut at integrating compiler-rt (on Darwin) w/ clang build.Daniel Dunbar2010-01-192-2/+101
* Tighten code and rework indentation of some if() branches (for readability). ...Ted Kremenek2010-01-191-16/+15
* Remove extra space in uses of 'assert()'.Ted Kremenek2010-01-191-7/+7
* Re-alphabetize cases in switch statement.Ted Kremenek2010-01-191-9/+9
* Eliminate cursor kinds used to express definitions. Instead, provideDouglas Gregor2010-01-1911-94/+347
* objective-c test case for __attribute__((unused)) on method arguments.Fariborz Jahanian2010-01-191-0/+15
* Issue diagnostics (instead of crashing in code gen) when usingFariborz Jahanian2010-01-192-9/+16
* Avoid an instantiation of std::sort.Benjamin Kramer2010-01-191-14/+10
* Teach Sema::ActOnDependentTemplateName that a dependent template nameDouglas Gregor2010-01-194-28/+37
* Add test case.Zhongxing Xu2010-01-191-0/+26
* Fix a serious bug: Tmp3 is the wrong destination set. We should create a newZhongxing Xu2010-01-192-6/+11
* Another test case for PR6062Douglas Gregor2010-01-191-0/+5
* In a mem-initializer, a nested-name-specifier followed by anDouglas Gregor2010-01-192-8/+43
* When looking up enumerator names for redeclaration, use theDouglas Gregor2010-01-192-1/+13
* Update Xcode project.Anders Carlsson2010-01-191-8/+36
* Add try/catch CFG support. Also improve throw CFG support. WIP.Mike Stump2010-01-191-10/+100
OpenPOWER on IntegriCloud