aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-08-12Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.Kaelyn Uhrain
2013-08-12clang-cl: Expand warning about /TC and /TP override, and expand testHans Wennborg
2013-08-12[Mips] MSA frontend option supportJack Carter
2013-08-12SourceManager intialization tweaks.Benjamin Kramer
2013-08-10Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive ...Robert Wilhelm
2013-08-10Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella
2013-08-10Simplify now that llvm::sys::current_path checks $PWD.Rafael Espindola
2013-08-09Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.James Dennett
2013-08-09Add lrint to the list of math builtins. It never sets errno so we can mark it...Benjamin Kramer
2013-08-09Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith
2013-08-09clang-cl: Support /showIncludesHans Wennborg
2013-08-08clang-cl: Map /Oi[-] to -f[no-]builtinHans Wennborg
2013-08-08Fix alignof computation of large arrays on x86_64.Rafael Espindola
2013-08-08Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency"Reid Kleckner
2013-08-08Add clang_Location_isFromMainFile() to libclang.Stefanus Du Toit
2013-08-08clang-cl: Hook up /Za to prevent adding oldnames.lib dependencyHans Wennborg
2013-08-08Introduce Replacement deduplication and conflict detection functionEdwin Vane
2013-08-08The only useful loop unrolling flag to give realistically isChandler Carruth
2013-08-08Split the deprecated increment bool warning into a sub-group of -WdeprecatedRichard Trieu
2013-08-08Emit an error for enum increments and decrements in C++ mode.Richard Trieu
2013-08-08clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg
2013-08-07DataFlowSanitizer; Clang changes.Peter Collingbourne
2013-08-07Fix doxygen function name mismatch.Hans Wennborg
2013-08-07PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith
2013-08-07Eliminate CXXConstructorDecl::IsImplicitlyDefined.Jordan Rose
2013-08-07clang-cl: Use .obj as object file extension instead of .oHans Wennborg
2013-08-06clang-cl: Implement support for the /Fo optionHans Wennborg
2013-08-06Add a new warning to -Wloop-analysis to detect suspicious increments orRichard Trieu
2013-08-06Fixing commit r187768: Moved diagnosis of forward declarations of variable te...Larisse Voufo
2013-08-06Moved diagnosis of forward declarations of variable templates from Parser to ...Larisse Voufo
2013-08-06AST/DeclTemplate.h: Possibly fix a warning. [-Wuninitialized]NAKAMURA Takumi
2013-08-06Started implementing variable templates. Top level declarations should be ful...Larisse Voufo
2013-08-06clang-cl: Implement the /Tc, /TC, /Tp and /TP options.Hans Wennborg
2013-08-05Add option to disable module loading.Daniel Jasper
2013-08-05Implement C++'s restrictions on the type of an expression passed to a varargRichard Smith
2013-08-03Add support for passing -1 to __builtin_shufflevector to signify an undefined...Craig Topper
2013-08-02Options.td: remove _DASH_DASHHans Wennborg
2013-08-02Re-commit r187637: "clang-cl: add more options"Hans Wennborg
2013-08-02Implement Allman style.Manuel Klimek
2013-08-02ObjectiveC migrator: Add another family of factory Fariborz Jahanian
2013-08-02Fix missing * making the C++ mode thing not workMatt Arsenault
2013-08-02ObjectiveC migrator: Fixes public buildbot failures,Fariborz Jahanian
2013-08-02revert patch I added in r187655. It still breaks publicFariborz Jahanian
2013-08-02ObjectiveC migration. Check-in patch reverted in r187634.Fariborz Jahanian
2013-08-02Revert r187537 "clang-cl: add more options"Hans Wennborg
2013-08-02When merging redeclaration chains across modules, if a declaration is visibleRichard Smith
2013-08-02clang-cl: add more optionsHans Wennborg
2013-08-02Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods w...Rafael Espindola
2013-08-01ObjectiveC migrator. Migrate to instancetype return typeFariborz Jahanian
2013-08-01Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola