aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-04-11Add a test to distinguish between reserved tokens and normal identifiers.Yunzhong Gao
2014-04-11Add -fmodules-strict-decluse to check that all headers are in modulesDaniel Jasper
2014-04-10Some minor improvements to the thread safety intermediate language -- mostly ...Aaron Ballman
2014-04-10When module umbrellas change, rebuild themBen Langmuir
2014-04-10AArch64: Add command line option to select big or little endianChristian Pirker
2014-04-10Fix the build with LLVM_DELETED_FUNCTION instead of '= delete'Reid Kleckner
2014-04-10Move search for header in umbrella directories into its own functionBen Langmuir
2014-04-09Thread Safety Analysis: reorganized SExpr header files. No change inDeLesley Hutchins
2014-04-09Thread safety: move the inline function back into a namespaceReid Kleckner
2014-04-09Switching back from a static namespace-scoped function to a static class-scop...Aaron Ballman
2014-04-09Thread Safety Analysis: now with less includes. No functional changes.Aaron Ballman
2014-04-09clang-cl: Disable TBAA by default for MSVC compatibilityReid Kleckner
2014-04-09[Preprocessor/CodeComplete] Don't add include guard macros to code-completion...Argyrios Kyrtzidis
2014-04-09Cannot have the base class destructor be private (or explicitly deleted); fix...Aaron Ballman
2014-04-09Thread Safety Analysis: some minor cleanups to the latest thread safety chang...Aaron Ballman
2014-04-09clang-format: Update flag documentation, and generation script.Daniel Jasper
2014-04-09Sema::SectionInfo() should have an empty body. Sorry for the breakage.NAKAMURA Takumi
2014-04-09Sema::SectionInfo: Prune "default" for now. Defaulted function is unavailable...NAKAMURA Takumi
2014-04-08[MS-ABI] Add support for #pragma section and related pragmasWarren Hunt
2014-04-08Thread Safety Analysis. Misc fixes to SExpr code, responding to code reviewDeLesley Hutchins
2014-04-08Add support for MSVC's __FUNCSIG__Reid Kleckner
2014-04-08If a header is explicitly included in module A, and excluded from an umbrellaRichard Smith
2014-04-08clang-format: Extend AllowShortFunctions.. to only merge inline functions.Daniel Jasper
2014-04-07Thread Safety Analysis: various fixes to new SExpr code.DeLesley Hutchins
2014-04-07Thread Safety Analysis: fix warning.DeLesley Hutchins
2014-04-07Thread Safety Analysis: update to internal SExpr handling.DeLesley Hutchins
2014-04-07clang-cl: make /Gw map to -fdata-sectionsDavid Majnemer
2014-04-07Fix clang-tidy warning (argument comments don't match parameter names).Richard Smith
2014-04-07libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko
2014-04-05Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,Richard Trieu
2014-04-04Try harder about not suggesting methods as corrections when theyKaelyn Takata
2014-04-04Driver: add target definition for Windows on ARMSaleem Abdulrasool
2014-04-04Extend -Wtautological-constant-out-of-range-compare to handle boolean valuesRichard Trieu
2014-04-04Add clang-cl alias to allow users to disable c4005Reid Kleckner
2014-04-04Put macro redefinition warnings under -Wmacro-redefinedReid Kleckner
2014-04-03-fms-extensions: Error out on #pragma init_segReid Kleckner
2014-04-03Teach getTemplateInstantiationPattern to deal with generic lambdas.Faisal Vali
2014-04-03Revert "Add support for named values in the parser."Samuel Benzaquen
2014-04-03Allow ASTFile to be reset to nullBen Langmuir
2014-04-02CodeGen: Emit some functions as weak_odr under -fms-compatibilityDavid Majnemer
2014-04-02If a using-declaration names a class member, but appears outside a class, tryRichard Smith
2014-04-02Add matcher for ExprWithCleanups.Samuel Benzaquen
2014-04-02Add support for named values in the parser.Samuel Benzaquen
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-04-01Updating the capability attribute diagnostics to be more capability-neutral. ...Aaron Ballman
2014-04-01Add support for dynamic ASan runtime (on Linux) to Clang driver.Alexey Samsonov
2014-04-01clang-format: Support configurable list of foreach-macros.Daniel Jasper
2014-03-31Warn when requesting compress-debug-sections and zlib is not availableDavid Blaikie
2014-03-31Implement the 'optnone' attribute, which suppresses most optimizationsPaul Robinson
2014-03-31Remove redundant template specialization that just duplicates the partialRichard Smith