summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* Eliminate CXXConstructorDecl::IsImplicitlyDefined.Jordan Rose2013-08-071-56/+3
* clang-cl: Use .obj as object file extension instead of .oHans Wennborg2013-08-072-1/+4
* clang-cl: Implement support for the /Fo optionHans Wennborg2013-08-062-1/+8
* Add a new warning to -Wloop-analysis to detect suspicious increments orRichard Trieu2013-08-062-1/+7
* Fixing commit r187768: Moved diagnosis of forward declarations of variable te...Larisse Voufo2013-08-061-1/+1
* Moved diagnosis of forward declarations of variable templates from Parser to ...Larisse Voufo2013-08-064-5/+5
* AST/DeclTemplate.h: Possibly fix a warning. [-Wuninitialized]NAKAMURA Takumi2013-08-061-1/+1
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-0613-52/+931
* clang-cl: Implement the /Tc, /TC, /Tp and /TP options.Hans Wennborg2013-08-062-4/+13
* Add option to disable module loading.Daniel Jasper2013-08-052-1/+9
* Implement C++'s restrictions on the type of an expression passed to a varargRichard Smith2013-08-052-22/+20
* Add support for passing -1 to __builtin_shufflevector to signify an undefined...Craig Topper2013-08-031-2/+2
* Options.td: remove _DASH_DASHHans Wennborg2013-08-021-3/+0
* Re-commit r187637: "clang-cl: add more options"Hans Wennborg2013-08-021-1/+100
* Implement Allman style.Manuel Klimek2013-08-021-1/+3
* ObjectiveC migrator: Add another family of factory Fariborz Jahanian2013-08-021-1/+2
* Fix missing * making the C++ mode thing not workMatt Arsenault2013-08-021-12/+12
* ObjectiveC migrator: Fixes public buildbot failures,Fariborz Jahanian2013-08-021-4/+1
* revert patch I added in r187655. It still breaks publicFariborz Jahanian2013-08-021-1/+4
* ObjectiveC migration. Check-in patch reverted in r187634.Fariborz Jahanian2013-08-021-4/+1
* Revert r187537 "clang-cl: add more options"Hans Wennborg2013-08-021-100/+1
* When merging redeclaration chains across modules, if a declaration is visibleRichard Smith2013-08-022-3/+2
* clang-cl: add more optionsHans Wennborg2013-08-021-1/+100
* Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods w...Rafael Espindola2013-08-021-1/+4
* ObjectiveC migrator. Migrate to instancetype return typeFariborz Jahanian2013-08-011-4/+1
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-012-34/+44
* Options.td: O0 and O4 are not Joined optionsHans Wennborg2013-08-011-2/+2
* Fix typo in comment.Joey Gouly2013-08-011-1/+1
* Options: Use AliasArgs for -O -> -O2 translation.Hans Wennborg2013-08-011-0/+1
* AArch64: initial NEON supportTim Northover2013-08-014-2/+120
* Check dynamic_cast is not used with -fno-rtti, unless it is a noop or can be ...Arnaud A. de Grandmaison2013-08-011-0/+2
* Remove the SUPPORT_ALIASARGS defineHans Wennborg2013-08-012-4/+0
* clang-format: Make alignment of trailing comments optional ..Daniel Jasper2013-07-311-0/+4
* Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td fileHans Wennborg2013-07-311-2/+3
* ObjectiveC ARC: finishing off issuing error whenFariborz Jahanian2013-07-312-1/+7
* clang-format: Add more options to namespace indentation.Daniel Jasper2013-07-311-0/+10
* Option parsing tables: pick up AliasArgs from the OPTION macro.Hans Wennborg2013-07-312-2/+6
* ObjectiveC ARC: Do not issue bridge cast diagnostic whenFariborz Jahanian2013-07-311-2/+4
* clang-cl: add the /c, /W0 and /W1 optionsHans Wennborg2013-07-313-8/+19
* ObjectiveC arc: Introduce a new initialization kindFariborz Jahanian2013-07-311-2/+13
* Improve the diagnostic experience, including adding recovery, forKaelyn Uhrain2013-07-312-1/+4
* Fix read of uninitialized enum value in test, caught by UBSan. No functionalityRichard Smith2013-07-311-1/+1
* Start keeping track of what work was done to detect a GCC installationChandler Carruth2013-07-301-0/+7
* err_attribute_missing_parameter_name has been replaced by err_attribute_argum...Aaron Ballman2013-07-301-2/+0
* Replacing err_attribute_argument_not_int with err_attribute_not_type_attrAaron Ballman2013-07-301-2/+0
* Add MicrosoftVFTableContext to ASTTimur Iskhodzhanov2013-07-301-24/+143
* Added the notion of Type and TargetSpecific attributes to the clang tablegen....Aaron Ballman2013-07-301-77/+82
* err_attribute_not_string has been subsumed by err_attribute_argument_type.Aaron Ballman2013-07-302-2/+12
* Convert a use of stat with sys::fs::status.Rafael Espindola2013-07-291-1/+3
* clang-cl: add support for the /? and /help optionsHans Wennborg2013-07-275-3/+36
OpenPOWER on IntegriCloud